Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do execute commands during looting?

Featured Replies

The bot will run through aggressive mobs when it is in the looting phase. 

Is it possible to have the bot check for targets near your target before running to loot?

If (Looting = true && additional Mob is found within 30 yards of your lootable target && same additional mob is also within 30 yards of ME && same 
    additional mob = aggressive)
	{
	Target additional mob;
        begin combat; 
	}

 

I was also hoping that I could put a 1 second strafe while running toward the mob to loot. 

  If (currently running toward dead target to loot)
			{                                
								Move.StrafeLeft(Move.MoveAction.DownKey);
								thread.sleep(1000)
                                                                Move.StrafeLeft(Move.MoveAction.UpKey);
								do not perform this action more than once per looting;
			}

I am not sure if this is possible as the loot function looks to be built in to wrobot and not in to the fightclass.

Are either of these things possible?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.