Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #athgond
  2.  
  3. Checkxp:
  4. waitrt?
  5. fput "exp athletics"
  6. match "Done", "(31/34)"
  7. match "Done", "(32/34)"
  8. match "Done", "(33/34)"
  9. match "Done", "(34/34)"
  10. match "Start", "Overall state of mind:"
  11. matchwait
  12.  
  13. Start:
  14. fput "play bolero on my zills"
  15. waitrt?
  16.  
  17. #goto Xalas
  18. custom_require.call(%w(common common-travel))
  19.  
  20. DRCT.walk_to('12839')
  21.  
  22. #goto gondola
  23. custom_require.call(%w(common common-travel))
  24.  
  25. DRCT.walk_to('13558')
  26.  
  27. #goto forest clearing safe room
  28. custom_require.call(%w(common common-travel))
  29.  
  30. DRCT.walk_to('2855')
  31.  
  32.  
  33. waitrt?
  34. fput "exp athletics"
  35. match "Done", "(31/34)"
  36. match "Done", "(32/34)"
  37. match "Done", "(33/34)"
  38. match "Done", "(34/34)"
  39. match "Collect", "Overall state of mind:"
  40. matchwait
  41.  
  42. Collect:
  43. waitrt?
  44. fput "stop play"
  45. waitrt?
  46. fput "collect rock"
  47. pause 15
  48. waitrt?
  49. fput "kick pile"
  50. fput "collect rock"
  51. pause 15
  52. waitrt?
  53. fput "kick pile"
  54. fput "collect rock"
  55. pause 15
  56. waitrt?
  57. fput "kick pile"
  58. fput "collect rock"
  59. pause 15
  60. waitrt?
  61. fput "kick pile"
  62.  
  63. goto "Checkxp"
  64.  
  65. Done:
  66.  
  67. echo "* * * DONE WITH UNDER GONDOLA ATHLETICS * * *"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement