How do people connect in my game??

As I stated earlier, there are excellent guides for this already in existance. One is this one:

 
Its pretty simple.
first u need a sclientinfo
and u need to edit it
if u have a Dynamic ip u need a No-ip
and if u haven't then just normal ip.

After u edit the sclientinfo
it should look like this

And now just send the
sclientinfo to a friend
and then he put's it into
his data folder and
he can play the server​
Code:
<?xml version="1.0" encoding="euc-kr" ?> 
<clientinfo> 
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
     <display>YOUR RO NAME HERE</display>
     <desc>None</desc> 
     <address>YOUR IP OR NO.IP</address>
     <port>YOUR PORT HERE</port>
     <version>20</version>
     <langtype>8</langtype>
     <registrationweb></registrationweb>
     <aid>
      <admin></admin>
     </aid>
  </connection>
</clientinfo>

Hopefully it helped ya. Cya
 
http://forum.ragezone.com/ragnarok-online/guides-setting-up-server-176434.html are you blind, for gods sake remember to check all STICKYS!
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>

<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<hideaccountlist></hideaccountlist>
<extendedslot>how many slot you want to have</extendedslot>

<connection>
<display>Your RO display name</display>
<desc>None</desc>
<address>WAN IP or NO IP<address>
<port>6900</port>
<version>20</version>
<langtype>8</langtype>
<registrationweb></registrationweb>
<aid><admin></admin></aid>
</connection>
</clientinfo>
 
Back