trauco 0 Report post Posted July 22, 2017 how i can make a macro, to cast judgement and seal of righteousness with 1 click ? i tried, with classicmacros addon like this: /cast Judgement /script SpellStopCasting() /cast Seal of Righteusness didnt work on this server, i have tried supermacro , but i cant get that thing to work for me :( tried this: /cast Judgement /script SpellStopCasting() /script if not buffed("Seal of Righteousness") then cast("Seal of Righteousness")end; and i get the error msg: Interrupted. , help plz 0 Share this post Link to post Share on other sites
meridaw 11 Report post Posted July 22, 2017 /script if not buffed("Seal of Righteousness") then CastSpellByName("Seal of Righteousness") end; CastSpellByName("Judgement") 0 Share this post Link to post Share on other sites
trauco 0 Report post Posted July 23, 2017 ty, but didnt work properly, that macro required to press the button twice :(, the idea is just 1 click :) 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted July 23, 2017 bugged serverside, you will need 2 clicks till it gets fixed. 0 Share this post Link to post Share on other sites
trauco 0 Report post Posted July 23, 2017 oh thats why, damm it :( 0 Share this post Link to post Share on other sites
IzZaGod 0 Report post Posted July 25, 2017 Isn't there a world cd after casting the seal? If so then that's prob why. I just spam it though. 0 Share this post Link to post Share on other sites
trauco 0 Report post Posted August 8, 2017 On 25/7/2017 at 8:18 AM, IzZaGod said: Isn't there a world cd after casting the seal? If so then that's prob why. I just spam it though. yes , seals generate gcd , but not judgement , thats why its first in the macro list, so it should work like this: - you have an active seal - then press the macro - seal is unleashed ( judgement casted ), and instantly a seal is recasted. all in 1 click . 0 Share this post Link to post Share on other sites
Alexxino7 0 Report post Posted September 16, 2017 (edited) I found this problem too, Judgement does not go off if followed by /script StopSpellCasting(). Even though judgement is instant and is not on GCD. I have found posts over the internet saying that the script should work, and it seems like its also an open issue https://github.com/elysium-project/server/issues/1681 but not confimed by Q&A. EDIT: Actually it seems to be working sometimes for me like 1 out of 5 tries, makes me think its something like a delay issue. Edited September 16, 2017 by Alexxino7 0 Share this post Link to post Share on other sites