[Config] - getAuto is not working (Case sensitive disabled)

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
lentogosong
Noob
Noob
Posts: 4
Joined: 06 Aug 2017, 13:51
Noob?: Yes

[Config] - getAuto is not working (Case sensitive disabled)

#1 Post by lentogosong »

Hi,

first i had checked all the post and tried it and seems nothing works for me. I tried to use auto storage on my bot and it seems that my bot only open my storage but not storing or getting anything which i list on item_control.txt and then go back to hunt.

my auto storage script:

storageAuto 1
storageAuto_npc morocc 156 97
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 0

npcTimeResponse
npcWrongStepsMethod 0

getAuto Red Potion {
minAmount 0
maxAmount 50
passive
}

getAuto Fly Wing {
minAmount 0
maxAmount 50
passive
}

getAuto Butterfly Wing {
minAmount 0
maxAmount 3
passive
}

getAuto Awakening Potion {
minAmount 0
maxAmount 10
passive
}

getAuto Orange Potion {
minAmount 0
maxAmount 50
passive
}

and my item_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


##### HEAL/SUPPORT ITEMS #####
# Adjust these to your needs

# Butterfly Wing 5 1 0
Fly Wing 50 1 0

Blue Potion 0 1 0
Condensed Red Potion 0 1 0
Condensed White Potion 0 1 0
Condensed Yellow Potion 0 0 0
Green Potion 0 1 0
Red Potion 50 1 0
Orange Potion 50 1 0
White Potion 0 1 0
Awakening Potion 10 1 0

##### ARROWS #####
# You may want to modify these if you're an archer/hunter


#########################
##### SELLING ITEMS #####
#########################


##### WORTHLESS GEARS #####
# Worthless gears which are sold by default



##### WORTHLESS WEAPONS #####
# Worthless weapons which are sold by default



##### STANDARD LOOT #####
# Useless items that are sold by default

Grit 0 1 0
Rough Elunium 0 1 0
Great Nature 0 1 0
Star Dust 0 1 0
Katar of Quaking 0 1 0
Hyptnotist's Staff [2] 0 1 0
Sandman Card 0 1 0
Fine Sand 0 1 0
Fatty Chubby Earthworm 0 1 0
Sticky Mucus 0 1 0
Town Sword [2] 0 1 0
Hode Card 0 1 0
Foolishness of the Blind 0 1 0
Green Live 0 1 0
Earthworm Peeling 0 1 0
Singing Plant 0 1 0
Scell 0 1 0
Red Blood 0 1 0
Burning Passion Guitar 0 1 0
Metaller Card 0 1 0
Shell 0 1 0
Grasshopper's Leg 0 1 0

anyone please help me? Thanks.
Last edited by lentogosong on 07 Aug 2017, 09:40, edited 1 time in total.

rentard
Noob
Noob
Posts: 15
Joined: 11 Jul 2017, 18:35
Noob?: No

Re: Help my bot cannot store or get item from storage

#2 Post by rentard »

Use newer version...one build a week or two ago had a big bug.

morroc seems very very buggy in general, even the new version wasn't working in morroc.

lentogosong
Noob
Noob
Posts: 4
Joined: 06 Aug 2017, 13:51
Noob?: Yes

Re: Help my bot cannot store or get item from storage

#3 Post by lentogosong »

rentard wrote:Use newer version...one build a week or two ago had a big bug.

morroc seems very very buggy in general, even the new version wasn't working in morroc.
thanks for replying. i use the newest version and the problem not only occur on morroc but another town as well

lentogosong
Noob
Noob
Posts: 4
Joined: 06 Aug 2017, 13:51
Noob?: Yes

Re: Help my bot cannot store or get item from storage

#4 Post by lentogosong »

Update, storage now seems to be fine. but still stuck with getAuto. i tried to get red potion from my storage and it always say "red potion out of stock" which is impossible because there is 150 red potions when i check on my storage.

my config:

storageAuto 1
storageAuto_npc izlude 134 88
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 50

npcTimeResponse
npcWrongStepsMethod 0

getAuto red potion {
minAmount 0
maxAmount 50
passive
}

and item control

Fly Wing 50 1 0
Red Potion 50 1 0
Orange Potion 50 1 0
Awakening Potion 5 1 0
Butterfly Wing 3 1 0

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Help my bot cannot store or get item from storage

#5 Post by kali »

Red Potion
red potion
reD potioN
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

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

Re: Help my bot cannot store or get item from storage

#6 Post by troypogs777 »

get auto is case sensitive.

lentogosong
Noob
Noob
Posts: 4
Joined: 06 Aug 2017, 13:51
Noob?: Yes

Re: Help my bot cannot store or get item from storage

#7 Post by lentogosong »

troypogs777 wrote:get auto is case sensitive.
Thank you its working now. I didn't realize it is case sensitive.

Locked