Advertisement
Cappelle

Skinning Hotkey

Mar 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if @findtype 0x2006 'any' 'ground' 'any' 3
  2. setalias 'corpse' 'found'
  3. usetype 0xf52 'any' 'backpack'
  4. waitfortarget 1200
  5. target 'corpse'
  6. ignoreobject 'corpse'
  7. useobject 'corpse'
  8. endif
  9. if @findtype 0x1079 'any' 'ground' 'any' 3
  10. usetype 0xf9f 'any' 'backpack'
  11. waitfortarget 1200
  12. target 'found'
  13. endif
  14. if @findtype 0x1079 'any' 'backpack' 'any'
  15. usetype 0xf9f 'any' 'backpack'
  16. waitfortarget 1200
  17. target 'found'
  18. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement