• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Tutorial for running 7.7 CipSoft Server on Ubuntu

Hello, I followed step by step and stopped at this step, I really don't know how to solve it. Can anybody help me?
 

Attachments

You need to make sure you're using the custom game file and also chmod it so it's accessible
Thankss! I passed that part, but I stopped somewhere else.

He said: "First, make sure you have downloaded and unpacked the “realotsloginserver-master” source files"

I don't see this file for download in this post
 
$ sudo make

g++ main.cpp sqlwrapper.cpp database.cpp networkmessage.cpp -ggdb -o querymanager -I/usr/local/include/ -L/usr/compat/linux/lib/obsolete/ -lpthread -L/usr/lib/mysql/ -lmysqlclient
main.cpp:11:10: fatal error: mysql/mysql.h: No existe el archivo o el directorio
11 | #include <mysql/mysql.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
sqlwrapper.cpp:31:10: fatal error: mysql/mysql.h: No existe el archivo o el directorio
31 | #include <mysql/mysql.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
database.cpp:32:10: fatal error: mysql/mysql.h: No existe el archivo o el directorio
32 | #include <mysql/mysql.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2: all] Error 1

some idea about this problem? is when I try compile realots-query-manager with make command
 
$ sudo make

g++ main.cpp sqlwrapper.cpp database.cpp networkmessage.cpp -ggdb -o querymanager -I/usr/local/include/ -L/usr/compat/linux/lib/obsolete/ -lpthread -L/usr/lib/mysql/ -lmysqlclient
main.cpp:11:10: fatal error: mysql/mysql.h: No existe el archivo o el directorio
11 | #include <mysql/mysql.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
sqlwrapper.cpp:31:10: fatal error: mysql/mysql.h: No existe el archivo o el directorio
31 | #include <mysql/mysql.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
database.cpp:32:10: fatal error: mysql/mysql.h: No existe el archivo o el directorio
32 | #include <mysql/mysql.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2: all] Error 1

some idea about this problem? is when I try compile realots-query-manager with make command
fatal error: mysql/mysql.h: No existe el archivo o el directorio. You're missing the mysql library.
 
Anyone got an AAC for this that can be used? Site doesn't need to be fancy of course...

I still have my Real Tibia Server running, but theres no site or anything for it. just using existing chars.
 
Anyone got an AAC for this that can be used? Site doesn't need to be fancy of course...

I still have my Real Tibia Server running, but theres no site or anything for it. just using existing chars.
 
I got everything running like a charm. However, I can't seem to change my server rates. I'm changing the data within config.lua located in the realotsloginserver-master folder, but no differences are noticed. Am I doing something wrong?
 
I got everything running like a charm. However, I can't seem to change my server rates. I'm changing the data within config.lua located in the realotsloginserver-master folder, but no differences are noticed. Am I doing something wrong?
No, the rates are hard coded into the game server. The config doesnt do anything. This is not meant to be a customisable tibia server.
 
Back
Top