PDA

View Full Version : openkore merge solution. 1.6.x


yags
18th May 2007, 08:49
THESE STEPS ARE FOR THOSE WHO KNOW WHAT THEY ARE DOING. DO NOT USE THEM IF YOU ARE UNSURE OF WHAT THIS IS

To those people wanting to make 1.6.x work here is what you need to do

look for the src folder in openkore then find the file named functions.pl after wards search for this word

$switch eq "006B"

once you find that it should look like this


} elsif ($switch eq "006B" && $conState != 5) {
message("Received characters from Game Login Server\n", "connection");
$conState = 3;
undef $conState_tries;
undef @chars;

my %options;
Plugins::callHook('parseMsg/recvChars', \%options);
if (exists $options{charServer}) {
$charServer = $options{charServer};
} else {
$charServer = $remote_socket->peerhost . ":" . $remote_socket->peerport;
}

my $startVal = $msg_size % 106;

my $num;
for (my $i = $startVal; $i < $msg_size; $i += 106) {

see this line:

my $startVal = $msg_size % 106;

and also this one

for (my $i = $startVal; $i < $msg_size; $i += 106) {

change the number 106 to 108

after that your old 1.6.X openkore should work fine.


credits to heero from DM (http://darkmoon.ath.cx/index.php)

pijfh
18th May 2007, 08:58
tnx! now it's working..!:P

bookcase
18th May 2007, 09:11
yags, can u kindly teach me what this is?^^ hahaha... i dont understand 'merge' and its purpose. xD

yags
18th May 2007, 09:26
merge is when two server join forces. lol :D

CayeC
18th May 2007, 10:24
Thx for d Info!!!

rinosake
31st May 2007, 17:12
i'm using version 1.9.3 and it is not working properly beacuse of the server merge..what should i do?..

yags
1st June 2007, 22:19
u need the ip of the server.