Sign in to follow this  
Followers 0
Desenkei

Useful Shaman Macros n Stuff

3 posts in this topic

Figured I would share my 6.2.3 WoD Macros that I'm using currently :)
The first three prevent the casting of Magma/Searing or Capacitor Totem while your Fire/Air Elemental is active. Very handy if you've ever misclicked or not been thinking for a split second and it is possible to override the prevention by hitting "Shift". Only down side is that another shaman with their fire elemental up will force you to hit shift as well. Not a big deal, you get used to it fast.



Saves Elemental Guardians
#showtooltip Magma Totem
/targetenemy [noexists][noharm]
/cleartarget [noharm]
/tar Fire Elemental Totem
/cast [harm][noexists][mod:shift]Magma Totem
/targetlasttarget [help]

#showtooltip Searing Totem
/targetenemy [noexists][noharm]
/cleartarget [noharm]
/tar Fire Elemental Totem
/cast [harm][noexists][mod:shift]Searing Totem
/targetlasttarget [help]

#showtooltip Capacitor Totem
/targetenemy [noexists][noharm]
/cleartarget [noharm]
/tar Storm Elemental Totem
/cast [harm][noexists][mod:shift]Capacitor Totem
/targetlasttarget [help]
 


Utility
The rest of these are your basic utility macros designed for quality of life improvements.

#showtooltip Wind Shear
/stopcasting
/use Wind Shear

#showtooltip Grounding Totem
/stopcasting
/cast Grounding Totem

#showtooltip Ghost Wolf
/stopcasting
/use Ghost Wolf

#showtooltip Heroism
/cast Draenic Agility Potion
/use Ascendance
/use Heroism

Edited by Desenkei
1 person likes this

Share this post


Link to post
Share on other sites

UNLEASH ELEMENTS is minorly bugged here on FS and will attempt to hit whatever you're targeting.  It should+will always hit yourself, so I've created a macro to have it do this.

#showtooltip Unleash Elements
/use [target=player]  Unleash Elements

(to ensure combat begins on strike)
#showtooltip stormstrike
/cast Stormstrike
/startattack [harm]

(show reincarnation CD)
#showtooltip reincarnation


(dismounts and stops casting before Ghost Wolf)
#showtooltip Ghost Wolf
/stopcasting
/dismount [mounted]
/use Ghost Wolf

 

I'll continue to update this thread as I figure out more optimizations.

 

Share this post


Link to post
Share on other sites

The self-cast of Unleash Elements stopped working beautifully, so I did this hack work around to make it definitely work!

#showtooltip unleash elements
/target YOUR-NAME
/cast Unleash Elements
/targetlasttarget

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0