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

[8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

http://prntscr.com/9qtv3q This is the message i get. (Its in swedish, It simply just tells me to program has stopped working.)

sqlType = "Mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "password"
sqlDatabase = "indoria"
sqlFile = ""
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

This is the config... Everything is correct except for the password that i had to change to show u.
 
http://prntscr.com/9qtv3q This is the message i get. (Its in swedish, It simply just tells me to program has stopped working.)

sqlType = "Mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "password"
sqlDatabase = "indoria"
sqlFile = ""
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

This is the config... Everything is correct except for the password that i had to change to show u.

I've had(still happens sometimes) the same problem. The solution that worked for me, was to just restart until it finally started.

Btw... for security reasons I'd change encryptionType to "sha1". No encryption = bad security
 
I got it to work but now i have met with a new problem. I cant make a god character. I have changed the Account access to 5 and character group_ID to 3 but im still a normal player.
Im getting sick of this. Is it such a badly made Mysql file that i must create my own groups for god?
 
Hello. I've got following error while compiling it for linux:

luascript.cpp:719:23: error: 'class boost::filesystem::directory_entry' has no member named 'leaf' std::string s = it->leaf(); ^

Does anybody knows how can I fix this?

Cheers!
 
luascript.cpp:719:23: error: 'class boost::filesystem::directory_entry' has no member named 'leaf' std::string s = it->leaf();
use search function next time :) literally found ur answer in 10 seconds
Where you see "has no member named leaf()" change "leaf()" with "path().filename().string()"
in luascript.cpp scroll down to line 719 and change "leaf()" with "path().filename().string()"
 
I just couldn't add that I found that and it still doesn't work. It has problem with path() in that. But I also have other errors and now I'm thinking about to try to compile it somehow with dev-cpp or something... What should I do :| Or maybe someone here could compile it for linux and send me?
 
I can't edit my prev post... I need to download some library that could help me out with that path() error, but I can't install it (I use ubuntu 14). Here's the error:


Package libboost-filesystem1.42-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'libboost-filesystem1.42-dev' has no installation candidate
 
I need change 100% and mana

i need change to normal hp and mana
sorry for my bag inglish in venezuela !!!
 
I need help to edit "items.otb" of this version!!! No open with "otitemeditor" and pack 8.60 :/
 
Please! Change the link of download for other server. I can not download for this server.
 
Anyone knows how to remove the messages you gett when you advance in level like this ;
23:16 You have just advanced to level 9 and learned new spells!
[Magic Rope] "exani tera" Mana[20]
[Light Healing] "exura" Mana[20]

Kind Regards
 
Back
Top