Jump to content

Goblin Starter Quester


nonstop1005

Recommended Posts

ok, the problem i an having is with 2 quests,http://www.wowhead.com/quest=14070/do-it-yourself   since these mobs instantly respawn, it just stays there rekilling them,  also http://www.wowhead.com/quest=24502/necessary-roughness once i enter the machine, i cant seem to get it to use the spell "kick Footbomb" also this will be a popup turn-in quest and the next will be a popup accept quest      the goblin also has some quest givers for male and different quest giver for female, for the same qust   "to the bank" is the first one so far

male goblin quest.xml

Link to comment
Share on other sites

Use this lua codes:

if (not QuestLogFrame:IsVisible()) then
     QuestLogMicroButton:Click()
end

QuestLogFrameCompleteButton:Click()

if (QuestLogFrame:IsVisible()) then
     QuestLogMicroButton:Click()
end

and

if QuestFrame:IsVisible() then

QuestFrameCompleteQuestButton:Click()

end

Sample here: male goblin quest FIXED.xml (I have also added c# condition "if Quest.HasQuest(24502)" before lua macro)

 

 

To get button/frame name you can use this macro (put mouse over button/frame and launch in wow chat this macro): 

/run print( GetMouseFocus():GetName())
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...