February 12, 201412 yr 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
February 12, 201412 yr Hello, You need by moment create one quest by objective: male goblin quest FIXED.xml
February 12, 201412 yr Author ok i will make a goblin and run this fresh and check it out ty droidz, but this didnt adress the issue of the next turn in being a pop up and pickup
February 13, 201412 yr 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())
February 19, 201412 yr Author either i am not doing something right... of i am braindead... cant seem to get it to work...
February 25, 201412 yr Add in "Quests order" new action "RunLuaCode" and in param "AcceptQuest()". male goblin quest FIXED2.xml
Create an account or sign in to comment