May 14, 20169 yr I am trying to make a Quester profile to turn in Lunkers to Nt pagle in my Garrison. I got to the point where it'll go to him, interact, then it does nothing because there are 8 different quests to choose from. How do I get the bot to choose the quest i need to turn in? ie: Fire Ammonite Lunker. if I click on that manually it'll finish and complete the quest, but i'm stuck on getting the bot to choose the quest Nat Pagle Fire Ammonite.xml
May 20, 20169 yr Ok, turnin quest manually, add quest type "InteractWithNpc", in "Macro when interact..." add lua code like: RunMacroText("/click GossipTitleButton1"); CompleteQuest(); RunMacroText("/click QuestFrameCloseButton"); RunMacroText("/click QuestFrameGreetingGoodbyeButton"); (replace GossipTitleButton1 by npc button name, to get button name use this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447 )
May 22, 20169 yr Author I tried to do it as an interact with NPC but the bot wouldnt actually interact for some reason I ended up leaving my profile the way it was and added the GossipTitleButton1 to the buttons it hits and it worked perfectly
Create an account or sign in to comment