Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
57
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.  
  4. reachgrounditem 2323
  5. wait 1000
  6. openbpitem
  7. wait 1000
  8.  
  9. npcsay "hi"
  10. npcsay "trade"
  11.  
  12. while [$itemcount.284 > 0] { sellitems 284 $itemcount.284 }
  13.  
  14. set $pots 700
  15. while [$pots > 100] { buyitems 238 100 | wait 200 | set $pots [$pots - 100] }
  16. buyitems 238 $pots
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement