Hey all,
So I'm, trying to free up some keybinds, specifically Regrowth and Rejuv.
is there a macro that can be made to be able to cast Rejuv, and then if Rejuv is on the target (or on me) the macro will cast Regrowth?
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?p=3233508&t=470447&viewfull=1"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
Hey all,
So I'm, trying to free up some keybinds, specifically Regrowth and Rejuv.
is there a macro that can be made to be able to cast Rejuv, and then if Rejuv is on the target (or on me) the macro will cast Regrowth?
#showtooltip
/castsequence reset=5 Rejuvenation, Regrowth
The macro will cast Rejuvenation the first time you press it and Regrowth the next time. The reset=5 part will reset the sequence if you don't use the macro for 5 seconds, so it goes back to Rejuvenation if there’s a delay between uses. This macro won’t check if Rejuvenation is already active. It simply alternates between the two spells each press.
To clarify, you can't write a macro that casts different spells depending on the target's buffs or debuffs.