*** You can read about how to use the profile setting to loot all here under the "Looting" section. ***
*** This file will remain for awhile incase there are people who want to continue using an older version of the bot. ***
______________________________________________________________________________________________
Here is an updated version of my lootbodies function.
Description
When called tries to loot all lootable bodies in range.
Installation
Add the file to the "Userfunctions" folder.
Add the command
Code: Select all
lootBodies()
You may want to also disable loot in combat as it is no longer necessary.
Code: Select all
<option name="LOOT_IN_COMBAT" value="false" />
- Only loots out of combat.
- Only loots bodies in range as set by 'LOOT_DISTANCE' in profile.
- Doesn't loot if inventory is full.
- Doesn't wait for the battle flag to clear so it loots faster.
- Remembers last 10 bodies it couldn't loot in an ignore list.
- With all the checks, this version should never 'get stuck' trying to loot.