Page 1 of 2

[Guide] How to open multiple xkore

Posted: 22 Oct 2009, 11:59
by kmlo
For each xkore you need to copy the folder openkore...

1.
open the file XKore.pm with a text editor
C:\Copia de Openkore 2.0.7\src\Network\XKore.pm
search the line my $port = 2350;
replace for my $port = 2351;

2.
Search the file or the files (In my case there are two netredirects) NetRedirect.dll and open it/them with an hexadecimal editor like XVI32.exe (Search in the web is easy to download it)

C:\Copia de Openkore 2.0.7\src\auto\XSTools\NetRedirect.dll
C:\Copia de Openkore 2.0.7\NetRedirect.dll

search the first coincidence 2E 09 and replace for 2F 09

3.
Copy your RO.exe and rename it like ROII.exe

4
In the config.txt
search the line XKore_exeName RO.exe and chance for this
XKore_exeName ROII.exe

5. If you want open more xkores only change my $port with other number in this case i recomend with 2351 or more like 2352,2353,etc take the last two numbers and change for its hexadecimal value

in the 2 step the color numbers are the hexadecimal value for 50 and 51 only you need to replace those values by which you want

Example:
if you want to open an xkore with the next port 2356
in the XKore.pm
my $port = 2350; replace for my $port = 2356;
in the NetRedirect.dll
search 2E 09 and replace for 38 09
do the steps 4 and 5 copy and change the .exe names

thanks for thejefe from http://openkore-hispano.uni.cc

I hope it is served

Re: [Guide] How to open multiple xkore

Posted: 20 Nov 2009, 14:19
by Zanafer
i do this, but the openkore got freeze when is hooking the client.

Code: Select all

Ragnarok Online client found
Waiting for the Ragnarok Online client to connect to X-Kore...
it get stuck there....

plz help :3

Re: [Guide] How to open multiple xkore

Posted: 14 Apr 2010, 12:37
by dbauddn
Good is information
But
In recent years,

Run by changing the name to RO2 haetdeoni Ragexe.exe run as I do not know which solution?

Re: [Guide] How to open multiple xkore

Posted: 17 Nov 2010, 16:01
by valk123
Zanafer wrote:i do this, but the openkore got freeze when is hooking the client.

Code: Select all

Ragnarok Online client found
Waiting for the Ragnarok Online client to connect to X-Kore...
it get stuck there....

plz help :3
im getting the same problem

Re: [Guide] How to open multiple xkore

Posted: 03 Jan 2011, 13:22
by 11768
Thanks for the great guide!

PS: Try reading the guide again. It works. =)

Re: [Guide] How to open multiple xkore

Posted: 21 Mar 2011, 12:03
by poci645
how about for 3 copies of openkore file??

can u explain me more info about it??

i'm little confuse for hexa dec for the 3rd copies....

2E 09 replace with 2F 09 for the 2nd copies, and for 3rd copies 2F 09 replace with?? (give me the hex code for the 3rd copies) ?

:?: :geek: :?:

Re: [Guide] How to open multiple xkore

Posted: 29 May 2011, 03:58
by saven
Anyone know of a working guide that will allow me to learn how to run more than one xkore with iro running with it? I tryed the other guide but it seems not to work for me.

Re: [Guide] How to open multiple xkore

Posted: 31 May 2011, 03:05
by rmon09
sorry for the stupid question, how can you open the ragexeII.exe using the patcher ?

Re: [Guide] How to open multiple xkore

Posted: 13 Jun 2011, 14:00
by wang1337
I didn't have to do all this, at least on iRO.

All I did was make multiple xml files in the data dir, and for each one change the port number. Say bot6901.xml:

Code: Select all

...
		<display>iRO Server</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6901</port> #increase this by 1 for each xml file
		<version>18</version>
		<langtype>1</langtype>
...
Then in config.txt for bot6901:

Code: Select all

XKore 2
XKore_silent 1
XKore_bypassBotDetection 0
XKore_exeName ragexe.exe #your exe name may differ

# XKore 2 / Proxy configuration
XKore_listenIp 127.0.0.1
XKore_listenPort 6901 #make sure this increases to match the xml
XKore_publicIp 127.0.0.1
XKore_ID Yourserverid #just an alias, not important really

# It is not advised to set secureAdminPassword if you're using Xkore 2
secureAdminPassword 0
adminPassword yourpassword #change this, doesn't need to match your login password
And finally make a shortcut with the target that links to the right xml file:

Code: Select all

"C:\Program Files (x86)\Ragnarok Online\Ragexe.exe" 1rag1 /account:bot6901.xml
Then just open the bot and let it load, open your new shortcut and login with your username and your adminPassword.

Re: [Guide] How to open multiple xkore

Posted: 09 Aug 2011, 09:04
by VashTheStampede
Zanafer wrote:i do this, but the openkore got freeze when is hooking the client.

Code: Select all

Ragnarok Online client found
Waiting for the Ragnarok Online client to connect to X-Kore...
it get stuck there....

plz help :3
This happens to me as well, but only for a few loops. I left it running for maybe 2 minutes, and then it finally hooked.
Just wait until it hooks, before you log in.
Not sure why it loops like that at first, but I'm running two copies of XKore 1 as I type this :)