Today's tutorial will focus on setting up a Localhost or Online instance of Dragonball online
using the AKCore server.
Prerequisites
Very few things are needed for compiling the server.
At this point I am going to assume you have already installed your database software, visual studio, and the MySQL connectors, and you have downloaded AKCore and Boost.
Compiling
Extract the AKCore software to someplace easy to navigate to IE:"C:\AKCore"
Copy your everything from INSIDE your boost download to Server/NtlDatabase/mysql/boost When your boost folder looks like this it is correct.
Next in the NtlDatabase folder open mysql_wrapper.h and change the IP_SERVER_ALL to your external IP if you are setting it up for an online instance. otherwise change it to
127.0.0.1
Now select the Debug/win32 configurations and compile.
Congrats you are done with this section
SQL
Create a new database called dbo in your MySQL instance.(Must be named DBO)
import the SQL file from the SQL folder.
Create your first account by manually entering it in your accounts table.
NOTE:Currently you need to have an account called root@localhost for the stored procedures to work. You can change this by changing your definer to anyusername@host combination.
You can do this in navicat like this
Or change your definers to username @ localhost like so
do that for all your functions if you dont want to have an access anywhere account to spoof your functions.
Configuration
Now that you have everything compiled you can setup your server.
Go into the debug folder in the root directory (AKCore) there is only 1 file you need to edit: Server.ini
Set it to your INTERNAL IP IF YOU ARE USING ONLINE SETUPs.
Set it to whatever your ip is on your network 192.168.1.xxx or whatever the case may be.
If you arent using online setup you can leave it as 127.0.0.1
Set your database credentials in this file as well. If your root account has no password use NULL for the password
If you are making an online server. Make sure you have the ports in your config file forwarded in your router Each router is different so it is up to you to determine how to forward the ports. Afterwards Run the file RunServers.Bat and your servers are running congratulations.
Now lets get in game shall we?
Client Configuration
Client configuration is very easy
Set your ConfigOptions.xml
so it looks like this
Run your client and have fun!
and have fun.
Credits to Everyone who is helping us make AKCore.
Current list of contributors current and past in no particular order: @ATIDOT3 @Daneos @luiz45 @kalisto2002 @Jupeyy @NicoElPatron @Nicolas321 Madrid252
@Biesmen Is this a good qualifier for the 1 year sub
using the AKCore server.
Prerequisites
Very few things are needed for compiling the server.
-
To view the content, you need to sign in or register
-
To view the content, you need to sign in or register
-
To view the content, you need to sign in or register
- A MySQL Database
- Microsoft Visual Studio 2010 Ultimate
-
To view the content, you need to sign in or register(This is a 70% translated version of it)
-
To view the content, you need to sign in or register
-
To view the content, you need to sign in or register(This is to see text correctly)
At this point I am going to assume you have already installed your database software, visual studio, and the MySQL connectors, and you have downloaded AKCore and Boost.
Compiling
Extract the AKCore software to someplace easy to navigate to IE:"C:\AKCore"
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Copy your everything from INSIDE your boost download to Server/NtlDatabase/mysql/boost When your boost folder looks like this it is correct.
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Next in the NtlDatabase folder open mysql_wrapper.h and change the IP_SERVER_ALL to your external IP if you are setting it up for an online instance. otherwise change it to
127.0.0.1
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Now select the Debug/win32 configurations and compile.
Congrats you are done with this section
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
SQL
Create a new database called dbo in your MySQL instance.(Must be named DBO)
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
import the SQL file from the SQL folder.
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Create your first account by manually entering it in your accounts table.
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
NOTE:Currently you need to have an account called root@localhost for the stored procedures to work. You can change this by changing your definer to anyusername@host combination.
You can do this in navicat like this
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Or change your definers to username @ localhost like so
do that for all your functions if you dont want to have an access anywhere account to spoof your functions.
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Configuration
Now that you have everything compiled you can setup your server.
Go into the debug folder in the root directory (AKCore) there is only 1 file you need to edit: Server.ini
Set it to your INTERNAL IP IF YOU ARE USING ONLINE SETUPs.
Set it to whatever your ip is on your network 192.168.1.xxx or whatever the case may be.
If you arent using online setup you can leave it as 127.0.0.1
Set your database credentials in this file as well. If your root account has no password use NULL for the password
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
If you are making an online server. Make sure you have the ports in your config file forwarded in your router Each router is different so it is up to you to determine how to forward the ports. Afterwards Run the file RunServers.Bat and your servers are running congratulations.
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Now lets get in game shall we?
Client Configuration
Client configuration is very easy
Set your ConfigOptions.xml
so it looks like this
Code:
<?xml version="1.0"?><config_options>
<op ver="0.1" ip="YOUR_LOCAL_OR_EXTERNAL_IP" port="YOUR AUTHSERVER PORT"/>
<local ver="0.1" local_dsp="Language\local_data.dat" local_sync_dsp="Language\local_sync_data.dat"/>
<BUGTRAP ip="YOUR_LOCAL_OR_EXTERNAL_IP" port ="YOUR AUTHSERVER PORT + 1" folder="DBO Client(CJI_Release)" />
</config_options>
Run your client and have fun!
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
![SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums SanGawku - [Tutorial] AKCore setup from start to ingame and online - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
and have fun.
Credits to Everyone who is helping us make AKCore.
Current list of contributors current and past in no particular order: @ATIDOT3 @Daneos @luiz45 @kalisto2002 @Jupeyy @NicoElPatron @Nicolas321 Madrid252
@Biesmen Is this a good qualifier for the 1 year sub

Last edited: