Click Clone and wait for it do finish downloading.
Step 2: Configuring rAthena See video time-line:00:35
open rathena/conf/import/char_conf.txt
Add these lines :
userid: username
passwd: password
login_ip: 127.0.0.1
char_ip: 127.0.0.1
[Optional] To change server name add this line :
server_name: YourDesiredServerName
Note: If you want to change anything in char_athena.conf, use the import-tmpl directory to avoid future issues when updating. ( just add the respective value you want ).
rathena/conf/import/map_conf.txt
Add these lines:
userid: username
passwd: password
char_ip: 127.0.0.1
map_ip: 127.0.0.1
Note: If you want to change anything in map_athena.conf, use the import-tmpl directory to avoid future issues when updating. ( just add the respective value you want ).
rathena/conf/import/inter_conf.txt
Add these lines
login_server_db: rathena
ipban_db_db: rathena
char_server_db: rathena
map_server_db: rathena
log_db_db: rathena_logs
Note: If you want to change anything in map_athena.conf, use the import-tmpl directory to avoid future issues when updating. ( just add the respective value you want ).
Note: I use rathena as my main database which contain all main tables (like: chars, login, guilds, etc... ). However, I like to separate my logs to rAthena_logs .
Step 3: Compiling rAthenaSee video time-line:02:16
Locate rathena/rAthena.sln
Locate and right click rAthena.sln open with >Microsoft Visual Studio 2017( or 2013 / 2015 )
Wait for the MVS to load the project, when it's ready select Solution 'rAthena' (8 projects) and then right click and Click 'Clean Solution' First when clean finish successfully click on 'build Solution'
Wait for it to finish, make sure the log below finishsuccessfully
Step 4: Setting SQL Database ( make sureMySQLinstalled andrunning ) See video time-line:03:13
open MySQL Workbench
log in :
Using the username 'root 'and the password you set when you first install MySQL ( If you don't remember the password, you can reconfigure MySQL using MySQL installer )
once you logged in create new user account and grant Administrator Privileges: - See video time-line:04:17
In The Left Side click on Users and Privileges
At The Bottom click on Add account
Set Login Name : ragnarok
Set Password : ragnarok
Set Confirm Password : ragnarok
At The Top Menu Click Administrative Roles: and then check DBA
Click Apply
logout by clicking on X at the top of the current tapand then login using the new user account ragnarok with password ragnarokSee video time-line:05:00
Creating databases/schema : See video time-line: 05:26
Click on create new database/schema
Set the Name: rathena ( this will be our main database/schema )
Set Charset: utf8 ( Now this's is important you need to check this )
Click apply, apply and then finish
Now Click on create newdatabase/schema
Set the Name: rathena_logs (this will be our logs database/schema)
Set Charset: utf8 ( Now this's is important you need to check this )
Click apply, apply and then finish
import rathena SQL files to rathena & rathena_logs databases: See video time-line:06:16
Double click on rathenadatabase/schema we've just created
Click on
locaterathena folder and go torathena/sql-files and click on main.sql
Click on the light icon * wait for the tablet to be executed *
Double click on rathena_logsdatabase/schema we've just created
Click on
locaterathena folder and go torathena/sql-files and click on logs.sql
Click on the light icon * wait for the tablet to be executed *
change the username and password of the server: See video time-line:07:03
Now next/aroundrathena database right click on a blank area and click refresh all(in order to view the tables we've just createdor just relog )
Click on rathena database/schema > tables > locate login table..
now click on tables and locate login table then right click and click on select Rows - Limit 1000
Double click on s1 and change it to username then hit enter ( we put the userid: username in rathena/conf/import-tmpl/char_conf.txt and map_conf.txt make sure you use the same one you put in these files )
Double click on p1 and change it to password then hit enter ( we put the passwd: password in rathena/conf/import-tmpl/char_conf.txt and map_conf.txt make sure you use the same one you put in these files )
set admin sprite for any account you want, just put the account id
<aid><admin>2000000</admin></aid>
Copy and paste the setup file into the the official kRO client folder
Patching the Client 2015-11-04
load the client and select recommended and click enter for data.ini and then CHANGE/EDITsystem/iteminfo.lub to system/iteminfo.lua and check read data folder first, ignore missing palettes, ignore resource errors and then customize the client as you want
Here's my additional patches:
>>>
Custom Window Title ( name you server )
Disable Swear Filter
Disconnect to Login Window
Enable Title Bar Menu
Read Data Folder First
Show Cancel To Service Select
Ignore Missing Palette Error
Ignore Resource Errors
Use Ragnarok Icon ( ragnarok icon for the client )
<<<
copy the new 2015-11-04aRagexe_patched and paste it yourofficial kRO client folder
now the client is ready, just run the game using 2015-11-04aRagexe_patched and Enjoy
to create a male account just type ex: admin_f for female - admin_m for male
and don't forget to set the account group id 99 to get full GM permissions
Issue #1:Closed connection from '127.0.0.1'. Solve: go to your rathena/src/custom/defines_pre.hpp and open it with notepad++ ( or any notepad ) add this line #define PACKETVER 20151104
Question
Earnestinence
Hello rAthena Community
I'm Earnestinence, and i'll be guiding you to setup rAthena and run Ragnarok
Programs you need to install before we start
Required Files:
==========================================
Setting up rAthena Server-Side: See video time-line: 00:02
Step 1: Download/Clone rAthena Source
Step 2: Configuring rAthena See video time-line: 00:35
Step 3: Compiling rAthena See video time-line: 02:16
Step 4: Setting SQL Database ( make sure MySQL installed and running ) See video time-line: 03:13
Step 5 ( running the server )
==================================================
Client Side Running & patch ragnarok online client
change the version to 55 <version>55</version>(This might not be needed anymore.)Here's my additional patches: >>> Custom Window Title ( name you server ) Disable Swear Filter Disconnect to Login Window Enable Title Bar Menu Read Data Folder First Show Cancel To Service Select Ignore Missing Palette Error Ignore Resource Errors Use Ragnarok Icon ( ragnarok icon for the client ) <<<
copy the new 2015-11-04aRagexe_patched and paste it your official kRO client folder
now the client is ready, just run the game using 2015-11-04aRagexe_patched and Enjoy
to create a male account just type ex: admin_f for female - admin_m for male
and don't forget to set the account group id 99 to get full GM permissions
Issue #1: Closed connection from '127.0.0.1'.
Solve: go to your rathena/src/custom/defines_pre.hpp and open it with notepad++ ( or any notepad ) add this line #define PACKETVER 20151104
========================================================
As of 28-7-2018: the topic is fully updated and support MySQL 8.x
========================================================
For further questions or concerns regarding the tutorial, Do NOT hesitate to contact me in this topic.
- Earnestinence
Edited by EarnestinenceAdded issue and solve #1
Link to comment
Share on other sites
Top Posters For This Question
28
16
7
6
Popular Days
Aug 8
9
Sep 7
9
Jun 20
7
Jun 21
7
Top Posters For This Question
Earnestinence 28 posts
hendra814 16 posts
GoChrisP 7 posts
Sallycantdance 6 posts
Popular Days
Aug 8 2018
9 posts
Sep 7 2018
9 posts
Jun 20 2024
7 posts
Jun 21 2024
7 posts
Popular Posts
Earnestinence
Hello rAthena Community I'm Earnestinence, and i'll be guiding you to setup rAthena and run Ragnarok Programs you need to install before we start Downloads: Gith
Akkarin
Just as a quick note, np++ isn't a requirement. You should also be teaching people how to use the import directories instead of editing files directly within conf/ as this causes the most issues when
Earnestinence
Thanks both for the notes, i'll update everything including the video now, and sorry for my mistakes
Posted Images
172 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.