Guest User

Untitled

a guest
Nov 17th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ksys.hooks.functions.vivisect =
  2. function()
  3. if ksys.class == "Cabalist" or ksys.class == "Indorani"
  4. and ksys.systems.pvp
  5. and ksys.systems.etrack
  6. and ksys.balances.eq
  7. and ksys.balances.bal
  8. and canAct() --Defined in CanCan
  9. -- State my enemy must be in based on enemy affliction tracking
  10. and ksys.enemy.afflictions.leftlegbroke
  11. and ksys.enemy.afflictions.rightlegbroke
  12. and ksys.enemy.afflictions.leftarmbroke
  13. and ksys.enemy.afflictions.rightarmbroke
  14. and not ksys.enemy.afflictions.petrified
  15. then
  16. cecho("\n<cyan>!! VIVISECT NOW !!")
  17. send("vivisect " .. ksys.tar)
  18. end
  19. end
Add Comment
Please, Sign In to add comment