Advertisement
Guest User

Warr macro by hadoogin

a guest
Sep 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. (Warrior charge + Dismount)
  2. #showtooltip
  3. /start attack
  4. /cast Charge(Rank 2)
  5. /dismount
  6.  
  7. (Stance swapping for example defensive stance -> Berserker)
  8. #showtooltip
  9. /cast Berserker Stance
  10. /equip (Your weapon)
  11.  
  12. (Changes you to battle stance and does overpower)
  13. #showtooltip
  14. /start attack
  15. /cast Overpower(Rank 2)
  16. /cast Battle Stance
  17.  
  18. (Changes stance and makes you use berserker rage)
  19. #showtooltip
  20. /start attack
  21. /cast Berserker Rage
  22. /cast Berserker Stance
  23.  
  24. (Changes stance to defensive stance and allows you to equip weapons)
  25. #showtooltip
  26. /cast Defensive Stance
  27. /equip (Your weapon)
  28. /equip (Your weapon)
  29.  
  30. (Changes stance in order to use rend)
  31. #showtooltip
  32. /start attack
  33. /cast Rend(Rank 4)
  34. /cast Battle Stance
  35.  
  36. (Allows you to change stance + Equip Weapon if needed)
  37. #showtooltip
  38. /cast Battle Stance
  39. /equip (Your weapon)
  40.  
  41. (Increases your max camera distance)
  42. /console CameraDistanceMaxFactor 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement