nonstop1005 35 Posted February 12, 2014 Share Posted February 12, 2014 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 https://wrobot.eu/forums/topic/1143-goblin-starter-quester/ Share on other sites More sharing options...
Droidz 2738 Posted February 12, 2014 Share Posted February 12, 2014 Hello, You need by moment create one quest by objective: male goblin quest FIXED.xml Link to comment https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6006 Share on other sites More sharing options...
nonstop1005 35 Posted February 12, 2014 Author Share Posted February 12, 2014 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 Link to comment https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6008 Share on other sites More sharing options...
Droidz 2738 Posted February 13, 2014 Share Posted February 13, 2014 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 https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6020 Share on other sites More sharing options...
nonstop1005 35 Posted February 15, 2014 Author Share Posted February 15, 2014 this didnt complete the quest, so it couldnt accept the next one.. Link to comment https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6062 Share on other sites More sharing options...
Droidz 2738 Posted February 17, 2014 Share Posted February 17, 2014 Add lua code: AcceptQuest() Link to comment https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6128 Share on other sites More sharing options...
nonstop1005 35 Posted February 19, 2014 Author Share Posted February 19, 2014 either i am not doing something right... of i am braindead... cant seem to get it to work... Link to comment https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6184 Share on other sites More sharing options...
Droidz 2738 Posted February 25, 2014 Share Posted February 25, 2014 Add in "Quests order" new action "RunLuaCode" and in param "AcceptQuest()". male goblin quest FIXED2.xml Link to comment https://wrobot.eu/forums/topic/1143-goblin-starter-quester/#findComment-6376 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