Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. kickshikudoattack()
  2. shikudostaffstrike()
  3. shikudostafftwo()
  4.  
  5. send("cq all")
  6. if targshield == true and shikudostance == "willow" then
  7. send("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo " ..target.. " shatter flashheel light left hiru light|assess " ..target)
  8. elseif targshield == true and shikudostance == "rain" then
  9. send("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo " ..target.. " shatter frontkick light right ruku light left|assess " ..target)
  10. elseif targshield == true and shikudostance == "oak" then
  11. send("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo " ..target.. " shatter risingkick light torso nervestrike light|assess " ..target)
  12. elseif targshield == true and shikudostance == "gaital" then
  13. send("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo " ..target.. " shatter spinkick light kuro light left|assess " ..target)
  14. elseif targshield == true and shikudostance == "maelstrom" then
  15. send("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo " ..target.. " shatter risingkick light torso livestrike light|assess " ..target)
  16. elseif shikudostance == "oak" then
  17. sendAll("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo "..target.. " " ..staff.. " " ..stafftwo.. " " ..kicked.. "|assess " ..target)
  18. else
  19. sendAll("cq all|queue add eqbal stand|stand|dismount|wield staff|order loyals follow me|order loyals kill "..target.."|combo "..target.. " " ..kicked.. " " ..staff.. " " ..stafftwo.. "|assess " ..target)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement