• 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

Ey Man I Want vist Fixed Account Manager In The forggeten server

How To Fixed ?
 
Last edited by a moderator:
Can I run it for me (127.0.0.1) in windows xp? and how do I run it to me? how to create account and the gm account? they will cut off my internet and I dont want to stop playing tibia, thats why
thank you for now
 
Hey has anyone used this and had a problem with reaching a max skill limit, currently our players cant get past lvl 180 in club/sword/axe/fist/shield... Or past 156 magic and distance... Any ideas.? I've already added codes into xml. and lua. Any idea? could it be client related?
 
Having trouble compiling on Ubuntu 14.04:
Code:
make  all-am
make[1]: Entering directory `/home/otsmanager/oldserver/damson'
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1    -D__USE_MYSQL__     -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
luascript.cpp: In member function ‘bool LuaScriptInterface::loadDirectory(const string&, Npc*)’:
luascript.cpp:719:23: error: ‘class boost::filesystem::directory_entry’ has no member named ‘leaf’
   std::string s = it->leaf();
                       ^
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/otsmanager/oldserver/damson'
make: *** [all] Error 2
 
Having trouble compiling on Ubuntu 14.04:
Code:
make  all-am
make[1]: Entering directory `/home/otsmanager/oldserver/damson'
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1    -D__USE_MYSQL__     -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
luascript.cpp: In member function ‘bool LuaScriptInterface::loadDirectory(const string&, Npc*)’:
luascript.cpp:719:23: error: ‘class boost::filesystem::directory_entry’ has no member named ‘leaf’
   std::string s = it->leaf();
                       ^
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/otsmanager/oldserver/damson'
make: *** [all] Error 2

For sure, u have to do changes on sources code cuz tfs 0.3.6 is pretty old.

Howerer, this could fix the problem.

This
Code:
std::string s = it->leaf();

To
Code:
std::string s = it->path().filename().string();

luascript.cpp, scriptmanager.cpp (i think)
 
g++ -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -o theforgottenserver actions.o allocator.o baseevents.o beds.o chat.o combat.o condition.o configmanager.o connection.o container.o creature.o creatureevent.o cylinder.o database.o databasemanager.o databasemysql.o depot.o exception.o fileloader.o game.o globalevent.o group.o gui.o house.o housetile.o inputbox.o ioban.o ioguild.o iologindata.o iomap.o iomapserialize.o item.o itemattributes.o items.o luascript.o mailbox.o map.o md5.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o outputmessage.o party.o playerbox.o player.o position.o protocol.o protocolgame.o protocollogin.o protocolold.o quests.o raids.o rsa.o scheduler.o scriptmanager.o server.o sha1.o spawn.o spells.o status.o talkaction.o tasks.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o waitlist.o weapons.o vocation.o -llua5.1 -lmysqlclient -lboost_filesystem -lboost_date_time -lboost_system -lboost_regex -lboost_thread -lgmp -lxml2
/usr/bin/ld: connection.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
 
Excuse me but i use this version and have a bug, example a player kill a rat, and crash the forgotten server console, with 2 option depure and close. any more have this bug? D: excuse my english :p
 
Can someone help me? I try to create the houses but i cant. I dont know why, i do it right but when i go to the door then i see only - you see a locked door. WTF? why it doesnt work? Something with map or map editor? I use remeres map editor 2.2. I tried with 2.1 also. :/ Any idea? :(
 
Back
Top