Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if mayhem.target == matches[2] then
  2. enemyAdd("ablaze")
  3.  
  4. if mayhem.status.class == "Zealot" then
  5. if combat.afflictions.ablaze and combat.afflictions.infernal_shroud then
  6. combat.checks.ablazeCount = tonumber(combat.checks.ablazeCount + 1)
  7.  
  8. cecho( "<green> " .. combat.checks.alazeCount)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement