ScriptUO

Official ScriptUO EasyUO Scripts => Script Snippets => Topic started by: camotbik on November 21, 2011, 03:59:30 AM

Title: Loot from target
Post by: camotbik on November 21, 2011, 03:59:30 AM
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: [Select]
Sub Loot
  set #targcurs 1
  while #targcurs = 1
    wait
  exevent drag #ltargetid 99999
  exevent dropc #backpackid
return