When my bot get out of potions he goes to storage and then it happens:
First it says "Auto-storaging due to insufficient Yellow Potion"
It does all the steps with the Kafra, even dropping items in, but then it shows that message: "storage: Yellow Potion out of stock"
And I have enough yellow potions in storage.
Here's my config.txt
Code: Select all
storageAuto 1
storageAuto_npc yuno 152 187
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c w3 r1 w3 c r0 c
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50
npcTimeResponse
getAuto Yellow Potion {
minAmount 10
maxAmount 120
passive
}
Can you tell me why it happens?
Thanks in advance.