Advertisement
perazite

SAM_Arms_ST

Jan 16th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. Sequences['SAM_Arms_ST'] = {
  2.   Author="Hizzi@Nathrezim",  
  3.   SpecID=71,
  4.   Talents = "2,1,3,3,2,1,2",
  5.   Default=1,
  6.   MacroVersions = {
  7.     [1] = {
  8.       StepFunction = "Sequential",
  9.       KeyPress={
  10.         "/targetenemy  [noharm][dead]",
  11.         "/startattack",
  12.         "/cast [combat] Battle Cry",
  13.         "/cast [combat] Avatar",
  14.       },
  15.       PreMacro={
  16.       },
  17.         "/cast Execute",
  18.         "/cast Colossus Smash",
  19.         "/cast Focused Rage",
  20.         "/cast Mortal Strike",
  21.         "/cast Slam",
  22.         "/cast Victory Rush",
  23.       PostMacro={
  24.       },
  25.       KeyRelease={
  26.         "/startattack",
  27.       },
  28.     },
  29.   },
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement