Why doesn't my character sell all the items in inventory?

International

Moderator: Moderators

Message
Author
daisuke
Human
Human
Posts: 20
Joined: 10 Nov 2008, 04:26
Noob?: Yes

Why doesn't my character sell all the items in inventory?

#1 Post by daisuke »

I have no clue what's wrong with it but I can't find a problem with my config and item_control, whenever he goes to sell his stuff when he is full, he only sells Decayed Nail (9) x2 which I guess means he's only selling like 2 nails because he only gets like 46 zeny.

He is supposed to sell everything he finds from the zombies and skeletons

Let me post my config and item_control for this problem

Config Autosell

Code: Select all

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

buyAuto {
	npc
	standpoint
	distance 5
	minAmount 2
	maxAmount 3
}

sellAuto 1
sellAuto_npc payon 159 96
sellAuto_standpoint
sellAuto_distance 5

storageAuto
storageAuto_npc 
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
}
Item_Control

Code: Select all

Decayed Nail 0 0 1
Red Herb 0 0 1
Green Herb 0 0 1
Grape 0 0 1
Concentration Potion 0 0 1
Mace 0 0 1
Accessory 0 0 1
Opal 0 0 1
Cursed Ruby 0 0 1
Jellopy 0 0 1
Decayed Nail 0 0 1
Tooth of Bat 0 0 1
Sticky Mucus 0 0 1
Garlet 0 0 1
Skel-Bone 0 0 1
I've been trying to figure it out for days

Thank you for your help! It is highly appreciated.

Tonberry
Noob
Noob
Posts: 7
Joined: 27 Nov 2008, 18:47
Noob?: No

Re: Why doesn't my character sell all the items in inventory?

#2 Post by Tonberry »

can you post the console log(the selling part only,dont post full) in here.
The Bot Guru

daisuke
Human
Human
Posts: 20
Joined: 10 Nov 2008, 04:26
Noob?: Yes

Re: Why doesn't my character sell all the items in inventory?

#3 Post by daisuke »

Tonberry wrote:can you post the console log(the selling part only,dont post full) in here.
wht do you mean the console log?

Post Reply