Ruinit 11 Posted December 3, 2017 Share Posted December 3, 2017 I have a problem with this type of quest. http://www.wowhead.com/quest=26805/to-the-cape You accept the quest and ask flight master to send you to a spot to turn in a quest. My problem is I fly to the spot but instead on turning in the quest he tries to run back to the previous flightmaster and do it again? How do you request from a flight master to be flown to a spot and tell the bot once you are at that spot turn in quest or pulse what you are supposed to do for the quest? I used return Quest.GetLogQuestIsComplete(26805); but it doesn't recognize that the quest is completed and ready to turn in for some reason It just keeps trying to run back and interact with npc Link to comment https://wrobot.eu/forums/topic/7906-problem-with-taxi-and-completed-quest/ Share on other sites More sharing options...
Droidz 2738 Posted December 4, 2017 Share Posted December 4, 2017 Hello, in iscompletequest check player position with code like return (wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo2D(new robotManager.Helpful.Vector3(1, 2, 3)) < 50); (replace 1, 2, 3 by the turnin position) Link to comment https://wrobot.eu/forums/topic/7906-problem-with-taxi-and-completed-quest/#findComment-36163 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