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!
Hi community, i came here because can't found a solution for this Problem.
Im using the TFS 0.4_SNV rev 3996 with various fix and improvements at date
Problem Description:
The player can't stand using POTIONS and Trying shoot a magic wall at same time, doing that at same then happen that Player...
Hi Otlanders, I'm here looking for someone who can provide me with their services regarding the installation of TFS + WEB on my Debian 12 64 bits dedicated server.
The requirements are as follows:
TFS to be installed is 0.4_DEV for version 8.60 (or Nekiro Drowngrade).
WEB: Gesior acc...
I modified the canWalkthrough function to prevent crossing specific tiles (like 11059 and 11060) if a player is already standing on them, ensuring that no one enters the same depot, which is common in PVP. So, we will remove this.
Check the world type (PVP / non-PVP / etc.) and protection...
Hello Otlanders, I recently installed gesior 2012 and I can sell addons separately
But my globalevents shop doesn't deliver the outfits, the distro gives an error, does anyone have a shop for TFS 0.4 that works? I already tried to create the script but I'm a noob with lua
Grateful
my current...
Hello, otlanders!
I bring everyone a system that I developed for a server that will be launched soon.
The request was for a simple but effective system to solve an old problem called afk bot.
Any way to circumvent or improve this system can be posted here. I also say that I release the post...
Could anyone help me with this error? The character's outfit changes to a completely different one when he relogs, the vocation remains as it should be, but only the outfit changes and that shouldn't be happening
TUTORIAL BY L3K0T EN TFS 0.4
Hello everyone, I bring you an update I made to the system, containing 3 new item movement functionalities and protection against Elf Bot. These additions have been carefully implemented to enhance the gaming experience and maintain the integrity of your server...
The name already says it all: anyone who throws items into the teleporter of your OTServ, it will be removed, like those trash cans, however, this system is implemented in the source code, excluding .LUA scripts. TFS 0.4
In teleport.cpp, find
void Teleport::__addThing(Creature* actor...
Hi, ive been struggling with this for hours. My project is based on a premium account, so the problem is that as long as the player is online the premium account does not expire. Ive tried diffrent functions, but it doesnt change anything - the player has to relog to update his premium account...
Hi guys, I'm creating a castle guild war MOD, it works as follows:By giving the command !startcc the event is started, a message is sent in the broadcast to everyone and a teleport appears that leads to the castle, in the castle you find 2 tiles one that is responsible for announcing the...
Open the terminal and get Super SU privileges
sudo su
sudo apt-get update
sudo apt-get install --no-install-recommends -y git autoconf automake pkg-config build-essential cmake liblua5.1-0-dev libsqlite3-dev libmysqlclient-dev libxml2-dev libgmp3-dev libboost-filesystem-dev libboost-regex-dev...
Hello otlanders!
Let's talk about this old and ridiculous bug present in tfs 0.4.
Imagine you have 10 crystal coins in a backpack full of other items.
But then you find a crystal coin on the ground and try to pull it quickly to stack it.
See the result in the image:
Does anyone think of a...
Hello, it seems that my source has the same bug as this guys source, can somebody help me? his post have the correct answer i guess but its not the same version, mine is source TFS 0.4 (8.60)
My PvP Zone on the arena of my server keep making people get PZ Locked, i would like to fix that...
Hello, I am trying to compile some sources in my project, I do all the steps correctly but the output seems like it didn't change anything.
These are my changes (trying to revert hp/mp info from % to real values).
The steps I am doing are these:
./autogen.sh;
./configure --enable-server-diag...
Hello. I'm having trouble finding the 0.4 build engine for linux. I searched tibia net . otland and I can't find a working link with the tfs engine 0.4 Gift Clone
Content Warning!
Well, I'll make available the dlls, the executables and the source, from a base that I've been improving for 8 years. This bug free one!
Has run on servers with 500+ players online.
We were able to compile using code blocks or mvs (2022 or 2019 for example) only mvs 2017...
MultiWorld protocol system.
ioaccountsql.cpp
Look for
Change for this (Obs: You need configure multiple words in your database).
Account IOAccountSQL::loadAccount(uint32_t accno)
{
Account acc;
Database* mysql = Database::instance();
DBQuery query;
DBResult result;
query...