- 0
Sign in to follow this
Followers
0
[Guide]How to setup a Ragnarok Online(Server Side Only)
Asked by
Diconfrost VaNz
-
Recently Browsing 0 members
No registered users viewing this page.
Download these files first:
MySQL Gui Tools
MySQL Essentials
Download Compiled SVN here(I suggest to use trunk)
When you're done downloading those files, follow these steps:
==========// SVN Files Setup //==========
1) Goto your downloaded svn and extract it.
2) Goto conf folder and look for char_athena.txt, inter_athena.txt, map_athena.txt and subnet_athena.txt
3) Open char_athena.txt, and map_athena.txt and look for this:
and change that into
2) Open your char_athena.txt again and look for this:
3) Open your inter_athena.txt and look for this:
if you're using my guide that is a given and you don't need to edit them. But if you're planning to change any of here like the user password or what, you need to change this too.
4) Open your map_athena.txt and look for this:
5) Open you subnet_athena.txt and you'll see this:
If you changed the ips in char_athena.txt, inter_athena.txt and map_athena.txt, you should consider to put them here too.
for example, the ip is 125.60.252.169
==========// MySQL Setup //==========
1) Install MySQL Gui Tools
2) Install MySQL Essentials. Choose MySQL 501. Enter "ragnarok" for the password for "root"(remember you can change this later on, this is just a basic one). Just click the Execute and when done, just click Finish. Go to Task Manager and check if mysqld-nt.exe is running in processes although it's not necessary if no error occured during installation.
3) Start MySQL Query nd it will prompt up a window. Fill in
and leave other field as it is but to make sure everything is correct. Then press enter.
4) *When you are in MySQL Query Browser, click once on ragnarok database that is below Schemata.
*Go to menu, click File and choose Open Script...
*We need to execute main.sql, mail.sql and log.sql (execute upgrade_svn* .sql files, too, if require) so, look for the main.sql, which should be in sql-files folder in eAthena Server and other .sql files.
*Pick main.sql and click Open.
*Click the Green Execute Icon to the upper right to execute. Do the same with mail.sql now and execute it.
*When you are done, we need to create log database by right-click somewhere within the table where the databases are and choose Create New Schema and type in log and click OK.
*Double-click on log database, go to menu, click File, choose Open Script..., open logs.sql and Execute.
*Double click ragnarok database to expand to see all tables.
*Look for login table and double click and double click again.
*Click once on Edit so, we can edit the cells. This icon should be in bottom.
*For userid: and user_pass:, type in the name that you used in char_athena.conf and map_athena.conf.
*When you are done editing, just click the Apply Changes that is next to the Edit icon.
5) Goto MySQL Administrator. Login there.
Then Enter.
6) And you're inside the MySQL Administrator now. Go to User Administration and Click New User and enter this:
then click "Apply Changes".
After that, Click the ragnarok user and goto schema priviledges(right-side of user information). Click ragnarok and log database and click "<<", then click "Apply Changes"
And we're done
Share this post
Link to post
Share on other sites