BetterSister 367 Posted August 31, 2016 Share Posted August 31, 2016 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 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/ Share on other sites More sharing options...
Dreamful 148 Posted August 31, 2016 Share Posted August 31, 2016 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. Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17477 Share on other sites More sharing options...
BetterSister 367 Posted August 31, 2016 Author Share Posted August 31, 2016 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 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17478 Share on other sites More sharing options...
Dreamful 148 Posted August 31, 2016 Share Posted August 31, 2016 easy Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17480 Share on other sites More sharing options...
BetterSister 367 Posted August 31, 2016 Author Share Posted August 31, 2016 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 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17484 Share on other sites More sharing options...
Droidz 2738 Posted August 31, 2016 Share Posted August 31, 2016 Do you have try to use objective 3 (instead 1) ? Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17485 Share on other sites More sharing options...
BetterSister 367 Posted August 31, 2016 Author Share Posted August 31, 2016 yes i tried. Same problem Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17486 Share on other sites More sharing options...
BetterSister 367 Posted August 31, 2016 Author Share Posted August 31, 2016 [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 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17487 Share on other sites More sharing options...
Droidz 2738 Posted August 31, 2016 Share Posted August 31, 2016 You speal about objective "Throw crystals into Senegos's pool" ? Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17488 Share on other sites More sharing options...
Droidz 2738 Posted August 31, 2016 Share Posted August 31, 2016 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 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17489 Share on other sites More sharing options...
BetterSister 367 Posted August 31, 2016 Author Share Posted August 31, 2016 problem is there isn't any of it in my bags... dunno why This is first time i noticed this problem Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17491 Share on other sites More sharing options...
Droidz 2738 Posted September 1, 2016 Share Posted September 1, 2016 I cannot help you more , if I get this quest I comeback here Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17520 Share on other sites More sharing options...
BetterSister 367 Posted September 1, 2016 Author Share Posted September 1, 2016 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 Droidz 1 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-17521 Share on other sites More sharing options...
eeny 523 Posted September 19, 2016 Share Posted September 19, 2016 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 Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-18095 Share on other sites More sharing options...
Droidz 2738 Posted September 21, 2016 Share Posted September 21, 2016 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() Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-18203 Share on other sites More sharing options...
TNRakkGamer 4 Posted October 9, 2016 Share Posted October 9, 2016 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! Link to comment https://wrobot.eu/forums/topic/3739-click-button-to-use-a-itemspell/#findComment-18857 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