Advertisement
perazite

Arms 7.2.5

Sep 3rd, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.87 KB | None | 0 0
  1. Sequences['A_war'] = {
  2. -- This Sequence was exported from GSE 2.1.07.
  3.   Author="supadupa",
  4.   SpecID=71,
  5.   Talents = "2,1,3,3,2,1,2",
  6.   Default=1,
  7.   MacroVersions = {
  8.     [1] = {
  9.       StepFunction = "Priority",
  10.       KeyPress={
  11.         "/targetenemy [noharm][dead]",
  12.         "/startattack",
  13.         "/cast [modifier:alt] Charge",
  14.         "/cast [combat] Bloodbath",
  15.         "/cast [combat] Avatar",
  16.         "/cast [combat] Battle Cry",
  17.       },
  18.       PreMacro={
  19.       },
  20.         "/cast [combat] Execute",
  21.         "/cast [combat] Colossus Smash",
  22.         "/cast [combat] Sharpen Blade",
  23.         "/cast [combat] Mortal Strike",
  24.         "/cast [combat] Slam",
  25.         "/cast [combat] Rend",
  26.         "/cast [combat] Victory Rush",
  27.         "/cast [combat] Spell Reflection",
  28.         "/cast [combat] Warbreaker",
  29.         "/cast [combat] Heroic Throw",
  30.       PostMacro={
  31.       },
  32.       KeyRelease={
  33.         "/startattack",
  34.       },
  35.     },
  36.   },
  37. }
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Sequences['A_aoe'] = {
  49. -- This Sequence was exported from GSE 2.1.07.
  50.   Author="supadupa",
  51.   SpecID=71,
  52.   Talents = "2,1,3,3,2,1,2",
  53.   Default=1,
  54.   MacroVersions = {
  55.     [1] = {
  56.       StepFunction = "Priority",
  57.       KeyPress={
  58.         "/targetenemy [noharm][dead]",
  59.         "/startattack",
  60.         "/cast [modifier:alt] Charge",
  61.       },
  62.       PreMacro={
  63.       },
  64.         "/cast !Bladestorm",
  65.         "/cast !Spell Reflection",
  66.         "/cast !Cleave",
  67.         "/cast !Whirlwind",
  68.         "/cast !Execute",
  69.       PostMacro={
  70.       },
  71.       KeyRelease={
  72.       },
  73.     },
  74.   },
  75. }
  76.  
  77.  
  78.  
  79.  
  80. INT
  81. /cast Pummel
  82. /cast Disarm
  83. /cast Piercing Howl
  84. /cast Hamstring
  85.  
  86. CD
  87. /cast [combat] Battle Cry
  88. /cast [combat] Berserker Rage
  89. /cast [combat] Berserking
  90. /cast [combat] Warbreaker
  91.  
  92. DEF
  93. /cast defensive stance
  94. /cast die by the sword
  95. /cast Intimidating Shout
  96. /cast commanding shout
  97. /use healthstone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement