Easy Corpse Looting
Posted: Mon Mar 29, 2004 1:24 pm
As a frequent ML in LDoN adventures, I found that looting some of those corpses to be a major PITA. So I made this target and loot bind command and it works wonderfully.
The radius 17 keeps you from targeting corpes across the zone and is just about the distance from which you can loot a corpse anyway.
Put this in your autoexec.cfg file. Then whenever you want to loot a corpse, stand near it and press F. It basically replaces the right-click on the corpse; it does not automatically loot anything form the corpse.
Code: Select all
/custombind add lootcorpse
/custombind set lootcorpse /multiline ; /target corpse radius 17; /loot
/bind lootcorpse fPut this in your autoexec.cfg file. Then whenever you want to loot a corpse, stand near it and press F. It basically replaces the right-click on the corpse; it does not automatically loot anything form the corpse.