Re:start item prob?

International

Moderator: Moderators

Message
Author
troypogs777
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 31 Jan 2017, 10:18
Noob?: Yes
Location: Mars
Contact:

Re:start item prob?

#1 Post by troypogs777 »

Okay, so the bot cannot detect that he has the item in inventory. He needs 100 Red Potions and 5 Concentration Potions maximum in his inventory. Here are my autostorage lines. \

Code: Select all

getAuto Concentration Potion {
	minAmount 1
	maxAmount 5
	passive 0
}
getAuto Red Potion {
	minAmount 25
	maxAmount 100
	passive 0
}
And here are my items_control.txt lines.

Code: Select all

Red Potion 25 1 0 
Concentration Potion 1 1 0
here is a screenshot of the console.
Image

edit: additional info: The bot does autostorage in savemap, after getting the items, he walks to the lockmap as soon as the lockmap is loaded, he proceeds again with autostorage because he detects insufficient items(e.g. Red Potion, Concentration Potion) but in fact the items in the inventory is enough and hasn't been deducted. Is this a bug?