Kore Keeps on Storing Items....

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
MaJesTy
Noob
Noob
Posts: 10
Joined: 30 Nov 2009, 05:59
Noob?: Yes

Kore Keeps on Storing Items....

#1 Post by MaJesTy »

my bot keeps on storing items even though they were intended to be sold...

at config.txt

Code: Select all

######## Autostorage/autosell ########

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

sellAuto 1
sellAuto_npc prt_fild05 290 221 Tool Dealer#prt
sellAuto_standpoint
sellAuto_distance 5

storageAuto 1
storageAuto_npc prt_fild05 290 224 Kafra Employee
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50

npcTimeResponse

getAuto {
	minAmount
	maxAmount
	passive
}
while at items_control.txt

Code: Select all

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

for useable items:
example:
Butterfly Wing 10 0 0
Fly Wing 100 0 0

for all loots to be sold:
example:
Chrysalis 0 0 1
but my bot keeps on storing all the loots that needs to be sold..

can you help me regarding this, cause even my pots and bwings were also stored...

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Kore Keeps on Storing Items....

#2 Post by Mushroom »

all 0 1 0
This line will make all items not mentioned in the file to be stored.
Quit.

MaJesTy
Noob
Noob
Posts: 10
Joined: 30 Nov 2009, 05:59
Noob?: Yes

Re: Kore Keeps on Storing Items....

#3 Post by MaJesTy »

Mushroom wrote:
all 0 1 0
This line will make all items not mentioned in the file to be stored.
yes, that's right...

but how come my bot is storing everything i have in my inventory...

it's ignoring the list.. all it can read is the

Code: Select all

all 0 1 0
then the rest, ignored...

Locked