Atalkez

Untitled

Jul 19th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.94 KB | None | 0 0
  1. if gmcp.Char.Status.class == "Blademaster" then
  2.   if matches[2] == "lsl" then
  3.     send("clearqueue all;setalias lsl unwield left/unwield right/withdraw blade/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/legslash &tar left/" ..strike.. "/assess &tar;queue add eqbal lsl")
  4.   elseif matches[2] == "lsr" then
  5.     send("clearqueue all;setalias lsr unwield left/unwield right/withdraw blade/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/legslash &tar right/" ..strike.. "/assess &tar;queue add eqbal lsr")
  6.   elseif matches[2] == "asl" then
  7.     send("clearqueue all;setalias asl unwield left/unwield right/withdraw blade/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/armslash &tar left/" ..strike.. "/assess &tar;queue add eqbal asl")
  8.   elseif matches[2] == "asr" then
  9.     send("clearqueue all;setalias asr unwield left/unwield right/withdraw blade/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/armslash &tar right/" ..strike.. "/assess &tar;queue add eqbal asr")
  10.   elseif matches[2] == "ctu" then
  11.     send("clearqueue all;setalias ctu unwield left/unwield right/withdraw blade/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/centreslash &tar up/" ..strike.. "/assess &tar;queue add eqbal ctu")
  12.   elseif matches[2] == "ctd" then
  13.     send("clearqueue all;setalias ctd unwield left/unwield right/withdraw blade/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/centreslash &tar down/" ..strike.. "/assess &tar;queue add eqbal ctd")
  14.   elseif matches[2] == "csll" then
  15.     send("clearqueue all;clearalias csll;setalias csll unwield left/unwield right/sheathe sword/stand/order loyals kill &tar/"..infuse.. "/compassslash &tar southeast/" ..strike.. "/assess &tar;queue add eqbal csll")
  16.   elseif matches[2] == "csrl" then
  17.     send("clearqueue all;clearalias csrl;setalias csrl unwield left/unwield right/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/compassslash &tar southwest/" ..strike.. "/assess &tar;queue add eqbal csrl")
  18.   elseif matches[2] == "csla" then
  19.     send("clearqueue all;clearalias csla;setalias csla unwield left/unwield right/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/compassslash &tar east/" ..strike.. "/assess &tar;queue add eqbal csla")
  20.   elseif matches[2] == "csra" then
  21.     send("clearqueue all;clearalias csra;setalias csra unwield left/unwield right/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/compassslash &tar west/" ..strike.. "/assess &tar;queue add eqbal csra")
  22.   elseif matches[2] == "cst" then
  23.     send("clearqueue all;clearalias cst;setalias cst unwield left/unwield right/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/compassslash &tar south/" ..strike.. "/assess &tar;queue add eqbal cst")
  24.   elseif matches[2] == "csh" then
  25.     send("clearqueue all;clearalias csh;setalias csh unwield left/unwield right/sheathe sword/stand/order loyals kill &tar/" ..infuse.. "/compassslash &tar north/" ..strike.. "/assess &tar    ;queue add eqbal csh")
  26.   end
  27. end
Add Comment
Please, Sign In to add comment