Guest User

Untitled

a guest
Jan 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. sub smelt()
  2. repeat
  3. 1x1()
  4. uo.usetype('0x19B7')
  5. wait(500)
  6. uo.findtype('0x19B9'','-1','backpack')
  7. uo.moveitem('finditem','1','backpack'','100','100','100')
  8. wait(1000)
  9. until false
  10. endsub
  11.  
  12. sub 1x1()
  13. if uo.count('0x19B9') < 6 then
  14. wait(2000)
  15. uo.useobject('0x400273C9')
  16. wait(1000)
  17. uo.findtype('0x19B9','-1','lastcontainer')
  18. uo.moveitem('finditem','500','backpack')
  19. wait(2000)
  20. endif
  21. end sub
Add Comment
Please, Sign In to add comment