Jump to content
Sign in to follow this  
lostnomad1

Macro Help

Recommended Posts

Hello fellow locks,

 

looking to make a macro for Immolation, agony, corruption

 

Can anyone point me to the correct macro for a one button spam?

Share this post


Link to post
Share on other sites

This should work:

/script if not buffed("Corruption", 'target') then CastSpellByName("Corruption") end;
/script if not buffed("Curse of Agony", 'target') then CastSpellByName("Curse of Agony") end;
/script if not buffed("Immolate)", 'target') then CastSpellByName("Immolate") end;

Share this post


Link to post
Share on other sites
11 hours ago, superbassie said:

This should work:

/script if not buffed("Corruption", 'target') then CastSpellByName("Corruption") end;
/script if not buffed("Curse of Agony", 'target') then CastSpellByName("Curse of Agony") end;
/script if not buffed("Immolate)", 'target') then CastSpellByName("Immolate") end;

I'm going to use this, thanks.

Share this post


Link to post
Share on other sites

I get an error-msg every time i try to use this macro, any ideas why?

Any help would be much appreciated! <3

Edited by Ujjayi

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  

×