Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. if not islocation(2) then
  2. return
  3. end
  4. items = {'wand of starstorm', 'wand of cosmic energy', 'wand of draconia', 'focus cape', 'hibiscus dress', 'guardian shield', 'strong mana potion', 'small amethyst', 'small diamond', 'shockwave amulet', 'lightning pendant', 'wyrm scale', 'dragonbone staff', 'obsidian lance', 'crystal sword'}
  5. setsetting('Cavebot/Settings/OpenNextBp', 'no')
  6. wait(2000)
  7. closewindows()
  8. wait(2000)
  9. openitem(false, 'back')
  10. wait(2000)
  11. resizewindows()
  12. wait(2000)
  13. openitem(false, 'belt')
  14. wait(2000)
  15. openitem('brocade backpack')
  16. wait(2000)
  17. repeat
  18. moveitems('wand of starstorm', ground($posx-2, $posy-3, $posz))
  19. moveitems('wand of cosmic energy', ground($posx-1, $posy-3, $posz))
  20. moveitems('wand of draconia', ground($posx, $posy-3, $posz))
  21. moveitems('focus cape', ground($posx+1, $posy-3, $posz))
  22. moveitems('hibiscus dress', ground($posx+2, $posy-3, $posz))
  23. moveitems('guardian shield', ground($posx+3, $posy-3, $posz))
  24. moveitems('strong mana potion', ground($posx-1, $posy-2, $posz))
  25. moveitems('small amethyst', ground($posx, $posy-2, $posz))
  26. moveitems('small diamond', ground($posx+1, $posy-2, $posz))
  27. moveitems('shockwave amulet', ground($posx+2, $posy-2, $posz))
  28. moveitems('lightning pendant', ground($posx+3, $posy-2, $posz))
  29. moveitems('wyrm scale', ground($posx, $posy-1, $posz))
  30. moveitems('dragonbone staff', ground($posx+1, $posy-1, $posz))
  31. moveitems('obsidian lance', ground($posx+2, $posy-1, $posz))
  32. moveitems('crystal sword', ground($posx+3, $posy-1, $posz))
  33. wait(1000)
  34. if itemcount((items)) == 0 then
  35. wait(1000,1500)
  36. openitem('brocade backpack')
  37. end
  38. until emptycount('1') >= 20 or windowcount() < 2
  39. wait(2000)
  40. closewindows()
  41. wait(2000)
  42. openitem(false, 'back')
  43. wait(2000)
  44. resizewindows()
  45. setsetting('Cavebot/Settings/OpenNextBp', 'yes')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement