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.

Wrobot won't use flight form

Featured Replies

Like in topic,no matter what setting i use  it just doesnt use flight form. If there is ground mount set, it will use it, if its not set, it just start to run, but doesnt want to fly.
gatherer, grinder, wont use flight form.

5 Mar 2025 15H43.log.html

  • Author

this is not profile problem, i checked many different profiles,(gatherer and grinder) as its in outland i just checked it on cata server, they work fine. I even downloaded new wrobot, i also updated my cata wrobot to wotlk and problem is the same. i use the same wotlk client for years, never had a problem.

EDIT: I also removed the name of ground mount, then it just start to running without mount at all

 

  • Author

so i just logged on ANOTHER account and DIFFERENT druid, THE SAME COMPUTER, SAME WOW CLIENT and  its working ok, but for some reason  with that one specific druid it doesnt work.

I deleted WTF and cache folder, disabled all addons and it just doesnt work.

I can confirm it doesn't work, the bot will just not mount Flight Form, if it does or if its forced to it will not fly, but go on ground in Flight Form @Droidz, it will only do so if there are no nodes nearby that the bot found AND if I do

MountTask.Takeof();

I managed to get it to mount after mining/herbing with this

        Usefuls.ForceIsFlyableArea = true;
        FarmingEvents.OnFarmSuccessful += (WoWGameObject node) =>
        {
            MovementManager.StopMoveTo();
            if (!ObjectManager.Me.IsMounted)
            {
                MountTask.Mount(true, MountTask.MountCapacity.Fly);
                MountTask.Takeof();

            }
        };

but it does walks on ground as I said.
 

  • Author

i can confirm, after learning riding skill (which is weird cuz usually druid learns is when learn flight form) my druid fly normally 😄

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.