First question is about the attackLooters. I have set this to 1.
Do I need to specify monsters that loot my items in mon_control?
For example, if I set attackLooters to 1 and here is my mon_control:
Code: Select all
all -1 0 0
Creamy 1 0 0
But If I set my mon_control like this:
Code: Select all
all -1 0 0
Creamy 1 0 0
Poporing 1 0 0
How can I set the bot to kill only Poporings that looted my items (dropped from Creamies I killed).
The second question is about taking items.
I am not sure whether it is a bug or I made something wrong.
There were many times that my bot cannot take items dropped by monsters I just killed.
The error was like "Failed to take <item> from <x1,y1> to <x2,y2>."
Looking forward to your helps

Thank you in advance.