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.

Tell bot to attack specific target?

Featured Replies

Using the quester, is there any way i can tell the bot to attack a specific target. Since  ID's are based on any mob of that kind, I'd like to tell it to attack certain mobs instead.
Perhaps based on the vector of that mob?

  • Author
3 hours ago, Droidz said:

Hello, if target don't move, you can try to put small search distance

The problem is that the search range is circular, and if it gets close enough to the target that it only reaches that, it will body pull a lot of shit. ?

if the mob is agressiv and don't move you can try to use quest type "FollowPath" (and go to mob position).

You can also try  to filter mobs to run code like:

        wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable)
        {
            if (unit.Entry != 1234 || !Quest.HasQuest(1234) || unit.InCombatWithMe)
                return;
            if (unit.Guid != 12345645678)
            {
                wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true);
                cancelable.Cancel = true;
            }
        };

(complete the questid, entry and mob GUID, GUID is normally the same on all server and unique)

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.