Jump to content

Recommended Posts

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

 

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.

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.

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.
 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...