Shaman Macros for PVP and beyond

Chit chat
Post Reply
User avatar
flame
El Complicatore
Posts: 1842
Joined: 09 May 2005, 08:49

Shaman Macros for PVP and beyond

Post by flame »

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
Complicating is the true path to simplicity.
User avatar
Zilver
Warlord
Warlord
Posts: 911
Joined: 08 May 2005, 22:21
Location: Oggrimar

Post by Zilver »

This looks pretty usefull. Are there any warrior macro's that are used by the big boys? (versus, virt?)
Remember, remember, the 6th of December,
The patch day treason and plot.
I see no reason, for BT and Cleavin',
Since Tseric wants us to spec Prot.
Image
User avatar
Fenz
old man
Posts: 9594
Joined: 09 May 2005, 05:34
Location: Holland

Post by Fenz »

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.
User avatar
xen
High Warlord
High Warlord
Posts: 1136
Joined: 09 May 2005, 17:35
Location: Delft

Re: Shaman Macros for PVP and beyond

Post by xen »

flame wrote:NS:

/cast Nature's Swiftness
/target flametongue
/cast Healing Wave(Rank 9)
/script TargetLastEnemy();
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)?
User avatar
xen
High Warlord
High Warlord
Posts: 1136
Joined: 09 May 2005, 17:35
Location: Delft

Post by xen »

Oh, and Zilver, the macro most warriors on the server use is the following:

Code: Select all

/say "Incoming -----------> %t <-----------"
/cry
/logout
User avatar
flame
El Complicatore
Posts: 1842
Joined: 09 May 2005, 08:49

Re: Shaman Macros for PVP and beyond

Post by flame »

xen wrote:
flame wrote:NS:

/cast Nature's Swiftness
/target flametongue
/cast Healing Wave(Rank 9)
/script TargetLastEnemy();
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)?

This is a 2 click macro Xen
Complicating is the true path to simplicity.
User avatar
prinso
John Lennon
Posts: 444
Joined: 08 May 2005, 23:39
Location: Igloo

Post by prinso »

than you should at that you need to install an addon like emm supercast...or castaway so you can buttonmash your macro's...otherwise with the default blizz UI, like xen said, it wont work
ohhhh, clicky!
User avatar
sneek
The Punisher
Posts: 4774
Joined: 08 May 2005, 23:41
Location: Netherlands

Post by sneek »

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.
User avatar
xen
High Warlord
High Warlord
Posts: 1136
Joined: 09 May 2005, 17:35
Location: Delft

Post by xen »

So it does work even without mods? I guess when the spell fails (because of cool-down) it doesn't count as a cast, so the script advances to the next line. But it sounds pretty hackish to me :).
User avatar
prinso
John Lennon
Posts: 444
Joined: 08 May 2005, 23:39
Location: Igloo

Post by prinso »

shouldn't work without an addon to queue the macro's imo....since there's a 0.5 sec global cooldown on every ability and no way to put a pause in between abilities in macro's without outside programmes...
ohhhh, clicky!
User avatar
sneek
The Punisher
Posts: 4774
Joined: 08 May 2005, 23:41
Location: Netherlands

Post by sneek »

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.
Post Reply