• 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!

Rev. 420

EvulMastah

๏̯͡๏﴿
Premium User
Joined
Aug 19, 2007
Messages
4,940
Solutions
11
Reaction score
353
Do I need any other linkers and "c++ compilers" then these:

Code:
Linkers:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__SERVER_PROTECTION__
-D__RULEVIOLATIONREPORTS__
-----------------------------
Compilers:
-O1
-lboost_system
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

I'm usin' windows.
 
Someone's gotta tell me what
-D__SERVER_PROTECTION__
and
-O1
is for?
 
Ooo

Is this revision stable? Can we use it on servers? It is tested? Or can have any important bugs? ;>

I have some errors when starting server. I have in config.lua "mysql", so i don't know why this errors.

Code:
SQLITE ERROR sqlite_exec:  no such table: bans
SQLITE ERROR sqlite_exec:  no such table: player_skills
SQLITE ERROR sqlite_exec:  no such table: players
SQLITE ERROR sqlite_exec:  no such table: houses
SQLITE ERROR sqlite_exec:  no such table: tiles
I have this xxxxx times. 1000 errors in console ;D
PLease fix, i quess that it using sqlite, but it should take from config.lua sqlType = "mysql"
 
Last edited:
Ooo

Is this revision stable? Can we use it on servers? It is tested? Or can have any important bugs? ;>

I have some errors when starting server. I have in config.lua "mysql", so i don't know why this errors.

Code:
SQLITE ERROR sqlite_exec:  no such table: bans
SQLITE ERROR sqlite_exec:  no such table: player_skills
SQLITE ERROR sqlite_exec:  no such table: players
SQLITE ERROR sqlite_exec:  no such table: houses
SQLITE ERROR sqlite_exec:  no such table: tiles
I have this xxxxx times. 1000 errors in console ;D
PLease fix, i quess that it using sqlite, but it should take from config.lua sqlType = "mysql"


I can tell you that revision 420 is a great revision, it does have 1 main bug.. but thats with /ghost. but as far as stability and compatibility.. it is better then my prior version at revision around 400 i think.

If you have any bugs feel free to ask me.. because i beleive my self to be knowledgable about the subject
 
So, i just have changed old .exe file to new, compiled. And why it is?

I have in linkers:
Code:
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-s
-lboost-regex-mgw-1_34_1
-lboost-system-mgw-1_34_1
-lws2_32
and in C++ Compiler:
Code:
-D__USE_MYSQL__
-D__USE_SQLITE__

@Edit

Ehh, whats the problem with it?

I need add somethink to linker? compiler?

I have downloaded latest sources, and compiled. When i try to start. i just have errors with sqlite.
 
Last edited:
Search for forgottenserver.s3db in the folder where you downloaded sources and put it in the same folder as .exe. Maybe O_o
 
Sry, i must reply in polish ;P

@Słuchaj ale ja używam mysql. A jak używałbym zwykłego sqlite to pytanie w ogóle by nie padło. ;]

So, no one is using mysql here? Only sqlite?

Ok, i copied forgottenserver.s3db and all ok, but i wan't use MYSQL! ;D
 
Last edited:
You are using mysql, but thats saving changes into sqlite db aswell.
 
Ok, i already fixed it. I didn't rebuilded all after downloading sources, that was the error ;D
 
Back
Top