bot keep on storing item that should not...

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

Moderators: Moderators, Developers

Message
Author
paperone
Human
Human
Posts: 34
Joined: 21 Nov 2009, 18:28
Noob?: Yes

bot keep on storing item that should not...

#1 Post by paperone »

Hi,

I'm using the latest SVN version of OK i notice that my bot is storing item that is not suppose to.

here are the screen shot..

Image

and here are my config in my item_control.txt

Code: Select all

Dustiness Card 0 0 0 <------
Kobold Archer Card  0 0 0
Poring Card 0 0 0
Wild Rose Card  0 0 0

Free Ticket for Kafra Transportation 0 0 0
Free Ticket for Kafra Storage 0 0 0
Battle Manual 0 0 0
Bubble Gum 0 0 0 <------
Warp Free Ticket 0 0 0

VVS Wind Damascus 1 1 0
VVS Earth Damascus 1 1 0
Undershirt 1 1 0
Pantie 1 1 0
Red Herb 20 1 0
BROKEN Picky Egg 1 0 0
Is there any changes in storing items?
Image

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: bot keep on storing item that should not...

#2 Post by EternalHarvest »

Hm...

Code: Select all

Dustiness Card 0 0 0

Code: Select all

eval use Data::Dumper; Log::message Dumper Misc::items_control('Dustiness Card')
$VAR1 = {
          'cart_get' => undef,
          'cart_add' => undef,
          'keep' => '0',
          'storage' => '0',
          'sell' => '0'
        };
You're sure you have the latest revision? There were some with broken items_control recently.

The changes are: you can now quote item names to support names like "Bowman Scroll 1".

paperone
Human
Human
Posts: 34
Joined: 21 Nov 2009, 18:28
Noob?: Yes

Re: bot keep on storing item that should not...

#3 Post by paperone »

Yes sir im sure im using SVN version.

i download it here->http://openkore.collectskin.com
Image

Locked