Posts: 2
Threads: 2
Joined: Feb 2020
Reputation:
0
is it possible to put coordinates, AND or item ids inside the bot settings,?
for example
<Item name="gold coin" id="3031" action="Loot" destination="410, backpack, ground" dropnocap="no" alarm="NoAlarm" />
first tries to put on itemid 410, if not possible put in backpack, if not possible put on ground
ty
Posts: 2,948
Threads: 492
Joined: Jul 2018
Reputation:
84
03-11-2020, 05:35 PM
(This post was last modified: 03-11-2020, 05:41 PM by Arkilys.)
Hello.
I will answer your question in parts to make it easier to understand.
1. You can make it find an available slot to loot on more than a single container using index, example: 1-2... It will try to loot on container index 1 and 2.
But it will not try to loot on both due to lack of slots, which will be improved in future.
2. Yes, you can use container ids, index, index range and names on Destination, which you should use just one kind, for example: "2853", "Green Backpack", "1", "1-2"... This means that you cannot setup Destination field like this "2853, backpack, ground".
3. You can only make it drop on ground if there's no capacity.
Your post contains nice suggestions. I will work on that.