Config.txt: itemsMaxWeight_sellOrStore - Initiate Autostore

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Lordbalmung
Noob
Noob
Posts: 7
Joined: 25 Oct 2014, 17:12
Noob?: No

Config.txt: itemsMaxWeight_sellOrStore - Initiate Autostore

#1 Post by Lordbalmung »

Brief description:

I've set the itemsMaxWeight_sellOrStore to 10 and made sure I have atleast 10 items or more and also have configured the autostorage in config.txt. The bot does not perform an autostore sequence. However, when I use the console command "autostorage", the bot performs the autostorage sequence hence I know that it is configured correctly. Further more what I think might be the issue is that I use the store command "@storage" and have not given a NPC but the wiki says that a NPC should be provided, could that be the issue?

I've updated openkore, checked FAQ and searched the forum, I seem to be a lucky winner that no one else has this issue :lol: , here below I've appended my autostore config block.

Code: Select all

sellAuto 0
sellAuto_npc
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s e

storageAuto 1
storageAuto_npc
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand @storage
storageAuto_notAfterDeath 1
relogAfterStorage 0
minStorageZeny 50
zenyman
Noob
Noob
Posts: 7
Joined: 08 Jun 2014, 16:08
Noob?: No

Re: Config.txt: itemsMaxWeight_sellOrStore - Initiate Autostore

#2 Post by zenyman »

READ THE MANUAL >.<
no one else have that issue cause they read the manual ..

itemsMaxWeight_sellOrStore [<percent>]
Enables auto storage and auto sell when Kore's weight is greater than the one specified, overriding itemsMaxWeight.

itemsMaxNum_sellOrStore [<value>]
Enables auto sell when the number of items in your inventory is greater than the one specified in this option.

itemsMaxWeight [<percent>]
Enables auto storage and auto sell when Kore's weight is greater than the one specified, this is overrided by itemsMaxWeight_sellOrStore.


storageAuto_npc <map name> <x> <y>
Specifies the storage NPC location.
Lordbalmung
Noob
Noob
Posts: 7
Joined: 25 Oct 2014, 17:12
Noob?: No

Re: Config.txt: itemsMaxWeight_sellOrStore - Initiate Autostore

#3 Post by Lordbalmung »

I appreciate your comment and I do acvept your suggestion but I posted this because there is one of two possibilities,

1. The autostorage is not initiated due to a different config requirement

2. The config itemsMaxNum_sellOrStore is wrongly named. As the name suggests it is sell OR store hence similar to itemsMaxWeight_sellOrStore it should initiate an autostorage sequence.

I simply wish to confirm which one it is. I appriciate your knowledge but please do not jump into conclusion that others havent done their homework.
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Config.txt: itemsMaxWeight_sellOrStore - Initiate Autostore

#4 Post by SkylorD »

I appriciate your knowledge but please do not jump into conclusion that others havent done their homework.
Image
Learn rules
zenyman
Noob
Noob
Posts: 7
Joined: 08 Jun 2014, 16:08
Noob?: No

Re: Config.txt: itemsMaxWeight_sellOrStore - Initiate Autostore

#5 Post by zenyman »

Lordbalmung wrote:I appreciate your comment and I do acvept your suggestion but I posted this because there is one of two possibilities,

1. The autostorage is not initiated due to a different config requirement

2. The config itemsMaxNum_sellOrStore is wrongly named. As the name suggests it is sell OR store hence similar to itemsMaxWeight_sellOrStore it should initiate an autostorage sequence.

I simply wish to confirm which one it is. I appriciate your knowledge but please do not jump into conclusion that others havent done their homework.
Wrongly named?? The itemsMaxNum_sellOrStore activate when a certain number/count in the inventory. So lets say
itemsMaxNum_SellOrStore 10

When the inventory have "10 item" or more it will activate the sell or store..

Ps : i think your only problem is the autostorage_npc

storageAuto_npc <map name> <x> <y>
Specifies the storage NPC location.

Read the manual again.. >.>