PDA

View Full Version : For those wanting to make 1.6.x work in pRO merge


jigger
17th May 2007, 21:55
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

----------------------------------------------------------------------------
Code:
} 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

Credit goes to:

Heero

scarface_tgp
18th May 2007, 07:33
thanks man... it works.... i am still using 1.6.3... you just have to have the correct ip address for the new server....

sorry for spamming but you can use the server.txt from the 1.9.3 then just edit the ip address for server the you are using (mine is freya) after getting it from the grf tool then copy it to the tables folder in openkore 1.6.4... voila

yags
18th May 2007, 09:36
oh, did not saw this thread.. :x i made one just like this. lol sorry.

glycan
18th May 2007, 16:19
i can't find it im so naduduling na huhuhuhu sana send n lng

agent26
18th May 2007, 16:49
you should use the "find" option in notepad.. you shouldnt try to manually find it there cause it will really make you dizzy LOL
find option is under the edit menu.. :D

bookcase
18th May 2007, 17:47
what the huhuhuhu is glycan dudududu talking about?

Kei Kusanagi
21st May 2007, 16:04
duduling is cross eye, but huhuhu... is sound of crying.^^

drey
24th May 2007, 05:29
glycan verbally warned for not posting in english or with a translation

and as for others stop spamming!



thread stickied. . .

TeRoX5
29th May 2007, 06:56
Nice man, Works for me =D

Kei Kusanagi
11th June 2007, 17:32
I follow your guide. It seem to be not working. Im using Openkore 1.6.9. Originally, Im using Openkore 1.9.4 as my backup if Openkore 1.6.9 to be not working.

megmeg
4th July 2007, 03:47
thanks.. but after i changed it... i cannot connect on the master server.. it says>> "server connection has been denied"... any idea??

nevermind guys... i think i just figured it out!! thanks alot! and more power to all!!!

qwerty182
14th July 2007, 07:10
how will i know the IP address... will it still be needed when the changing the $switch........

sorry for the noob Q.

bookcase
15th July 2007, 04:48
read the stickies on 'guide to figuring out server information'

heinlockheart21
12th September 2007, 06:33
drey old drey... your still like the old grey i knew here... ahaha hmm i made my 1.6.x work on pRO baldur lol... hmm the only thing i cant seem to get working is the bot in a private server... im frustrated by it.

wapak2
24th September 2007, 06:35
It's all about the server details..

worst_weak
11th November 2007, 12:30
if u dont mind guys...wat is this thread for?


(if and only if u dont mind...)

stealthjayem
18th January 2008, 15:29
Hey Guys !! its been a long time since this topic was made.

I'm currently using Openkore 2.0.5.1.

I have this bot long time ago(openkore 1.6.4)

I want to use it again because of its features like map and when i click on a certain part of the map, my character will walk on it.

can you tell me how to make my "openkore 1.6.4" work again ?

or is the tip on page 1 will make my 1.6.4 work again ?