Atalkez

Untitled

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