Bots dont autosell when overweight, just sitting

International

Moderator: Moderators

P4E2302
Noob
Noob
Posts: 1
Joined: 10 Apr 2011, 01:34
Noob?: Yes

Bots dont autosell when overweight, just sitting

#1 Post by P4E2302 »

Yesterday, I started to use the feature Autosell because I realize that when overweight, my bot keeps sitting to regenerate its HP/SP. So I wanna to sell all my loots so I can regain HP/SP and go back to field to level up. I read the manuals in the Openkore Wiki, autosell-related threads on this forum and other forums, but I still cant get it right, my bot doesnt autosell after it respawns in town. It doesn't look for the buy/sell NPC to perform autosell, instead, it just sits.

Here are my configs for config.txt and item_control.txt
itemsTakeAuto 2
itemsTakeAuto_party 0
itemsGatherAuto 2
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 50
itemsMaxNum_sellOrStore 99
cartMaxWeight 7900
itemsTakeAuto_new 0

sellAuto 1
sellAuto_npc payon 177 131 Pet Groomer
sellAuto_npc_steps
sellAuto_standpoint
sellAuto_distance 5
Bigfoot Card 2 1 0
Caramel Card 2 1 0
Stainer Card 2 1 0
Creamy Card 2 1 0
Novice Potion 184 1 0
Novice Butterfly Wing 48 1 0
Novice Fly Wing 88 1 0
All 0 1 0
TopBot
Noob
Noob
Posts: 2
Joined: 17 Apr 2011, 03:11
Noob?: Yes
Location: Brasil

Re: Bots dont autosell when overweight, just sitting

#2 Post by TopBot »

Have to set the npc that you want to sell
In config.txt
and know that the item will sell in items_control.txt

Example config.txt

sellAuto 1
sellAuto_npc payon 159 1996
sellAuto_npc_steps
sellAuto_standpoint
sellAuto_distance 6

Example items_control.txt

Worm Peeling 0 0 1
Animal Skin 0 0 1
Garlet 0 0 1
Powder of Butterfly 0 0 1
Rainbow Shell 0 0 1
Raccoon Leaf 0 0 1
Flower 0 0 1
Jellopy 0 0 1
Fluff 0 1 0
nicolas0349
Human
Human
Posts: 25
Joined: 14 Feb 2011, 13:34
Noob?: Yes

Re: Bots dont autosell when overweight, just sitting

#3 Post by nicolas0349 »

Code: Select all

sellAuto_npc payon 177 131
Pet Groomer <---- remove this one

Code: Select all

Bigfoot Card 2 1 0
Caramel Card 2 1 0
Stainer Card 2 1 0
Creamy Card 2 1 0
Novice Potion 184 1 0
Novice Butterfly Wing 48 1 0
Novice Fly Wing 88 1 0
All 0 1 0
which item you will sell? try changing it into

Code: Select all

All 0 0 1
Bigfoot Card 0 1 0
Caramel Card 0 1 0
Stainer Card 0 1 0
Creamy Card 0 1 0
Novice Potion 184 1 0
Novice Butterfly Wing 48 1 0
Novice Fly Wing 88 1 0
and just put the item you want to store in your storage.

example:
(item name) 0 1 0 <--- just add it in your itemcontrol.txt