Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. function KS()
  2. local immuns = {500667, 498549, "Nieustraszony", 501190, "\197\154wi\196\153ta Aura", 623184, 502902, 500667} -- niezn. po odrodzeniu, siec obronna, serek, aura, aura, aura
  3.  
  4.  
  5. if GotTarget and IsEnemy and not TargetIsDead and not TargetHasBuff(immuns) then
  6. trySkill("\197\154wi\196\153te Okowy", not TargetHasBuff(immuns) and (not TargetHasBuff(/////////) or TargetHasBuff(/////////).time <= 4),nil,nil,1)
  7. end
  8.  
  9. if TargetIsDead or (not IsEnemy) or TargetHasBuff(immuns) then
  10. target("clear")
  11. end
  12. if (not GotTarget) then
  13. target("select", "next", "enemy", "nopets")
  14. if not (IsTargetType("player")) then target("clear")
  15. end
  16. end
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement