Advertisement
Jman10201

Untitled

Sep 12th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. if not timerexists 'bonebandagetimer'
  2. createtimer 'bonebandagetimer'
  3. settimer 'bonebandagetimer' 6000
  4. endif
  5. if not listexists 'bones'
  6. createlist 'bones'
  7. endif
  8. if not findalias 'Hermione'
  9. promptalias 'hermione'
  10. endif
  11. pushlist 'bones' '0xed1'
  12. pushlist 'bones' '0xecb'
  13. pushlist 'bones' '0xed0'
  14. pushlist 'bones' '0xeca'
  15. pushlist 'bones' '0xecf'
  16. pushlist 'bones' '0xecd'
  17. pushlist 'bones' '0xecc'
  18. pushlist 'bones' '0xecd'
  19. pushlist 'bones' '0xece'
  20. pushlist 'bones' '0xed2'
  21. while not dead 'self'
  22. if timer 'bonebandagetimer' > 5000
  23. bandage 'Space'
  24. settimer 'bonebandagetimer' 0
  25. endif
  26. for 0 to 'bones'
  27. if @findtype 'bones[]' 'any' 'ground'
  28. headmsg 'item found'
  29. usetype 0xf52 0x0 'backpack'
  30. waitfortarget 500
  31. target! 'found'
  32. pause 100
  33. endif
  34. endfor
  35. endwhile
  36. headmsg 'Done'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement