Feral Faerie Fire (Classic)

So macro-noob here needing some help:

Need something that does something like this:

Cast Faerie Fire (Feral) unless its on cooldown and/or target is affected by the Faerie Fire debuff.
Otherwise cast Rake

Not sure if its possible to write a macro like this, but if so how would it look?

Hi,
macros can not determine cooldowns or buffs/debuffs on a target.
If you want one button/macro for both spells you could use the mod condition as follows:

#showtooltip
/cast [mod:alt]Fearie Fire(Feral);[nomod]Rake

If you use the macro while holding Alt, you will cast Fearie Fire.
If you don’t use any modifier (Alt,Ctrl,Shift), you will cast Rake

Regards

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.