What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

WOW 4.0.1+ Warrior [Prot]

SkyHigh

Member
Joined
Apr 15, 2010
Messages
396
Reaction score
4
WOW 4.0.1+ Warrior [Prot]



1
ability_mount_razorscale.jpg

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
inv_gizmo_zapthrottlegascollector.jpg

Extractor


3
inv_misc_food_108_meadcaribou.jpg

Food


5
ability_warrior_defensivestance.jpg

Defensive Stance (you never know)


6
ability_warrior_shieldwall.jpg

Shield Wall


7
ability_warrior_shockwave.jpg

Shockwave


8
inv_shield_05.jpg
inv_sword_11.jpg
ability_warrior_revenge.jpg

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

9
ability_warrior_battleshout.jpg

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:
WOW 4.0.1+
Shield Bash / Devastate / Revenge Macro
Code:
/startattack
/castsequence reset=combat Shield Slam, Devastate, Devastate, Devastate, Revenge


Enjoy.


I guess you would like to use shield slam and not bash :)
 
Key 9 = Battle Shout

Key 0 = Lifeblood

Unbenannt.webp

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
 
Last edited:
Back
Top