Another error in Autobuy :|

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

aku123
Noob
Noob
Posts: 5
Joined: 14 Aug 2009, 10:59
Noob?: Yes

Another error in Autobuy :|

#1 Post by aku123 »

The solution in the last post did not work properly i thought it was working but apparently it wasn't
The problem now is the bot goes to the NPC to buy and there's the line in the window enter 'store' to buy and 'sell'.
Then it says selling items to NPC but I want it to buy some Red Potions. Then it says 'done talking to NPC' and then I get disconnected from the map server.

Please look into this matter and correct the bug its quite frustrating.

Thanks for your time.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Another error in Autobuy :|

#2 Post by Technology »

I see...

In the code there still was:

Code: Select all

my $msg = pack('v a4 C', 0x00C5, $ID , 1);
instead of:

Code: Select all

my $msg = pack('v a4 C', 0x00C5, $ID , $type);
thx for reporting.

Test the latest svn, it should be fixed now.

ps: Remember that the kRO serverTypes for now are an experimental option in kore.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
aku123
Noob
Noob
Posts: 5
Joined: 14 Aug 2009, 10:59
Noob?: Yes

Re: Another error in Autobuy :|

#3 Post by aku123 »

Nearly the same error just in this one it opens the shop list then says ' Done talking to NPC '
Then i get disconnected..

BTW I play on erokRO so u could see it for urself if u want to :)
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Another error in Autobuy :|

#4 Post by Technology »

Yep I confirm the bug.
The bug occurs on buying an item, however selling works fine.
This is a different bug however the first bug had something to do with a sell/buy list.

test the latest svn, it should be fixed now.

Keep on reporting those bugs. ;)
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
aku123
Noob
Noob
Posts: 5
Joined: 14 Aug 2009, 10:59
Noob?: Yes

Re: Another error in Autobuy :|

#5 Post by aku123 »

Thanks its working now xD /kis
Don't close the thread yet as I need to test it further x|D