Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. if hidden 'self'
  2. @setability 'secondary' 'on'
  3. stop
  4. endif
  5. @setability 'secondary' 'on'
  6. if yellowhits 'self'
  7. cast 'remove curse' 'self'
  8. endif
  9. if not timerexists 'cure'
  10. createtimer 'cure'
  11. endif
  12. if not timerexists 'hpot'
  13. createtimer 'hpot'
  14. endif
  15. @settimer 'timeout' 0
  16. if poisoned 'self'
  17. while hits <= 149
  18. if timer 'cure' > 3500
  19. usetype 0xf07
  20. settimer 'cure' 0
  21. endif
  22. endwhile
  23. endif
  24. if timer 'hpot' > 3500
  25. if hits <= 200
  26. @settimer 'timeout' 0
  27. usetype 0xf0c
  28. settimer 'hpot' 0
  29. endif
  30. endif
  31. if poisoned 'self'
  32. miniheal
  33. endif
  34. if hits <= 235
  35. miniheal
  36. endif
  37. if @injournal 'Shield of Spikes!' 'system'
  38. if stam < 50
  39. cast 'divine fury'
  40. pause 500
  41. endif
  42. replygump 0x4239a64f 1004
  43. waitforgump 0x4239a64f 15000
  44. sysmsg 'SOS Rearmed' '1990'
  45. endif
  46. if @injournal 'You failed the augment skill check' 'system'
  47. if stam < 50
  48. cast 'divine fury'
  49. pause 500
  50. endif
  51. replygump 0x4239a64f 1004
  52. waitforgump 0x4239a64f 15000
  53. sysmsg 'SOS Rearmed' '1990'
  54. endif
  55. @clearjournal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement