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

tfs 0.4

  1. alexxxxxxx

    UPDATE 3: Moveitem + Antipush + Anti-Crash Elf Bot - Bug Fixes - TFS 0.4 11/04/2024

    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...
  2. alexxxxxxx

    Not to throw items through the teleporters C++

    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...
  3. WikiArk21

    Erro in MoveMents | TFS 0.4 REV 3996

    this script is pointing out this error. Does anyone know how to solve the problem? this is the script: this is the erro
  4. D

    TFS 0.X infinite premium account untill the player is logged in

    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...
  5. WikiArk21

    Dodge Skill (TFS 0.4 REV 3996)

    I found a dodge script on internet forums, but it does not have the necessary tags. I know it's for creaturescripts, but which tag should be added?
  6. M

    [MOD] Castle War TFS 0.4

    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...
  7. D

    [Compile] TFS 0.4 Ubuntu 18.04

    Get privileges Super SU first. sudo su sudo apt-get update apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev cd /home git clone https://github.com/glinharesb/3777-gesior cd...
  8. D

    [Compile] TFS 0.4 in Ubuntu 20.04 & Ubuntu 22.04

    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...
  9. Guizek69

    TFS 0.X Container bug stackable items 0.4

    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...
  10. Sanzenkai

    TFS 0.X PVP Zone Bug

    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...
  11. R

    TFS 0.X Compile sources doesn't apply changes in output.

    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...
  12. dawide5

    Linux Problem finding build 0.4 linux 8.60

    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
  13. underewar

    [8.6] [The Forgotten Server] [0.4] UnderVersion 1.0.1

    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...
  14. underewar

    Feature [TFS 0.3.6/0.4] MultiWorld Protocol System

    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...
  15. underewar

    [TFS 0.4/0.3.6] doTeleportMassThings

    Description - The function of all transport objects, teleported of the selected type (players, NPCs, monsters) from one place to another. The function structure looks like this: doTeleportMassThings (leftTopCorner, rightBottomCorner, newPos, minPlayerCount, toSamenewPos, typeOfObjects)...
  16. Heyron

    TFS 0.X Character stops walking if cast spell, how to solve?

    I'm using TFS 0.4, however I encountered a very annoying problem. While the character is running, if he casts any attack spells he stops walking. As with the "exori vis" for example.
  17. E

    TFS 0.X Monster Attack Monsters

    How i can make make Monsters attack other monsters, like a war race? TFS 0.4 thx fpor help.
  18. El Man

    TFS 0.X TFS 0.4 remove full health and mana on level up

    How do I remove full health and mana on level up system? tfs 0.4 Note: I do not have any advance script for it in creatures folder
  19. Daniel Kopeć

    TFS 0.X [Warning - Vocations::getVocation] Vocation 429496 not found.

    [Warning - Vocations::getVocation] Vocation 429496 not found. How to fix it?
  20. Daniel Kopeć

    TFS 0.X War Castle Problem

    The guild that won the castle can enter the castle and exp. It works fine. But the problem is that players who are not in the guild can enter the castle and exp also too. Only players who are in the guild but do not own the castle cannot enter. piece of script w-castle MOD: <action...
Back
Top