Jump to content

Nat Pagle Turn in


Fyuri13

Recommended Posts

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

Link to comment
Share on other sites

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 )

Link to comment
Share on other sites

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

 

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