Can someone help me with this macro?
#showtooltip
/stopcasting
/cast [btn:1] Ice Barrier
/ cast [btn:1] Blazing Barrier
/cast [btn:1] Prismatic Barrier
/cancelaura [btn:2] Ice Barrier
/cancelaura [btn:2] Blazing Barrier
/cancelaura [btn:2] Prismatic Barri
/cancelaura [btn:2] Temporal Shield
I need to consolidate it, as well as make it so that it can cast either of the barriers (if available) and still show the tooltip. Currently, I need to go in and modify it every time I change specs.
Thank you
#showtooltip
/stopcasting
/cast [known:11426] Ice Barrier; [known:235313] Blazing Barrier; Prismatic Barrier
/cancelaura [btn:2] Ice Barrier
/cancelaura [btn:2] Blazing Barrier
/cancelaura [btn:2] Prismatic Barrier
/cancelaura [btn:2] Temporal Shield
If you can have multiple charges of a given shield you might need to reintroduce the btn:1
stuff but, if not, it’s superfluous.
1 Like
I meant to reply to you. The macro worked flawlessly! Thank you. Anyway you could help me out with another?
#showtooltip
/stopcasting
/cast [modifier:alt] Gravity Lapse
/cast [modifier:alt] Dragon’s Breath
/cast [modifier:alt] Supernova
/cast [modifier:ctrl] Ice Floes
/cast [nomod] Blast Wave
When I switch between FrostFire and Sunfury, I need to go back into the macro to backspace either Gravity Lapse or Dragon’s Breath. Since Sunfury cannot use Dragon’s Breath because they need to take Supernova which then gets replaced by Gravity Lapse.
Essentially, trying to clean up the macro so that all three spells are recognized, but only one of them is cast. I tried using the “known” spell thing you put ink, but it just gave me errors.
Spell IDs:
- Gravity Lapse – 458513
- Supernova – 157980
- Dragon’s Breath – 31661
Cheers, and thank you for all your help.
Supernova automatically becomes Gravity Laps so you don’t need to code them separately.
#showtooltip
/stopcasting
/cast [mod:ctrl] Ice Floes; [nomod:alt] Blast Wave; [known:31661] Dragon's Breath; Supernova