Quantcast Talk:Useful macros for shamans - WoWWiki - Your guide to the World of Warcraft
Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

Talk:Useful macros for shamans

From WoWWiki

Jump to: navigation, search

I deleted the ranks in the macros since the new system will cast the highest rank if you leave out the rank numbers

Contents

Mount Macro

The current one doesn't make much sense to me, I'm a newbie to macros, but wouldn't it be better laid out like this:

#showtooltip [combat,nomounted] [Stance:1] Ghost Wolf
#showtooltip [nostance,nocombat] Standard Mount
/cast [Stance:1] [combat,nomounted] Ghost Wolf
/use [nostance,nocombat] Standard Mount
(/dismount)

It sort of works even without the dismount, but I'm waiting for response from the Macro Gurus out there.

--TheMadness 00:03, 8 September 2007 (UTC)

After a quick raid in #wowwiki-lounge, thanks to the help of Mr_Rabies2 and cogwheel I fixed it. --TheMadness 20:10, 8 September 2007 (UTC)

Windfury application for dual wielding

Two clicks/button presses on this macro will apply different ranks of Windfury to your main hand and off-hand, however if you are wearing a shield or using a two-handed weapon it will be buffed with highest rank, regardless.

#showtooltip Windfury Weapon
/cast [equipped:shields/two-hand] Windfury Weapon(Rank 5)
/stopmacro [equipped:shields/two-hand]
/castsequence Windfury Weapon(Rank 5), Windfury Weapon(Rank 4)

A word of explanation: applying different Windfury ranks is essential since same ranks cannot proc off both weapons at the same time. This macro makes buffing your weapons easier.

Patch 2.1.0 (5/22/07): Mixing two different ranks of "Windfury Weapon" while dual-wielding will no longer increase the number of "Windfury Weapon" procs.

-- I deleted this macro because it is no longer useful. I put it here for reference. - routine error.

Enhancement T5 2-piece macro

I just got 2 pieces of T5 enhancement set, and came up with nice macro to help managing those procs:

#showtooltip
/cast [button:2] [target=player] Lesser Healing Wave
/cast [button:1] [target=targettarget] Lesser Healing Wave

This will cast LHW on yourself when clicked with left button (as you are on left side of the mob you are targetting on default UI) and to the player that the target is attacking (normally the tank) when clicked with right button. I found this really useful, though i dont know if thats something that should be on wowwiki page, not everyone have that set :P

Swithu 00:36, 13 December 2007 (UTC)

Lightning or any shield macro

Just wondering if there is anyway to only cast a shield buff, if there is not already one present?

Also, is there a command for "Heal on mouseover of a player's unitframe"? I have a simple "Heal on mouseover" but it does not work on unitframes.


/stopcasting change

Maybe it's just me, but I seem to recall in the patch notes that /stopcasting is no longer required in macros due to the client/server spell queue change. I can't site my source as I don't remember what patch, does anyone know for sure one way or the other?

Decibal (T / C / [Wowhead]) 21:47, 25 May 2008 (UTC)


That's right - you no longer need to start a spell-spamming macro with /stopcast - there's a short period - about 1/4 to 1/2 a second as far as I can see - before the end of a spellcast when you can hit the next one and it'll queue up. Djnw (talk) 08:26, 26 May 2008 (UTC)