Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Thread.new {
  2. loop {
  3. wait_while { dead? }
  4. }
  5. }
  6. loop {
  7. wait_until { dead? }
  8. wait_while { dead? or stunned? }
  9. waitrt?
  10. fput 'stow all'
  11. start_script 'death_potions'
  12. wait_while { running?('death_potions') }
  13. start_script('go2', [ '12537' ])
  14. wait_while { running?('go2') }
  15. fput 'sit'
  16. start_script 'eatbread'
  17. wait_while { running?('eatbread') }
  18. start_script 'waggle'
  19. wait_while { running?('waggle') }
  20. start_script 'smallstatue'
  21. wait_while { running?('smallstatue') }
  22. wait_until { checkspirit >= 8 and percentmana >= 100 }
  23. start_script 'bigshot', [ 'solo' ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement