NS:
/cast Nature's Swiftness
/target flametongue
/cast Healing Wave(Rank 9)
/script TargetLastEnemy();
Self-cast Cure Poison:
/target Flametongue
/cast Cure Disease
/script TargetLastEnemy();
Self cast Heal:
/target Flametongue
/cast Lesser Healing Wave(Rank 6)
/script TargetLastEnemy();
And self cast cure disease:
/target Flametongue
/cast Cure Disease
/script TargetLastEnemy();
All of these will ofc target your last target after u cast them, usefull in Zergs and supermarket runs!
Have fun
Shaman Macros for PVP and beyond
Shaman Macros for PVP and beyond
Complicating is the true path to simplicity.
I made some minor adjustments for you Flame, they will improve them a lot, no need to thank me!
/cast Nature's Swiftness
/target Fenz
/cast Healing Wave(Rank 9)
/script TargetLastEnemy();
Self-cast Cure Poison:
/target Fenz
/cast Cure Disease
/script TargetLastEnemy();
Self cast Heal:
/target Fenz
/cast Lesser Healing Wave(Rank 6)
/script TargetLastEnemy();
And self cast cure disease:
/target Fenz
/cast Cure Disease
/script TargetLastEnemy();
I ain't leaving without your soul and I am sober this time.
Re: Shaman Macros for PVP and beyond
Are you sure this one works? I was under the impression that you could only perform one "action" per macro, and here you cast two spells in succession. Or does Nature's Swiftness not count as a spell because it doesn't inflict a cool-down (I'm not 100% sure how that spell operates)?flame wrote:NS:
/cast Nature's Swiftness
/target flametongue
/cast Healing Wave(Rank 9)
/script TargetLastEnemy();
Oh, and Zilver, the macro most warriors on the server use is the following:
Code: Select all
/say "Incoming -----------> %t <-----------"
/cry
/logout
Re: Shaman Macros for PVP and beyond
xen wrote:Are you sure this one works? I was under the impression that you could only perform one "action" per macro, and here you cast two spells in succession. Or does Nature's Swiftness not count as a spell because it doesn't inflict a cool-down (I'm not 100% sure how that spell operates)?flame wrote:NS:
/cast Nature's Swiftness
/target flametongue
/cast Healing Wave(Rank 9)
/script TargetLastEnemy();
This is a 2 click macro Xen
Complicating is the true path to simplicity.
Can safely say this is a brilliant macro and will work.
You can even use this one in place of your regular "Nature's Swiftness" button.
First press casts NS if available, second press of the button will cast a heal on yourself.
Or, press once casts NS. Second button could be your Chain Lightning.
Loving it atm.
You can even use this one in place of your regular "Nature's Swiftness" button.
First press casts NS if available, second press of the button will cast a heal on yourself.
Or, press once casts NS. Second button could be your Chain Lightning.
Loving it atm.
Xen's close.
First time you hit the macro it casts Nature's Swiftness.
Because of cooldown - no other spell will cast. Macro continues and ends.
Second time you hit, you've expended Nature's Swiftness (it's active), so it can't cast it because it's spell-cooldown's still ticking.
Then it picks up the next spell in line and blammo. You're healed.
Neat-o.
First time you hit the macro it casts Nature's Swiftness.
Because of cooldown - no other spell will cast. Macro continues and ends.
Second time you hit, you've expended Nature's Swiftness (it's active), so it can't cast it because it's spell-cooldown's still ticking.
Then it picks up the next spell in line and blammo. You're healed.
Neat-o.