Auto-storage not activating when overweight?

International

Moderator: Moderators

TsuyukiDev
Noob
Noob
Posts: 2
Joined: 29 Nov 2010, 02:46
Noob?: No

Auto-storage not activating when overweight?

#1 Post by TsuyukiDev »

Hello. I have my bot set to automatically use the storage when it becomes overweight, but it is not doing so. Here is my config:

config.txt:

Code: Select all

itemsTakeAuto 2
itemsTakeAuto_party 1
itemsGatherAuto 1
itemsMaxWeight 49
itemsMaxWeight_sellOrStore 49
itemsMaxNum_sellOrStore
cartMaxWeight 7900

Code: Select all

storageAuto 1
storageAuto_npc veins 208 128
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_notAfterDeath 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 500
items_control:

Code: Select all

# All items not mentioned in this file will be automatically stored in storage.
all 0 1 0
What is wrong with my config? Please help! Thanks in advance.