August 31, 20169 yr i tried to use the item/spell itself but it doesn't work. Any ideas how to get this to work reliably? Legion is so pain in the ass to create quester for but i'm trying! :D
August 31, 20169 yr Did you try /Framestack hover on this Crystal and run a "/click" on this specific frame? if this option even exist in Legion, i actually dont know, but should be still in.
August 31, 20169 yr Author went to pee and meanwhile i realized how to do it... The button is called ExtraActionButton1 i can create while check for it to go there and click it... Clearly 5-6 hours sleep/night on 3 days isn't enough
August 31, 20169 yr Author Otherwise good but looks like Quest.IsObjectiveComplete(1, 37853) is broken... it returns true no matter what i put and if trying to turn it negative (if objective isn't complete do X) returns false as it would be complete Id: 37853 - Objective count: 0, 0, 6, 0, 0, 0, 0, 0, 0, 0 - Time: 1472654747 - http://www.wowhead.com/quest=37853 (The Death of the Eldest) @Droidz help please
August 31, 20169 yr Author [D] 18:56:35 - [Quester] While[40] (Quest.HasQuest(37853) && Quest.IsObjectiveComplete(3, 37853)) | Result: False the objective 3 is complete so this should return true but it doesn't i checked Quest.HasQuest check does work as intended
August 31, 20169 yr You get this problem only in this quest on in all quests? You can try to count number of http://www.wowhead.com/item=122095/crackling-leyworm-core in your bag
August 31, 20169 yr Author problem is there isn't any of it in my bags... dunno why This is first time i noticed this problem
September 1, 20169 yr Author It's alright i used distance and has quest check instead. It isn't fail proof but i didn't find any problems with this solution
September 19, 20169 yr I'm going to necro this thread and say it not just that quest with an issue. (User issue or otherwise). I cant for the life of me get the bot to hit the 'ExtraActionButton1" during daily quests. Attached is a profile for "rally the nightwatchers" http://www.wowhead.com/quest=42108/rally-the-nightwatchers Pulses 1+2 (kill and loot bosses) are easy as pie. Pulse 3 requires the **User** ~Cough~ BOT ~Cough~ to hit the extraction button while near the watchers. This obviously leads itself to an InteractWithNPC (to get close) with a macro of [ /click ExtraActioButton1 ] . unfortunately the bot wont do the Extraactionbutton upon interact... ideas? Azsuna_daily's_rally_temp.xml
September 21, 20169 yr On 19/09/2016 at 9:40 AM, eeny said: I'm going to necro this thread and say it not just that quest with an issue. (User issue or otherwise). I cant for the life of me get the bot to hit the 'ExtraActionButton1" during daily quests. Attached is a profile for "rally the nightwatchers" Rally the Nightwatchers Pulses 1+2 (kill and loot bosses) are easy as pie. Pulse 3 requires the **User** ~Cough~ BOT ~Cough~ to hit the extraction button while near the watchers. This obviously leads itself to an InteractWithNPC (to get close) with a macro of [ /click ExtraActioButton1 ] . unfortunately the bot wont do the Extraactionbutton upon interact... ideas? Azsuna_daily's_rally_temp.xml In quest type "InteractWithNpc", you need to put full lua code (not chat command). You can put (in "Macro when interact"): RunMacroText("/click ExtraActionButton1") or: ExtraActionButton1:Click()
October 9, 20169 yr Hey @Droidz, I am having a similar issue, where in the quester document does the "full LUA code" go? Is it possible for you to add the code to Eenys provided script that would make it work? Then I could just open it and see. That would be great!
Create an account or sign in to comment