Guest User

Untitled

a guest
Jul 16th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sub move_bottle()
  2. UO.FindType(0x0F0E,-1,'backpack')
  3. UO.Moveitem('finditem','150','0x40974FF0') ##### Change to BAG ID
  4. wait(1000)
  5. endsub
  6. sub nightp()
  7. UO.FindType(0x0F06,-1,'0x40974FF0') ##### Change to BAG ID
  8. UO.Moveitem('finditem','150','backpack')
  9. wait(1000)
  10. endsub
Add Comment
Please, Sign In to add comment