Renewal arrived on fRO

France

Moderator: Moderators

Message
Author
Goku
Noob
Noob
Posts: 3
Joined: 29 Jun 2012, 13:09
Noob?: Yes

packet tokenizer unknown switch 082d

#11 Post by Goku »

Hello guys i have a little problem :

1: http://img4.hostingpics.net/pics/172272Sanstitre.png

So i follow this tutorial : http://www.openkore.com/index.php/Recvpackets.txt

I open , JCV's RO Tools v1.0.3 and i select one of those .exe:

http://img4.hostingpics.net/pics/628513Sanstitre2.png

After that I select Full Disarm and push start but I get that:


Loading executable file... Ragnarok.exe
Executive code beginning at Virtual Address: 401000
Size Of Executive code: 2B600
Entry Point At: 42A77D
Extraction started...
Disassembly started...
Done disassembling in (172ms)
Packet length extraction started...
==================[ ERROR ]==================
Sorry I cant find the offset of the packet length function.
The executable file might be compressed/protected.
=============================================



Maybe because Ragnarok.exe is a server patcher but I don't have any other launcher.
So what i should do ? Sorry for my bad english

resetboy
Noob
Noob
Posts: 1
Joined: 29 Jun 2012, 15:34
Noob?: Yes

fRO problem !

#12 Post by resetboy »

Hello, I have a problem. I can no longer run openkore. This is what I get when I go with my character.

Do you have any tips?
FRO has arrived on the Renewal. :roll:

plopcraps
Noob
Noob
Posts: 2
Joined: 29 Jun 2012, 16:15
Noob?: Yes

Re: Renewal arrived on fRO

#13 Post by plopcraps »

Hello!

I've re-created manually my recvpackets and added charBlockSize 116
The character logs in the game, move a little then disconnect.

Nobody has any news?

Francesco24
Noob
Noob
Posts: 12
Joined: 06 Dec 2008, 11:59
Noob?: Yes

Re: Renewal arrived on fRO

#14 Post by Francesco24 »

I have the same problem, my character can log in but is disconnected after few seconds.
Maybe they changed something to the serverType?

plopcraps
Noob
Noob
Posts: 2
Joined: 29 Jun 2012, 16:15
Noob?: Yes

Re: Renewal arrived on fRO

#15 Post by plopcraps »

same here, what could cause the bot to disconnect soon after entering the game?

tmrcik
Noob
Noob
Posts: 17
Joined: 06 Feb 2009, 07:28
Noob?: Yes

Re: Renewal arrived on fRO

#16 Post by tmrcik »

aquintus2 wrote:package Network::Send::fRO;
use strict;

use base 'Network::Send::ServerType0';

sub new {
my ($class) = @_;
my $self = $class->SUPER::new(@_);

my %handlers = qw(
master_login 02B0
sync 0360
character_move 035F
actor_info_request 0368
actor_look_at 0361
item_take 0362
item_drop 0363
storage_item_add 0364
storage_item_remove 0365
skill_use_location 0366
party_setting 07D7
buy_bulk_vender 0801
);
$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;

return $self;
}

1;
This definitely worked for me! No more disconnects!

What you exactly need to do is to copy the code above to the below file where it is pointed at all!

Code: Select all

src/Network/Send/fRo.pm


Thank for your posts aquintus2 and Harvesttime

pawlow
Noob
Noob
Posts: 4
Joined: 14 Feb 2012, 12:54
Noob?: No

Re: Renewal arrived on fRO

#17 Post by pawlow »

tmrcik wrote:
aquintus2 wrote:package Network::Send::fRO;
use strict;

use base 'Network::Send::ServerType0';

sub new {
my ($class) = @_;
my $self = $class->SUPER::new(@_);

my %handlers = qw(
master_login 02B0
sync 0360
character_move 035F
actor_info_request 0368
actor_look_at 0361
item_take 0362
item_drop 0363
storage_item_add 0364
storage_item_remove 0365
skill_use_location 0366
party_setting 07D7
buy_bulk_vender 0801
);
$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;

return $self;
}

1;
This definitely worked for me! No more disconnects!

What you exactly need to do is to copy the code above to the below file where it is pointed at all!

Code: Select all

src/Network/Send/fRo.pm


Thank for your posts aquintus2 and Harvesttime
Worked for me as well with the newly generated recvpackets and fixed charBlockSize. Already up botting again.

tmrcik
Noob
Noob
Posts: 17
Joined: 06 Feb 2009, 07:28
Noob?: Yes

Re: Renewal arrived on fRO

#18 Post by tmrcik »

@Goku; check my 3rd post, you will see the huge receive packet files codes in a huge box, just copy and paste them over the old ones and it should do it! :)

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

Re: Renewal arrived on fRO

#19 Post by EternalHarvest »

Committed in r8044.

kayo1337
Noob
Noob
Posts: 1
Joined: 30 Jun 2012, 08:01
Noob?: No

Re: Renewal arrived on fRO

#20 Post by kayo1337 »

I've changed all the files and still lose the connection to the "Map Server".
Can you help me?

Post Reply