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.

Fisherbot Quest

Featured Replies

  • Author

That's the one, looking to set up all of my toons on multiple accounts to do all the monthly profession based quests and item quests with higher rewards for the xmogs. Have most of the quester profile built but don't know how to get it to fish

 

 

Hello, use quest type "OverridePulseCSharpCode" with code:

Vector3 fishPosition = new Vector3(-9387.61, -120.2896, 58.53797, "Flying");
float fishRotation = 4;

if (!FishingTask.IsLaunched)
{
    if (GoToTask.ToPosition(fishPosition, 1.5f))
    {
        ObjectManager.Me.Rotation = fishRotation;
        FishingTask.LoopFish();
    }
}

return true;

(replace "-9387.61, -120.2896, 58.53797" by fishing position and 4 by fishing rotation (you can get position and rotation in WRobot tab "Tools" > "Dev... tools" > "Me/Target Position"))

Don't forget to stop fishing, for it, after pulse fishing quest, in quests order add step type "RunCode" with code:

wManager.Wow.Bot.Tasks.FishingTask.StopLoopFish();

 

Sample profile: FishingTest.xml

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.