Jump to content

CaughtUMirin

Members
  • Posts

    23
  • Joined

  • Last visited

Bug Report Comments posted by CaughtUMirin

  1. Well I I made a small hack in CS code that makes my character mount up and press the the "Space" key before doing any flying.

     

    I have to copy/paste it before any long moving, but it works :)

     

    Maybe you could add the same logic to the main bot before taking off, and just have a check mark option. Something like "Force Flying"?

     

    Edit: Here's the code snippet for anyone else who faces this issue:

     

    <QuestsSorted Action="RunCode" NameClass="if (!wManager.Wow.ObjectManager.ObjectManager.Me.IsMounted)
                {
                    wManager.Wow.Helpers.Lua.RunMacroText(&quot;/cast &quot; + wManager.wManagerSetting.CurrentSetting.FlyingMountName);
                    wManager.Wow.Helpers.Usefuls.WaitIsCasting();
                    wManager.Wow.Helpers.Move.JumpOrAscend(wManager.Wow.Helpers.Move.MoveAction.PressKey);
                }" />

     

  2. I'm having the same issue and I can't find the setting you mentioned... The bot is flying a feet off the ground in most places, uses pathing like a ground mount (taking roads, but hovering), and has a hissy fit when it meets water or a cliff.

×
×
  • Create New...