New Chaos Sever PH | Sharing server connection details

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

newbee
Noob
Noob
Posts: 13
Joined: 17 Aug 2015, 00:51
Noob?: Yes

New Chaos Sever PH | Sharing server connection details

#1 Post by newbee »

website: http://www.newchaos.net

ip 149.56.45.44
port 6900
master_version 1
version 26
serverType kRO_RagexeRE_2013_08_07a
clientHash f68f222342f1a694ad6a203e50884aa4

add encryption key to openkore\src\Network\Send\kRO\RagexeRE_2013_08_07a.pm

Code: Select all

$self->cryptKeys(1128547550,1938903950,899747817);
if you got packet error 0914, 0915 add below code to openkore\src\Network\Receive\kRO\RagexeRE_2013_08_07a.pm (after "use base qw(Network::Receive::kRO::RagexeRE_2013_05_22);")

Code: Select all

sub new {
my ($class) = @_;
my $self = $class->SUPER::new(@_);
my %packets = (	
'0914' => ['actor_moved', 'v C a4 v3 V v5 a4 v6 a4 a2 v V C2 a6 C2 v2 a9 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 opt4 name)]],
'0915' => ['actor_exists', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 a9 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 opt4 name)]],
'09DB' => ['actor_moved', 'v C a4 a4 v3 V v10 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID AID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 stance sex coords xSize ySize act lv font name)]],
'09DC' => ['actor_connected', 'v C a4 a4 v3 V v11 a4 a2 v V C2 a3 C2 v2 a9 Z*', [qw(len object_type ID AID 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 lv font opt4 name)]],
'09DD' => ['actor_exists', 'v C a4 a4 v3 V v11 a4 a2 v V C2 a3 C3 v2 a9 Z*', [qw(len object_type ID AID 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 opt4 name)]],
'08C8' => ['actor_action', 'a4 a4 a4 V3 x v C V', [qw(sourceID targetID tick src_speed dst_speed damage div type dual_wield_damage)]],
'08FF' => ['actor_status_active', 'a4 v V4', [qw(ID type tick unknown1 unknown2 unknown3)]],
'090F' => ['actor_connected', 'v C a4 v3 V v11 a4 a2 v V C2 a3 C2 v2 a9 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 lv font opt4 name)]],
'08C7' => ['area_spell', 'x2 a4 a4 v2 C3', [qw(ID sourceID x y type range fail)]],
);

foreach my $switch (keys %packets) {
$self->{packet_list}{$switch} = $packets{$switch};
}

return $self;
}
itutz101
Noob
Noob
Posts: 3
Joined: 14 Aug 2012, 00:26
Noob?: No
Location: phil

Re: New Chaos Sever PH | Sharing server connection details

#2 Post by itutz101 »

ip 149.56.45.44
port 6900
master_version 1
version 26
recvpackets recvpackets.txt
serverType kRO_RagexeRE_2013_08_07a
clientHash f68f222342f1a694ad6a203e50884aa4
serverEncoding Western
charBlockSize 144
chatLangCode 0
addTableFolders ?????? <== what to use here bro?
wahza
Noob
Noob
Posts: 2
Joined: 02 Jun 2016, 07:32
Noob?: Yes

Re: New Chaos Sever PH | Sharing server connection details

#3 Post by wahza »

Hi!

Does this still work? I've added the code you posted and it still doesn't work. I get a timeout on "connecting to map server"

Here is my server settings:

Code: Select all

ip 149.56.45.44
port 6900
master_version 1
version 26
serverType kRO_RagexeRE_2013_08_07a
clientHash f68f222342f1a694ad6a203e50884aa4
addTableFolders pRO

serverEncoding Tagalog
charBlockSize 144
gameGuard 1
pinCode 1
newbee
Noob
Noob
Posts: 13
Joined: 17 Aug 2015, 00:51
Noob?: Yes

Re: New Chaos Sever PH | Sharing server connection details

#4 Post by newbee »

wahza wrote:Hi!

Does this still work? I've added the code you posted and it still doesn't work. I get a timeout on "connecting to map server"

Here is my server settings:

Code: Select all

ip 149.56.45.44
port 6900
master_version 1
version 26
serverType kRO_RagexeRE_2013_08_07a
clientHash f68f222342f1a694ad6a203e50884aa4
addTableFolders pRO

serverEncoding Tagalog
charBlockSize 144
gameGuard 1
pinCode 1
Yes still working. Make sure you added the cryptkeys correctly (delete the '#').
wahza
Noob
Noob
Posts: 2
Joined: 02 Jun 2016, 07:32
Noob?: Yes

Re: New Chaos Sever PH | Sharing server connection details

#5 Post by wahza »

Yes, I have deleted the '#'.
In file: [openkore\src\Network\Send\kRO\RagexeRE_2013_08_07a.pm]

Code: Select all

	$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
	$self->cryptKeys(1128547550, 1938903950, 899747817);
Are the cryptkeys correct? The last # (899747817) is 1 digit shorter. Not sure if it matters haha.

I also tried adding the 2nd snippet you posted for the file [openkore\src\Network\Receive\kRO\RagexeRE_2013_08_07a.pm].

Both give me the error below. I'm using the latest version of openkore, downloaded from: https://github.com/OpenKore/openkore

Code: Select all

-----------------------------
Closing connection to Character Server
Disconnecting (149.56.45.44:6121)...disconnected
Connecting to Map Server...
Connecting (149.56.45.44:5121)... connected
Timeout on Map Server, connecting to Account Server...
Disconnecting (149.56.45.44:5121)...disconnected
Connecting to Account Server...
Connecting (149.56.45.44:6900)... connected
Timeout on Account Server, reconnecting. Wait 30 seconds...
Incoming data left in the buffer:
================================================
3 bytes   Jun 3 02:06:27 2016
  0>  81 00 08                                              ...
Disconnecting (149.56.45.44:6900)...disconnected
Thanks a lot for the input!
newbee
Noob
Noob
Posts: 13
Joined: 17 Aug 2015, 00:51
Noob?: Yes

Re: New Chaos Sever PH | Sharing server connection details

#6 Post by newbee »

wahza wrote:Yes, I have deleted the '#'.
In file: [openkore\src\Network\Send\kRO\RagexeRE_2013_08_07a.pm]

Code: Select all

	$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
	$self->cryptKeys(1128547550, 1938903950, 899747817);
Are the cryptkeys correct? The last # (899747817) is 1 digit shorter. Not sure if it matters haha.

I also tried adding the 2nd snippet you posted for the file [openkore\src\Network\Receive\kRO\RagexeRE_2013_08_07a.pm].

Both give me the error below. I'm using the latest version of openkore, downloaded from: https://github.com/OpenKore/openkore

Code: Select all

-----------------------------
Closing connection to Character Server
Disconnecting (149.56.45.44:6121)...disconnected
Connecting to Map Server...
Connecting (149.56.45.44:5121)... connected
Timeout on Map Server, connecting to Account Server...
Disconnecting (149.56.45.44:5121)...disconnected
Connecting to Account Server...
Connecting (149.56.45.44:6900)... connected
Timeout on Account Server, reconnecting. Wait 30 seconds...
Incoming data left in the buffer:
================================================
3 bytes   Jun 3 02:06:27 2016
  0>  81 00 08                                              ...
Disconnecting (149.56.45.44:6900)...disconnected
Thanks a lot for the input!
The server auto disconect the bot coz there's another account currently logged in using the same IP. Try not to login any account and login only the bot. One IP one account only.