suppressmacrofailures
cast @focus Burn
cast @focus Fulminate
cast @focus Cinder Burst
cast @focus Flame Bolt
cast @focus Fulminate
cast @focus Fireball
To use this macro, you first must set a target as your focus by either binding a key to set focus or by macro command to set focus. Now, as stated before, only a single spell will be cast, but there are several listed. What happens is the first command tells the game, if something doesn't work, we don't need to know about it. This prevents spam to us when using the macro. Next, it attempts to cast Burn. Burn has a 45 second cooldown, so it'll cast it, then it won't be able to cast it for 45 seconds. During that time, it'll go to the next line. Fulminate has a 45 second cooldown as well, so it'll cast once, then be skipped for 45 seconds. Cinder Burst has a 30 second cooldown... and so on. The final spell has no cooldown. So if you repeatedly press the button, it will cast them in order, and cause cooldowns. After the spells are on cooldown, it will cast spells as they become available. If none in the list are available, the very last spell is spam-able, so it will always be able to fall all the way back to it.
No comments:
Post a Comment