Jump to content
Sign in to follow this  
trauco

help with macro plz

Recommended Posts

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  

Share this post


Link to post
Share on other sites

/script if not buffed("Seal of Righteousness") then CastSpellByName("Seal of Righteousness") end; CastSpellByName("Judgement")

Share this post


Link to post
Share on other sites

ty, but didnt work properly, that macro required to press the button twice :(,  the idea is just 1 click :)

Share this post


Link to post
Share on other sites
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 .

Share this post


Link to post
Share on other sites

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 by Alexxino7

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×