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

Backup of some old sources

could someone please tell me what's wrong done: c
54xbox.png
 
Have someone been able to compile trunk3777(or any other 0.4) on linux?
I'm having a hard time compiling it. Had several errors and got arround but there's one that i'm not able to fix.
If any one got it compiled please, post here your system specs and libs.
I
 
could someone please tell me what's wrong done: c
54xbox.png
I don't know how it works on windows, but from the error mesages, looks like you don't have nither lua or boost libs on your path. Have you installed those requirements?
 
I've compiled and i found the console but i can't find the other files .dll and others i can't find the position of them.
 
because they're old as hell
that's why everyone's moving forward

ah xD

because they're old as hell
that's why everyone's moving forward

Ah wanted to say something, someone asked me why I still use tfs 0.4 or idk if it was you XD forgot haha
im using 0.4 bcus I got most scripts which I need for my rebirth server + the broken limit of 2.3B hp and mp for players / monsters xD

for tfs 1.2 I dont have xD
 
Last edited by a moderator:
0.2.10 should be for 8.10 client, and you can compile it with Dev-C++ or Codeblocks.
 
0.2.10 should be for 8.10 client, and you can compile it with Dev-C++ or Codeblocks.
i have tried to compile with dev-c++ with included files as you seen Screenshot (46).png
Screenshot (47).png

at the first running get message with account.cpp is missing
ignoring it and compile i get this error
Code:
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\Warning    .drectve `-aligncomm:"___hexdig_D2A",5' unrecognized
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\commands.o    commands.cpp:(.text+0x44c1): undefined reference to `Mounts::reload()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\commands.o    commands.cpp:(.text+0x49a2): undefined reference to `Mounts::~Mounts()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\connection.o    connection.cpp:(.text$_ZN5boost6detail5win3222create_anonymous_eventENS1_10event_typeENS1_19initial_event_stateE[__ZN5boost6detail5win3222create_anonymous_eventENS1_10event_typeENS1_19initial_event_stateE]+0x89): undefined reference to `boost::thread_resource_error::thread_resource_error()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\connection.o    connection.cpp:(.text$_ZN5boost6detail5win3222create_anonymous_eventENS1_10event_typeENS1_19initial_event_stateE[__ZN5boost6detail5win3222create_anonymous_eventENS1_10event_typeENS1_19initial_event_stateE]+0xc5): undefined reference to `boost::thread_resource_error::~thread_resource_error()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\connection.o    connection.cpp:(.text$_ZN5boost11unique_lockINS_15recursive_mutexEE4lockEv[__ZN5boost11unique_lockINS_15recursive_mutexEE4lockEv]+0x68): undefined reference to `boost::lock_error::lock_error()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\connection.o    connection.cpp:(.text$_ZN5boost11unique_lockINS_15recursive_mutexEE4lockEv[__ZN5boost11unique_lockINS_15recursive_mutexEE4lockEv]+0xa4): undefined reference to `boost::lock_error::~lock_error()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x20fb): undefined reference to `Mounts::loadFromXml()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x2129): undefined reference to `GlobalEvents::startup()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x214a): undefined reference to `GlobalEvents::execute(GlobalEvent_t)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x2440): undefined reference to `Mounts::~Mounts()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x1430a): undefined reference to `Mounts::getMountByClientID(unsigned short)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x14325): undefined reference to `Mount::isTamed(Player*) const'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x14363): undefined reference to `Mounts::getMountByID(unsigned char)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x1c596): undefined reference to `GlobalEvents::getEventMap(GlobalEvent_t)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\game.o    game.cpp:(.text+0x1c603): undefined reference to `GlobalEvent::executeRecord(unsigned int, unsigned int)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\luascript.o    luascript.cpp:(.text+0x259e1): undefined reference to `Mounts::getMountByID(unsigned char)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\luascript.o    luascript.cpp:(.text+0x25b0e): undefined reference to `Mount::isTamed(Player*) const'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\luascript.o    luascript.cpp:(.text+0x25c46): undefined reference to `Mounts::~Mounts()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\player.o    player.cpp:(.text+0x1c982): undefined reference to `Mounts::getMountByID(unsigned char)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\player.o    player.cpp:(.text+0x1ca44): undefined reference to `Mounts::~Mounts()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\player.o    player.cpp:(.text+0x1ca69): undefined reference to `Mounts::getMountByID(unsigned char)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\player.o    player.cpp:(.text+0x1cbed): undefined reference to `Mounts::getMountByID(unsigned char)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\player.o    player.cpp:(.text+0x1cd5c): undefined reference to `Mounts::getMountByID(unsigned char)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\protocolgame.o    protocolgame.cpp:(.text+0x12e9e): undefined reference to `Mounts::sendMountsList(Player*, boost::shared_ptr<NetworkMessage>)'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\protocolgame.o    protocolgame.cpp:(.text+0x12fbc): undefined reference to `Mounts::~Mounts()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\scriptmanager.o    scriptmanager.cpp:(.text+0x382): undefined reference to `GlobalEvents::GlobalEvents()'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\obj\scriptmanager.o    scriptmanager.cpp:(.text+0x69c): undefined reference to `GlobalEvents::GlobalEvents()'
C:\Program Files (x86)\Dev-Cpp\MinGW32\lib\libmingwex.a(pformat.o)    pformat.c:(.text+0x3f4): undefined reference to `___chkstk_ms'
C:\Program Files (x86)\Dev-Cpp\MinGW32\lib\libmingwex.a(pformat.o)    pformat.c:(.text+0x66f): undefined reference to `___chkstk_ms'
C:\Program Files (x86)\Dev-Cpp\MinGW32\lib\libmingwex.a(pformat.o)    pformat.c:(.text+0xa94): undefined reference to `___chkstk_ms'
C:\Program Files (x86)\Dev-Cpp\MinGW32\lib\libmingwex.a(pformat.o)    pformat.c:(.text+0x13df): undefined reference to `___chkstk_ms'
E:\Games\Tibia\New Ot\source testing\New folder (2)\tfs_02X-03X_svn_tags\0.2.10\dev-cpp\g++.exe    unrecognized option `-static-libstdc++'
 
Back
Top