Guest User

Untitled

a guest
Oct 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. sub cut()
  2. UO.textprint(uo.getserial("lastcorpse"))
  3. UO.waittargetobject('lastcorpse')
  4. uo.usetype("arma")
  5. wait(1200)
  6. UO.findtype('0x0F0E',"0x081B","ground"); Tmana
  7. UO.moveitem("finditem","0","backpack")
  8. wait(1200)
  9. UO.findtype('0x0F0E',"0x0034","ground")
  10. UO.moveitem("finditem","0","backpack")
  11. wait(1200)
  12. UO.exec("set finddistance 2")
  13. UO.findtype('0x1F5F',"0x0000","ground")
  14. UO.moveitem("finditem","20","backpack")
  15. wait(1200)
  16. UO.findtype('0x1F5F',"0x0000","ground")
  17. UO.moveitem("finditem","20","backpack")
  18. end sub
  19. sub autoarmor()
  20. uo.usefromground("helm")
  21. uo.usefromground("arms")
  22. uo.usefromground("guantes")
  23. uo.usefromground("gloves")
  24. uo.usefromground("shield")
  25. uo.usefromground("legs")
  26. uo.usefromground("gorget")
  27. uo.usefromground("platemail")
  28. end sub
Add Comment
Please, Sign In to add comment