client help

Newbie Spellweaver
Joined
May 14, 2004
Messages
20
Reaction score
0
i download all the files needed :
rag_setup1021.exe , sak_setup1021.exe , afropatch , palette.rar , texture.rar

al install and updated
now how do i connect to my own server?

thax!!!!!!!
 
You will need to download a hexed exe that reads data folder first. Where can you find it? You can find it on the Aegis board or any of the emulators' board.

Once you have done that, you have to create a data folder in your RO folder. Open up your notepad and paste the following...
Code:
<?xml version="1.0" ?>
<clientinfo>
	<servicetype>korea</servicetype>
	<servertype>sakray</servertype>
	<connection>
		<display>My Server Name</display>
		<desc>My Server Description</desc>
		<address>12.34.56.789</address>
		<port>6900</port>
		<version>1</version>
		<langtype>1</langtype>
		<registrationweb>http://www.myserver.com</registrationweb>
	</connection>
</clientinfo>
Replace...
Code:
12.34.56.789
...with your WAN ip or LAN ip if you have a router. If you want to play offline, replace it with...
Code:
127.0.0.1
You might also want to replace the variables in <display>, <desc>, and <registrationweb> tags. Once you're done, click on file>save as and save it as sclientinfo.xml in your data folder located in your kRO folder. This is a very basic sclientinfo.xml, if you want a more advanced one, please use the search button.
 
its 750mb the first and 350mb i dunno if its the good file ....
 
Pure Angel said:
nope i use Vidar the only i know

for vidar you need sakexe 1025 or more latest sakexe.
then edit vidar.ini
set protocol = 0 if you dont have protocol 1025 or the latest sakexe
next set IP add, if your playing alone & using same computer for server & client use IP=127.0.0.1 , if LAN use your LAN IP, through web use your WAN IP.

set your base/job multiplier
then run your server, then start your ragna game using sakexe protocol
 
Back