PDA

View Full Version : [Wow] Sharing my all-around macros.



Deevext
04-03-2010, 08:54 PM
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.


/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.


/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)


/click StaticPopup1Button2



Shaman Hearthstone
Macro to HS more than usual with Astral Recall / Hearthstone in one macro. I rarely use this tbh, but ..


/castsequence reset=900 Astral Recall, Hearthstone



Shaman shields
Both shields in same key, basic macro but.. sharing is the key to knowledge..


/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.


/assist focus
/castsequence reset=target/combat/12 Flame Shock(), Frost Shock()

MiRai
04-04-2010, 01:03 AM
42 views and no replies so I'll be the first to say...

Thanks for sharing your macros. :)

Ualaa
04-04-2010, 01:25 AM
I had a rez macro, similar to yours...
But instead of party1, party2 etc, it was toon names.
And it broke a few patches back.

Something like:
/cast [dead][dead,target=ToonA][dead,target=ToonB] Rez Spell

Using party #'s is a good idea.
Ideally, in the case of multiple toons down, I'd like both to be rez'd on the one click.
Could accomplish that, by a fixed invite order, and party #'s.

Deevext
04-04-2010, 03:42 AM
I had a rez macro, similar to yours...
But instead of party1, party2 etc, it was toon names.
And it broke a few patches back.

Something like:
/cast [dead][dead,target=ToonA][dead,target=ToonB] Rez Spell

Using party #'s is a good idea.
Ideally, in the case of multiple toons down, I'd like both to be rez'd on the one click.
Could accomplish that, by a fixed invite order, and party #'s.

It will still work if you replace it with names, thats what I said for BGS :) cuz in bgs party# is messed.

jeepdriver
04-04-2010, 04:23 AM
Ah cool, Ive been looking for something like the rez macro :) Thx for the info :)

Selz
04-04-2010, 04:34 AM
Ahh nice for sharing m8 :)