Advertisement
Guest User

Voidfist Fix - Austere's Aff Tracker

a guest
Dec 19th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. if matches[3] ~= "irid moss" and matches[3] ~= "potash crystal" and matches[3] ~= "ball of myrrh" and matches[3] ~= "bisemutum chip" then
  2. --cecho( matches[3])
  3. if voidfist then
  4. vf = {}
  5. vf.herbEaten = matches[3]
  6. if vfTimer then killTimer("vfTimer") end
  7. vfTimer = tempTimer(.4, [[affsate (vf.herbEaten)]])
  8. else
  9. if target == matches[2] and opponenteat == 1 then
  10. if timerherb == 1 then
  11. cecho("<cyan>-Ignored Cures")
  12. end
  13. if timerherb == 0 then
  14. cecho("<cyan>Something is Fucked")
  15. opponenteat = 0
  16. end
  17. end
  18. if opponenteat == 0 and target == matches[2] then
  19. opponenteat = 1
  20. affsate (matches[3])
  21. herbtimer = tempTimer(.7,[[opponenteat = 0;timerherb = 0]])
  22. timerherb = 1
  23. --cecho("<cyan>Processed Cures")
  24. end
  25. end
  26. end
  27. if matches[2] == target then
  28. if affstrack.score.anorexia>0 then
  29. affstrack.score.anorexia = 0
  30. affsclass ()
  31. end
  32. end
  33.  
  34. if stack == "raid" then raidStack()
  35. elseif stack == "bleed" then bleedStack()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement