• 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.6] TFS 1.5 Baiak, Mount and Modal widow.

can u tell me which options are turned on in your dat/spr with object builder? :D
 
I didn't modify the original at all. I only activated opcode and mount, and it logged in just fine.
With this configuration it worked!

I believe it was the
g_game.enableFeature(GameSlowerManualWalking) :

1734918911554.webp
Post automatically merged:

I can't make it to compile on ubuntu 22... after 100% it gives a lot of warnings and cancel the compiling operation =\

View attachment 82538

I have same error after 100% in ubuntu 20.04


already commands used:

sudo apt install git cmake build-essential libluajit-5.1-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libcrypto++-dev libfmt-dev
sudo apt install libboost-date-time-dev


makedir build && cd build
cmake ..
make -j 8


error:


1734927012850.webp

cmakelists.txt file in attachments.
 

Attachments

Last edited:
I managed to fix the compilation error on Ubuntu 20.04.

There are actually two CMakeLists.txt, one in the root folder and the other in the src folder (from source).


the source's CMakeLists.txt was missing the mounts file, mounts.cpp.


So, for anyone facing the error, after the line:
${CMAKE_CURRENT_LIST_DIR}/xtea.cpp

put:

${CMAKE_CURRENT_LIST_DIR}/mounts.cpp


and compile again.

I attached the correction.
 

Attachments

Any idea why I cant get this server to come online every time I try to open it seems to just close on me and doesnt start up what am I missing
The Forgotten Server - Version 1.5 (Nekiro's 8.60 downgrade)

Compiled with Microsoft Visual C++ version 14.3
Compiled on Mar 26 2024 14:13:54 for platform x64
Linked with LuaJIT 2.1.0-beta3 for Lua support

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: A server developed by Mark Samman, later modified by Mateus Roberto.::
:: Downgraded and further developed by Nekiro (TFS 1.5 8.6) ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Visit our forum for updates, support, and resources: OTLand (http://otland.net/) ::
:: Original map Thunder made by MovieBr. ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> Loading config
> Establishing database connection...
then it will just close on me ;[
 
Any idea why I cant get this server to come online every time I try to open it seems to just close on me and doesnt start up what am I missing
The Forgotten Server - Version 1.5 (Nekiro's 8.60 downgrade)

Compiled with Microsoft Visual C++ version 14.3
Compiled on Mar 26 2024 14:13:54 for platform x64
Linked with LuaJIT 2.1.0-beta3 for Lua support

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: A server developed by Mark Samman, later modified by Mateus Roberto.::
:: Downgraded and further developed by Nekiro (TFS 1.5 8.6) ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Visit our forum for updates, support, and resources: OTLand (http://otland.net/) ::
:: Original map Thunder made by MovieBr. ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

then it will just close on me ;[
Check database name, name server, in both configs, xampp > config.lua, forgottenserver > config.lua

Here, screens.
Go down, to my first post.
Server name, rookgaard Adventure, and database name, are only example, change to yours,
Server name > forgotten, database > forgotten.
 
Last edited:
Can't add items, through the rme, to the houses, for the better design of the houses.
How to change this ?
This server uses fully custom sprites, quite different. You need to get the items.otb and XML from the Thunder server to add to OTAcademy RME, and load the SPR I posted in the link here so it works normally. That’s all. And you can’t use the default SPR, nor the default OTB and XML. Only the custom ones I provided for download.
 
We identified the Thunder.sql file as the cause of the errors. It was not possible to create an account on any site, whether Gesior or MyaAcc. We needed to address certain aspects of the SQL files and config.lua, as they were configured for TFS 1.3, making them incompatible with Gesior or MyaAcc. Consequently, I used the original Nekiro files and made the necessary modifications. As a result, both Gesior and Myacc are now compatible with Baiak Thunder and work perfectly.

acc god
1/god
After importing this thunder.sql database, items are not dissapearing on the character.
This information, should be on page 1, atleast information, about going to page 4, for this fix.
 
please share matching OTClient... my OTC cant find 860/tibia.spr

edit: OTCv8 works good
 
Last edited:
Ubuntu 22.04, fresh system, no updates.

Can someone give some light on this ?
And, if someone know, how to make this happen ?

I was searching about this, and this can be about
INI:
#include statement
or fmt can be deleted.
baiak tools fmt has not been declared.webp
 
Last edited:
hello can someone help me or make sprites for my zerver 8.6? I would like to have sorities with tibia +12 ?
 
Would anyone be able to add offline training to this server? I tried to add it from a different downgrade but i just get errors :(
 
Would anyone be able to add offline training to this server? I tried to add it from a different downgrade but i just get errors :(

You can look on my github for the offline training code and then implent it here.

OfflineTraining search
TrainingTime search
 
You can look on my github for the offline training code and then implent it here.


that's what i tried, from your server into this one , i looked through every file in the SRC and tried copying everything into this server but there are a lot of errors when i try to compile it
 
Back
Top