Andoido 75 Posted August 23, 2018 Share Posted August 23, 2018 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 https://wrobot.eu/forums/topic/9988-force-bot-to-pick-up-flight-paths/ Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now