Bot won't get any items from storage.

International

Moderator: Moderators

Khrid
Noob
Noob
Posts: 2
Joined: 29 Feb 2016, 01:34
Noob?: Yes

Bot won't get any items from storage.

#1 Post by Khrid »

Hi Guys. I have been trying to figure out what seems to be the problem with my config.txt and items_control.txt files.

For some reason bot uses auto-storage but never anything from getAuto.

Here are my config.txt and items_config.txt files

>>>>>>> config.txt
######## Autostorage/autosell ########

buyAuto {
npc
standpoint
distance 5
price
minAmount 2
maxAmount 3
disabled 0
}

sellAuto 0
sellAuto_npc
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s e

storageAuto 1
storageAuto_npc geffen 120 62
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r1 c r0 n
storageAuto_password
storageEncryptKey 0x050B6F79, 0x0202C179, 0x00E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath 0
relogAfterStorage 1
minStorageZeny 500
storageEncryptKey 0x050B6F79, 0x0202C179, 0x00E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9

getAuto Awakening Potion {
minAmount 5
maxAmount 15
passive 0
}

getAuto Concentration Potion {
minAmount 5
maxAmount 15
passive 0
}

getAuto Milk {
minAmount 100
maxAmount 400
passive 0
}

getAuto Berserk Potion {
minAmount 5
maxAmount 15
passive 0
}

getAuto Flywing {
minAmount 10
maxAmount 50
passive 0
}

getAuto Butterfly Wing {
minAmount 2
maxAmount 10
passive 0
}
>>>>> items_control.txt
# In this file you can control which items to put in storage,
# to sell, or to leave in the inventory.
#
# Syntax:
# (item name) (minimum) (auto-store) (auto-sell) [put in cart] [get from cart]
# item name : Name of the item.
# miminum : The minimum amount of this item that you want to keep in inventory.
# autostore : Set to 1 to walk back to a Kapra NPC to put in storage.
# autosell : Set to 1 to sell item at a buy/sell NPC.
# put in cart : Set to 1 to automatically put this item in cart.
# get from cart : Set to 1 to automatically get this item from cart.
#
# The example below will sell all jellopies, store all knifes and puts
# all flowers in cart:
# Jellopy 0 0 1
# Knife 0 1 0
# Flower 0 0 0 1
#
# This example will get Red Potions from cart if you have less than 25
# of them in your inventory:
# Red Potion 25 0 0 0 1
#
# The item name isn't case sensitive. Only items found in this file will
# be stored or sold.
#
# If auto-store and auto-sell are 1, Kore will do storage first (unless
# storage is full) then sell.
#
# Kore will not sell or store equipped items. For example, if you're using
# a knife and you have a line to auto-sell all knives, kore will sell any
# extras it picks up, not the knife it's using.
#
# Don't forget to set the storageAuto, sellAuto and related configuration
# options in config.txt, or this file won't have any effect.
#
# An auto-sell list and auto-storage list is provided by default, modify it
# as you see fit.


# All items not mentioned in this file will be automatically stored in storage.
all 0 1 0

##### USEABLE ITEMS #####
# Adjust for needs
Milk 400 1 0
Concentration Potion 15 1 0
Berserk Potion 15 1 0
Awakening Potion 15 1 0


##### HEAL/SUPPORT ITEMS #####
# Adjust these to your needs
Butterfly Wing 10 1 0
Fly Wing 50 1 0


"Bowman Scroll 1" 0 0 0
"Bowman Scroll 2" 0 0 0
"Bowman Scroll 3" 0 0 0
"Bowman Scroll 4" 0 0 0
"Bowman Scroll 5" 0 0 0
"Bowman Scroll 6" 0 0 0
"Bowman Scroll 7" 0 0 0
"Bowman Scroll 8" 0 0 0
"Bowman Scroll 9" 0 0 0
"Bowman Scroll 10" 0 0 0
"Fencer Scroll 1" 0 0 0
"Fencer Scroll 2" 0 0 0
"Fencer Scroll 3" 0 0 0
"Fencer Scroll 4" 0 0 0
"Fencer Scroll 5" 0 0 0
"Fencer Scroll 6" 0 0 0
"Fencer Scroll 7" 0 0 0
"Fencer Scroll 8" 0 0 0
"Fencer Scroll 9" 0 0 0
"Fencer Scroll 10" 0 0 0
"Spearman Scroll 1" 0 0 0
"Spearman Scroll 2" 0 0 0
"Spearman Scroll 3" 0 0 0
"Spearman Scroll 4" 0 0 0
"Spearman Scroll 5" 0 0 0
"Spearman Scroll 6" 0 0 0
"Spearman Scroll 7" 0 0 0
"Spearman Scroll 8" 0 0 0
"Spearman Scroll 9" 0 0 0
"Spearman Scroll 10" 0 0 0
I wish someone can help me fix this. I have been reading several threads and reading the manual but something doesn't seem to be right.

Note:

I don't know if it matters but here's the config for my gathering items and using auto storage
itemsTakeAuto 1
itemsTakeAuto_party 0
itemsGatherAuto 2
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 89
itemsMaxNum_sellOrStore 50
cartMaxWeight 7900
itemsTakeAuto_new 0
itemsTakeGreed 0
Thanks
ClangClangBoom
Noob
Noob
Posts: 4
Joined: 12 Feb 2016, 19:24
Noob?: No

Re: Bot won't get any items from storage.

#2 Post by ClangClangBoom »

From what I can gather everything looks to be correct. is your bot able to deposit items in storage otherwise? Try forcing this to run by typing autostore (maybe autostorage) in the console while your bot is running. I was having issues with the chat sequence used to get my bot to talk to the Kafra to open storage properly.
Khrid
Noob
Noob
Posts: 2
Joined: 29 Feb 2016, 01:34
Noob?: Yes

Re: Bot won't get any items from storage.

#3 Post by Khrid »

I already tried typing it manually. But it seems like it's not really working for me. It does store items but it wouldn't get any items from the getAuto code.

One more thing, I tried doing the autoSell config. But it still stores items in the storage even the settings for my farm bots are

"<item name> 0 0 1" on the items_control.txt
jowy
Noob
Noob
Posts: 4
Joined: 17 Mar 2016, 04:07
Noob?: No

Re: Bot won't get any items from storage.

#4 Post by jowy »

Khrid wrote:I already tried typing it manually. But it seems like it's not really working for me. It does store items but it wouldn't get any items from the getAuto code.

One more thing, I tried doing the autoSell config. But it still stores items in the storage even the settings for my farm bots are

"<item name> 0 0 1" on the items_control.txt
autostorage won't initiate getAuto if your passive is set to 0

Code: Select all

passive <boolean>
    By default, auto-get will be initiated once the amount of that item specified in this block reaches minAmount. Set this option to 1 if you want to get items only during auto-storage.
And please check your inventory whether the minAmount is meet in order to initiate the getAuto for each item, otherwise try to set it to 0
Btw, check your items_control have any duplicate item or not. If set correctly, it will sell the item instead of put into storage
For e.g.:
White Potion 0 1 0 # Store
Shell 0 0 1 # Sell