Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how to make a ragnarok offline to online??

Newbie Spellweaver
Joined
Oct 23, 2011
Messages
94
Reaction score
1
simply change ur IP in ur CFG and in your Param :)
instead of 127.0.01 make it your ip..
if you dont know where to get the ip

go to Run>type cmd > ipconfig = then you will see your ip there :)
 
Newbie Spellweaver
Joined
Oct 31, 2011
Messages
15
Reaction score
0
Step: RUN > CMD > IPCONFIG > LOOK FOR YOUR IP.

char_athena:
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: IP

login_athena:
Quote:
// Athena Login Server configuration file.
// Translated by Peter Kieser <pfak@telus.net>

login_ip: Wan IP or No-ip

// The login server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Login Server Port
login_port: 6900

map_athena:
Quote:
//--------------------------------------------------------------
// Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1 change to ragnarok
passwd: p1 change to ragnarok

// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: Lan IP

subnet_athena:
Quote:
// Subnet support file
// Format is:
// subnet: subnet-subnet mask:char_ip:map_ip
// you can add more than one that line

subnet: put the address you have written down as your Default Gateway: here-put what you have written down as your Subnet Mask: here:Lan IP:Lan IP

sclientinfo or clientinfo:
In the one that you are using put your Lan IP but in the one you give to your other players put your Wan IP.
<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<desc>Ragnarok Client Information - Taiwan Version</desc>

<servicetype>korea</servicetype>
<servertype>sakray</servertype>

<connection>
<display>put the name of your server here</display>
<desc></desc>
<address>*~!~see note 1~!~*</address>
<port>6900</port>
<version>20</version>
<langtype>07</langtype>
<registrationweb>Athena</registrationweb>
<aid>
<admin>you can put the account Id's of your GMs here<admin>
</aid>
</connection>
</clientinfo>

You should look at guides around here, their very helpful, Kurt's guides are very thorough.
 
Back
Top