Yo,
I'm able to login via openkore on RO, but i've been receive continuously errors messages like
Packet Parser: Unknown switch: 090F
Packet Parser: Unknown switch: 0914
Packet Parser: Unknown switch: 0915
I've also tried to extract them with PEEK, but was unsuccessful.
Server url:http://ragmaniacos.com.br/?page=download
[Ragmaniacos Renewal Server]
ip 186.202.10.75
port 7901
version 45
master_version 1
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
private 1
addTableFolders kRO/RagexeRE_2013_08_07a;translated;translated/kRO_english;kRO
I've also wanna know if someone have kRO_RagexeRE_2014_10_22b table's folder.
Tkx
Packages Issue
Moderator: Moderators
-
- Human
- Posts: 48
- Joined: 17 Mar 2015, 06:48
- Noob?: Yes
Re: Packages Issue
add to your receive RagexeRE_2013_08_07a
sub new {
my ($class) = @_;
my $self = $class->SUPER::new(@_);
my %packets = (
'0914' => ['actor_exists', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]],
'090F' => ['actor_connected', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize act lv font name)]],
'0915' => ['actor_moved', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]],
);
foreach my $switch (keys %packets) {
$self->{packet_list}{$switch} = $packets{$switch};
}
return $self;
}
1;
____________
switch your addtabefolders to translated/kRO_english;kRO
Try this first if you can't bot use this link for get 2014 Servertype
http://pastebin.com/2LSMyctb
sub new {
my ($class) = @_;
my $self = $class->SUPER::new(@_);
my %packets = (
'0914' => ['actor_exists', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]],
'090F' => ['actor_connected', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize act lv font name)]],
'0915' => ['actor_moved', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir costume guildID emblemID manner opt3 stance sex coords xSize ySize lv font name)]],
);
foreach my $switch (keys %packets) {
$self->{packet_list}{$switch} = $packets{$switch};
}
return $self;
}
1;
____________
switch your addtabefolders to translated/kRO_english;kRO
Try this first if you can't bot use this link for get 2014 Servertype
http://pastebin.com/2LSMyctb