March 5, 20251 yr 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
March 5, 20251 yr Hello, I think your profile uses ground positions. Try using a profile that has flying positions. You can also remove the name of the ground mount from the bot's settings.
March 5, 20251 yr 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
March 5, 20251 yr Author 7 hours ago, nuclearbowel said: Did you type in Flight Form with capitalization? yes
March 6, 20251 yr 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.
March 6, 20251 yr Have you tried with a new installation of WRobot? Without deleting your current installation, download and install WRobot in a new folder, fill in only the flight form option and launch to see if it works, then try with your profile, and then your fight class.
March 7, 20251 yr Author I downloaded new wrobot, created new profile. the same problem, just wont use Flight Form
March 7, 20251 yr 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.
March 7, 20251 yr Author i can confirm, after learning riding skill (which is weird cuz usually druid learns is when learn flight form) my druid fly normally 😄
March 7, 20251 yr Yep it's a bug on the server, you should get expert riding from learning flight form.
Create an account or sign in to comment