Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. //make infinite recalls
  2. //<3 baddie
  3. if not @findalias 'reg and scroll box' or not @findobject 'reg and scroll box'
  4. promptalias 'reg and scroll box'
  5. endif
  6. if not @findtype 0xfbf 0x0 'backpack'
  7. headmsg 'Get more scribes pens!'
  8. stop
  9. endif
  10. if @ingump 0x38920abd 'You lack the required'
  11. useskill 'meditation'
  12. while mana < maxmana
  13. endwhile
  14. endif
  15. if @ingump 0x38920abd 'You do not have enough'
  16. headmsg 'Storing and restocking'
  17. //store recalls
  18. movetype 0x1f4c 'backpack' 'reg and scroll box' 15 15 0 0 'any' 1
  19. pause 1000
  20. //pull blanks
  21. movetype 0xef3 'reg and scroll box' 'backpack' 15 15 0 0 150 2
  22. pause 1000
  23. //pull bloodmoss
  24. movetype 0xf7b 'reg and scroll box' 'backpack' 15 15 0 0 150 2
  25. pause 1000
  26. //pull root
  27. movetype 0xf86 'reg and scroll box' 'backpack' 15 15 0 0 150 2
  28. pause 1000
  29. //pull pearl
  30. movetype 0xf7a 'reg and scroll box' 'backpack' 15 15 0 0 150 2
  31. pause 1000
  32. endif
  33. usetype 0xfbf
  34. waitforgump 0x38920abd 15000
  35. replygump 0x38920abd 22
  36. waitforgump 0x38920abd 15000
  37. replygump 0x38920abd 51
  38. waitforgump 0x38920abd 2000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement