SkyHigh
Member
- Joined
- Apr 15, 2010
- Messages
- 396
- Reaction score
- 4
WOW 4.0.1+ Warrior [Prot]
1
Mount Macro
2
Extractor
3
Food
5
Defensive Stance (you never know)
6
Shield Wall
7
Shockwave
8
Shield Slam/ Devastate / Revenge Macro
9
Battle Shout
10
Lifeblood
UPDATE BY Hanfy2k10:
to auto-learn the skills (you have to push "Learn" after that ):
Enjoy.
1

Mount Macro
Code:
NORTHREND:
#showtooltip
/use Crystallized Shadow
/use Crystallized Fire
/use Crystallized Water
/use Crystallized Life
/use Crystallized Earth
/use Crystallized Air
/cast [nomounted] <mountname>
/dismount [mounted]
OUTLAND:
#showtooltip
/use Mote of Shadow
/use Mote of Fire
/use Mote of Water
/use Mote of Life
/use Mote of Earth
/use Mote of Air
/cast [nomounted] <mountname>
/dismount [mounted]
2

Extractor
3

Food
5

Defensive Stance (you never know)
6

Shield Wall
7

Shockwave
8



Shield Slam/ Devastate / Revenge Macro
Code:
/startattack
/castsequence reset=combat Shield Slam, Devastate, Devastate, Devastate, Revenge
9

Battle Shout
10
Lifeblood
UPDATE BY Hanfy2k10:
to auto-learn the skills (you have to push "Learn" after that ):
Code:
/run t,p,a={3,23,32,43,53,62,72,81,102,122,131,152,172,182,193,201,1,2,13,32,}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
Enjoy.
Last edited: