Guest User

Untitled

a guest
Dec 11th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if ksys.systems.bashing and not ksys.limiters.safebash then
  2. if ksys.class == "Monk"
  3. and math.floor((ksys.stats.health / ksys.stats.max_health) * 100) < 60
  4. and math.floor((ksys.stats.mana / ksys.stats.max_mana) * 100) > 30
  5. then
  6. addToQueue("transmute mana 1000")
  7. addToQueue("transmute mana 1000")
  8. activateLimiter("safebash", 3)
Add Comment
Please, Sign In to add comment