Runkel
Member
- Joined
- Oct 4, 2010
- Messages
- 142
- Reaction score
- 1
This is my first Macro ever, +rep if you like it, if you don't like it don't be too harsh. Feedback is very welcome! 
I wasn't satisfied with the existing Enhancer Shaman macro, so i made one by myself, it will cast Feral Spirits and Call of the Elements on combat entry and use a simple DPS Rotation: "Stormstrike, Flame Shock, Stormstrike, Earth Shock, Stormstrike, Healing Surge (For longer combats).
It will use Totemic Recall when the Bot mounts up.
Works pretty well for me, the mobs are usually down before the Feral Spirits are summoned.
Call of the elements Setup:
Strengh of Earth Totem
Searing Totem
Healing Stream Totem
Windfury Totem
BAR 3 Settings:
Key 1 = Flying Mount & Totemic Recall
Key 2 = Zapthrottle for farming clouds ( Engineering 305+ & Zapthrottle quest )
Key 3 = Eat
Key 4 = Drink
Key 5 = empty
Key 6 = Totem & Feral Spirits Macro
Key 7 *Updatet* = Unleash Elements
Key 8 = DPS Macro (remove "/cast lifeblood" if you are not a Herbalist.)
Key 9 = Buff Lightning Shield & Eternal Macro
Key 0 = Windfury Weapon
To auto-learn the skills (you have to push "Learn" after that ):
Updates:

I wasn't satisfied with the existing Enhancer Shaman macro, so i made one by myself, it will cast Feral Spirits and Call of the Elements on combat entry and use a simple DPS Rotation: "Stormstrike, Flame Shock, Stormstrike, Earth Shock, Stormstrike, Healing Surge (For longer combats).
It will use Totemic Recall when the Bot mounts up.
Works pretty well for me, the mobs are usually down before the Feral Spirits are summoned.


Call of the elements Setup:
Strengh of Earth Totem
Searing Totem
Healing Stream Totem
Windfury Totem
BAR 3 Settings:
Key 1 = Flying Mount & Totemic Recall
Code:
#showtooltip [COLOR="red"]Mount Name[/COLOR]
/cast Totemic Recall
/use [COLOR="red"]Mount Name[/COLOR]
Key 2 = Zapthrottle for farming clouds ( Engineering 305+ & Zapthrottle quest )
Key 3 = Eat
Key 4 = Drink
Key 5 = empty
Key 6 = Totem & Feral Spirits Macro
Code:
/castsequence reset=combat Call of the Elements, Feral Spirit
Key 7 *Updatet* = Unleash Elements
Key 8 = DPS Macro (remove "/cast lifeblood" if you are not a Herbalist.)
Code:
/castsequence reset=combat Stormstrike, Flame Shock, Stormstrike, Earth Shock, Stormstrike, Healing Surge
[COLOR="#006400"]/cast lifeblood[/COLOR]
Key 9 = Buff Lightning Shield & Eternal Macro
Code:
#showtooltip Lightning Shield
/cast Lightning Shield
/use crystallized shadow
/use crystallized fire
/use crystallized earth
/use crystallized water
/use crystallized air
/use crystallized life
Key 0 = Windfury Weapon
To auto-learn the skills (you have to push "Learn" after that ):
Code:
/run t,p,a={2,12,23,32,43,53,62,91,103,133,151,162,173,182,191,1,12,33,3,}SetPreviewPrimaryTalentTree(t[1],GetActiveTalentGroup())for i=1,#t do a=t[i]if a<9 then p=a else AddPreviewTalentPoints(p,floor(a/10),a%10)end end
Updates:
Code:
12/13/2010
- Replaced the "Attack Macro" on Key 7 with "Unleash Elements" (Aviable at Level 81).
Last edited: