Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I'm trying to compile otclientv8 from OTAcademy (GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8)) using Visual Studio 2022 and Boost 1.62.0, but I've been stuck with these errors for a few days now:
I've already tried pointing Linker >...
Issue Description:
I'm encountering a persistent build error while installing zstd:x64-windows via vcpkg. The error occurs during the configuration stage using Ninja, with CMake complaining about an outdated minimum required version. Despite several attempts to force a minimum CMake policy of...
I am getting this error when trying to compile in Debug mode:
"Erro C2079 'std::pair<const Position,SpectatorVec>::second' usa class 'SpectatorVec' indefinido theforgottenserver"
Can anyone help me? I don't understand why it works in Release mode but not in Debug, unfortunately I...
Hello everyone,
I am facing an issue while trying to compile OTServer using TFS 1.5. I am following Nekiro's project prepared for Tibia version 8.60. I have set up the environment as instructed, but when I try to compile, I get the following error:
Operating System: Windows
Could someone...
I am trying to compile TFS 1.4.2, after following the instructions on Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) Ikeep getting this error:
Error C2079 '_' uses undefined struct...
Dear OTLand community,
I'm reaching out for assistance regarding issues I'm encountering while attempting to compile TFS v1.4.2. I have the exact same errors with TFS v1.4 and v1.4.1. That being said, I compiled TFS v1.2 and TFS v1.5 with no problem whatsoever.
Here's the errors Visual Studio...
Error otclient👇👇👇
WARNING: attempt to destroy widget 'deathWindow two times ERROR: Protocol Game parse message exception (73 bytes, 30 unread, last opcode is 8:00 (B). prev opcode is 0x28 (40)))
InputMessage eof reached
Packet has been saved to packet log, you can use it to find what was...
1.4.2
First of all, I know that there is a lot of threads here asking the same thing, but I really try a lot of them and none helped.
So, I'm having an error trying to compile my server. I'm very new on compiling, and I need to research some things to understand what are they saying.
I was...
I compiled my sabrehaven Ot, I had some errors with boost and ftm, but I followed some tutorial and fixed it. But now im trying to compile otv8 client: GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev)
And I'm having 66 errors, the most is...
hello otland community, I have a question, I'm trying to fix an error with spells, exhausted, and I have to compile the ot to solve it, the problem I have is that when I compile it, it compiles without error, but when I replace the exe that compiles with the previous one, I get an error when...
Hey, I'm having an issue when compiling a 12.x client, to be precise this is the error I'm having:
ERROR: Failed to load '/things/1287/catalog-content' (Appearances): unable to open file '/things/1287/catalog-content.json': not found
I'm new to the updates with Tibia as I haven't been around...
Hi all, I'm fairly new to setting up an OT.
I'm currently running TFS 1.2 10.98 and I noticed that the monsters don't respawn so I went ahead and found Updating Spawns.
I'm attempting to compile but I'm presented with these two (file) and one (compile?) error:
I'm thinking that I'm running...
I've tried everything to fix my SRC but unfortunately without success. Could someone help me with this?
Nostalrius based tfs 1.2
[ 98%] Building CXX object CMakeFiles/tfs.dir/src/wildcardtree.cpp.o
[100%] Linking CXX executable tfs
CMakeFiles/tfs.dir/src/combat.cpp.o: In function...
Hello all,
I was searching for that topic on this forum and found some threads but none was solving my issue :|
I have a problem with undefined reference. During compiling everything works fine till 100% and then I get errors for undefined references for lua_* files.
All packages I've always...
Hello guys,
Im trying to compiling OTCLIENT "edubart/otclient" and i get this erros.
What I've done ?
I followed the guide edubart/otclient (https://github.com/edubart/otclient/wiki/Compiling-on-Windows)
Additional directores i have linked:
and
Log errors:
Rebuild started...
1>------...
when the compilation is about to finish, in the weapons.cpp part I get this error .. any solution?
---------------------------------------------------------------------------------------------------
Gravedad Código Descripción Proyecto Archivo Línea Estado de supresión
Error...
Heyy guys, I know this question have been asked many times before. Yet I just cant seem to find a solution.
Im trying to compile : https://github.com/nekiro/forgottenserver/tree/8.6-downgrad
So thats Tfs1.3 and from my understanding you compile Tfs1.3 using this tutorial ...
Hi, I have a problem compiling my TFS and it is that I throw an error in the database.h of all my .cpp and .h from my source:
This is the "mistake"
But my source doesn't include any mysql.h, where is it supposed to be located or how do I fix it?
PS: It's a TFS 1.2 - 1.3 compilation
HELLO!!! :p :p
I basically open all the files from the sources of ot "New OT Project: OTServBR - Global (10x outdated with sprites 12.15" and searched for the word reward and added the modifications to the sources of my project 🤪🤪🤪
Iologindata.ccp
Rewardchest.ccp
/**
* @file rewardchest.cpp...