[Wow] Sharing my all-around macros.
Hi, I just figured the time I spend stealing other peoples macros, redefining them and learning the syntax of scripting is worthless if I don't share it. I hope someone can benefit from these. Most are obvious, but a lot of them tok me some time to figure out, so I hope they can at least help someone!!
Ressurection Macro:
Resses any member who died with one click. This works in normal groups too. You can copy it to all characters and change party# for faster ress. With this macro you don't have to target anything, just click it and it will ressurect anyone who died. You have to change the ressurection spell by the way; mine is ancestral spirit (shaman). For battlegrounds change the targets into your alts names.
Code:
/cast [target=party1, dead] Ancestral Spirit()
/cast [target=party2, dead] Ancestral Spirit()
/cast [target=party3, dead] Ancestral Spirit()
/cast [target=party4, dead] Ancestral Spirit()
Mount Macro
Mounts your flying mount if you're in a flyable area - if you're not it mounts your normal mount - and the last line transforms into a ghost wolf if you're a shaman and unable to mount due to combat.
Code:
/cast [nomounted, flying, nocombat] Blue Wind Rider
/cast [nomounted, noflying, nocombat] Swift Orange Raptor
/cast [nomounted, combat] Ghost Wolf
Bypass "Reincarnation" restriction.
Normally wow wont let you cast reincarnate in a macro since it's a passive spell. BUT there is a way to bypass this by using this script (warning, side effects may occour)
Code:
/click StaticPopup1Button2
Shaman Hearthstone
Macro to HS more than usual with Astral Recall / Hearthstone in one macro. I rarely use this tbh, but ..
Code:
/castsequence reset=900 Astral Recall, Hearthstone
Shaman shields
Both shields in same key, basic macro but.. sharing is the key to knowledge..
Code:
/cast [mod:alt] Water Shield(); Lightning Shield()
Shaman Flame+Frost
Shaman flame+frost rotation in a macro (not using click) that includes target change and combat.. again simple macro, but sharing my work for anyone who might be new or so :) Change the assist to whatever target system your using.
Code:
/assist focus
/castsequence reset=target/combat/12 Flame Shock(), Frost Shock()