lostnomad1 0 Report post Posted January 5, 2017 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? 0 Share this post Link to post Share on other sites
superbassie 0 Report post Posted January 21, 2017 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; 0 Share this post Link to post Share on other sites
ServerDaddy 2 Report post Posted January 21, 2017 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. 0 Share this post Link to post Share on other sites
Ujjayi 0 Report post Posted January 25, 2017 (edited) I get an error-msg every time i try to use this macro, any ideas why? Any help would be much appreciated! <3 Edited January 25, 2017 by Ujjayi 0 Share this post Link to post Share on other sites