In this tutorial we are going to useChocolatey Package Managerto help us install all the needed components without using the browser to click here, click there, unzip this, unzip that. We are going to use some plain commands,all righty?
userid: froggos1
passwd: froggop1
pincode_enabled: no
Insrc/custom/defines_pre.hppWe need to declare the packetver in our emulator, and the packetver is based on the RO client of your choosing, in this tutorial, we are using a2022-04-06client to connect, so that's what we declare, remember the format(YYYYMMDD)
#define PACKETVER 20220406
Remember to compile and restart server after changing the source code!
Question
Sapito Sucio
In this tutorial we are going to use
Chocolatey Package Manager
to help us install all the needed components without using the browser to click here, click there, unzip this, unzip that. We are going to use some plain commands, all righty?You can follow the tutorial with this video
Install Chocolatey
Disable confirmation for each installation
Installing Packages
Install Visual Studio
Open
Visual Studio Installer
Select Desktop Development with C++ and its following components:
You can also choose to do the minimal setup if you want, although this is not recommended.
Minimal Setup:
Clone rAthena Repository
We will only clone the master branch, that will save us space and download time.
OPTIONAL STEP
Cloning the ro-folder project
Create Databases and user
We access the MariaDB console
We create the database
rathenadb
We create the database
rathenalog
We create users and grant permissions on the databases
rathenadb
andrathenalog
Remember to change the
froggopass
to anything you want, don't forget the password.We exit the MariaDB console
Once the database is created, we can populate it with tables;
Add S1, P1 and a new admin account
We access the
MariaDB
console againWe select the
rathenadb
databaseWe add the user
S1
and the passwordP1
Create a GM Lvl 99 account (Optional).
Exit the MariaDB console
Conf Folder
In
import\inter_conf.txt
In
import\map_conf.txt
In
import\char_conf.txt
In
src/custom/defines_pre.hpp
We need to declare the packetver in our emulator, and the packetver is based on the RO client of your choosing, in this tutorial, we are using a2022-04-06
client to connect, so that's what we declare, remember the format(YYYYMMDD)
Remember to compile and restart server after changing the source code!
Errorcitos
Link to comment
Share on other sites
3 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.