My bot is not looting!
At first: What do you mean with 'is not looting'. Pls describe it more detailed:
1. After killing a mob, the bot stands just there for a few seconds and after that runs away to the next mob/waypoint. In the micromacro protocoll windows he writes: 'Looting target.'
2. If I kill two or more mobs in one fight, the bot only loots the last one. In the micromacro protocoll windows he writes: 'Waiting on aggressive enemies.'
3. The Bot runs to the corpse and opens the loot window, but the bot don't take any items from the loot window.
4. If I kill a mob, the bot sometime just stand for a time and after that wander to the next waypoint/mob. In the micromacro protocoll windows he writes: 'Waiting on aggressive enemies'. But there is none other mob attacking me.
Solution for 1:
There are two things you have to check:
1. The ingame key for looting is the same hotkey as the standard attack key. If you press the standard attack key while having a death mob as target the char will run to the mob an loot it. The bot will use the MACRO hotkey to press the 'loot key'. So there should be no problems with that, anymore.
2. And you must have the ingame option 'click to move' turned on.
Solution for 2:
The bot skips looting if you get aggro from another mob before the end of the fight. You can also loot after each fight even if you are in combat. If you want to do so, just set the 'loot in combat option' in your profile:
Code: Select all
<option name="LOOT_IN_COMBAT" value="true" />
You have to check the ingame option for 'automatic looting':
Solution for 4:
You are in a group and you are in combat, since one of your group member is attacking a mob. You can set the loot in combat option in your profile:
Code: Select all
<option name="LOOT_IN_COMBAT" value="true" />
Ensure that you have the actual version of micromacro and the bot scripts installed. For a more detailed description about how to configure the bot pls read in the the RoM Bot wiki.