Official ScriptUO EasyUO Scripts > Script Snippets

Loot from target

(1/1)

camotbik:
Those who have used sallos(play uo ) know the sexy feature that lets you select(target) an item, and the client moves it for you in to your backpack. This is very usefull in pvp, as you not always want to loot all the stuff in a body, as autolooters do.


--- Code: ---Sub Loot
  set #targcurs 1
  while #targcurs = 1
    wait
  exevent drag #ltargetid 99999
  exevent dropc #backpackid
return

--- End code ---

Navigation

[0] Message Index

Go to full version