Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. wait 10000
  2. if [$itemcount.238 > 0] { gotolabel "Burning" }
  3. setcavebot off
  4.  
  5. reachgrounditem 2323
  6. wait 1000
  7. openbpitem
  8. wait 1000
  9.  
  10. npcsay "hi"
  11. npcsay "trade"
  12.  
  13. loop 5 { sellitems 284 100 }
  14.  
  15. set $pots 700
  16. while [$pots > 100] { buyitems 238 100 | wait 200 | set $pots [$pots - 100] }
  17. buyitems 238 $pots
  18.  
  19. setcavebot on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement