Jump to content
  • 0

How to make my Ragnarok ONLINE server?


coffeecrumble27

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/13/12
  • Last Seen:  

Okay, i just want to say that i am NEW in holding some server stuff.

i have download this SERVER FILES which name is 3CeAM+_eA14431_Abyss,

which in that folder i can run the server and play BY MYSELF.

what do i do to make it INTERNET CONNECTIBLE??

my RO version is the RENEWAL from the official RO of Asia.

my questions:

what things do i have to download? (please specify what it is for, and please give info)

what do i have to do to make it internet connectible? (to be able to connect with people in game even if they are in other places)

my case:

i dont understand single thing on MYSQL,

i use LAPTOP.

im on WiFi

please tell me if what are my disadvantages, if there is any on my case.

P.S. bear with me if i give stupid infos, maybe it would help. if its not, sorry xD..

for those who are going to help thanks alot <3

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   11
  • Joined:  01/01/12
  • Last Seen:  

Getting an ragnarok online server online is pretty easy, first you should edit these files:

char_athena.conf

map_athena.conf

inter_athena.conf

subnet_athena.conf

And place your ip in those files http://whatismyip.org

and dont forget to add your ip inside of your data folder (clientinfo.xml)

also check out this: http://rathena.org/wiki/Connecting

And last but most importantly you must portfoward ports: 6800 6121 5121

If you need any help don't be afraid to PM me!!

Edited by Obliterate
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/13/12
  • Last Seen:  

How do i port forward?

what files do others have to get to connect on my server?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   11
  • Joined:  01/01/12
  • Last Seen:  

*EDIT*

Sorry I don't know what I was thinking open up cmd type in ipconfig /all then find IPv4 Address

It should look something like this 192.168.254.2 but be be a little different normally the last digits

it can sometimes be 3 digits

Please tell me the brand of your router

Your players will need the data folder that i sent you along with your IP inserted into the clientinfo.xml

edit these files, the lines with the ************ you must edit.

char_athena.conf

// Athena Character configuration file.
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
// Server Communication username and password.
userid: s1 ************
passwd: p1 ************
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
server_name: RAthena
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server
// 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: 127.0.0.1 *************
// The character 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
// Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
char_ip: 127.0.0.1 ************
// Character Server Port
char_port: 6121
[/codeBOX]

map_athena.conf[codebox]//--------------------------------------------------------------
//rAthena Map-Server Configuration File
//--------------------------------------------------------------
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
//--------------------------------------------------------------
// Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1 ************
passwd: p1 ************
// 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: 127.0.0.1 ************
// The map 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
// Character Server Port
char_port: 6121
// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 127.0.0.1 ************
// Map Server Port
map_port: 5121

Edited by Obliterate
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/13/12
  • Last Seen:  

So, what i should put on the char IP, map IP, and login IP is the IPv4Address, not the one that is from whatismyip.org?

my router brand is inteno version: x5671b,.

ehm. where does the MySQL stuff and MySQL GUI tools comes in? what are those for? what do i have to do with them.

i have downloaded my port forwarding file.. any idea how do i use it?.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   21
  • Joined:  01/13/12
  • Last Seen:  

I could be wrong, from my understanding once your offline sever is set up anyone can connect to it as long as the client's cilent.xml file is set up to connect to your ip.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   11
  • Joined:  01/01/12
  • Last Seen:  

I could be wrong, from my understanding once your offline sever is set up anyone can connect to it as long as the client's cilent.xml file is set up to connect to your ip.

You are wrong hes running on a router he must port foward, and use the address I told him too.

So, what i should put on the char IP, map IP, and login IP is the IPv4Address, not the one that is from whatismyip.org?

my router brand is inteno version: x5671b,.

ehm. where does the MySQL stuff and MySQL GUI tools comes in? what are those for? what do i have to do with them.

i have downloaded my port forwarding file.. any idea how do i use it?.

use your whatismyip.org address in the clientinfo.xml

the sql setting are inside of inter.conf keep the 127.0.0.1 the same just edit the userid, password, and DB settings.

Also i'll be online on skype later just throw me a message but I'm going to be eating dinner soon so.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...