Jump to content

force bot to pick up Flight paths?


Andoido

Recommended Posts

I am having issue with profile do get flight path. I make profile go to flight path (set vector) and bot no grab flight path.

I searched got

var position = new Vector3(-1770.37f, 3262.19f, 5.10852f);
int npcEntryId = 2409;

if (!ObjectManager.Me.IsOnTaxi)
{
    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))
    {
        Usefuls.SelectGossipOption(GossipOptionsType.taxi);
        Lua.RunMacroText("/click TaxiButton1");
    }
}

 

BUT. I put in and bot pick random FP.

I want so bot no fly, just talk and get fp learned. Help pls me

Link to comment
Share on other sites

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...