Advertisement
Guest User

Blazin Healer

a guest
Dec 7th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ; BlaZin' HealR
  2. ; by BlaZe Buddle of Excelsior's ßud ßrothers
  3. ; v1.1 Completed 12/28/10
  4. set %HP 77
  5. ; This is the % your HP will be at before the script does a [bandself.
  6. set %pause 1
  7. ; Increase this number if the script doesn't pause
  8. ; long enough before applying more bandages. (20 = 1 second)
  9. ;;;;; ;;;;; ;;;;; ;;;;; ;;;;;
  10. if ( #hits * 100 ) / #maxhits <= %HP || C in #charstatus
  11. {
  12. event macro 1 0 [bandself
  13. set %time ( 11 - ( #dex / 20 ) ) * 20
  14. if %time < 5
  15. set %time 5
  16. wait %time + %pause
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement