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

tfs1.x

  1. VitoxMaster

    Solved Server crash - onLookInShop for container

    Hi everyone! Lately I've noticed weird behavior with Player: onLookInShop call. For regular items it works perfectly, nothing to add more. But when I just use "onLook" for containers in NPC trade window (for example we're talking about backpacks) then server crashes immediately, no errors, no...
  2. Sarah Wesker

    🎃 Hallowen Tile 🎃

    This is a simple revscript that dresses the player with a lookType of some random monster when he steps on a tile with a specific action id or failing that a specific position. Available for TFS 1.x+ and Canary. hallowen_random_outfit.lua local config = { actionId = 8000, positions =...
  3. E

    tfs 1.4.2 basespeed bug

    As the title says i have a problem with base speed in tfs 1.4.2 i have done changes in player.h and protocolgame.cpp changes in player.h static constexpr int32_t PLAYER_MAX_SPEED = 3000; static constexpr int32_t PLAYER_MIN_SPEED = 10; void updateBaseSpeed() { if...
  4. Giorox

    Naive Dockerized TFS 1.5

    Introduction So, I've lurked in the community for over a decade at this point and I owe my current career and life to OpenTibia development (which is where I started developing/programming) and thought it was way past the point that I should give back to the community. In this sense, I started...
  5. gabrielsaintz

    C++ Can I add quivers to tfs 1.4.2? and keep 10.98

    what's up guys! I want to add the quivers system to my server, I'm using tfs 1.4.2 and I want to keep it compatible with version 1098. I tried to base myself on a pull request, it worked but it changed my game version to 12.87, and I want it to continue 1098 .
  6. H

    Tfs 1.x+ how can show log time information edit forgotten.exe

    Hello, I use TFS 1.5x for Tibia 8.6 client. When i runing forgotten.exe logs is showing. But time information dont have. How can fix this or add this like sample server picture. 1658669111 up
  7. miguelshta

    RevScripts help revscript merge same items with % to die and lose item

    hello i wanted to create a good action: like item: Mind stone id: 3062 and if u have mind stone + 2 wands same type like 2 wands of inferno u can merge them and gain stats like + 10 fire damange but with 50% to die and destroy the both items
  8. pdrhtdn

    [TFS 1.3] Exercise Weapons

    Greetings everyone, I'm having a difficult time with this problem and I can't find what is wrong, so here I am XD. My exercise weapons don't train the specific skill that they supposed to train, all of the exercises only train fist fighting, and I can't find whats doing this, here is the code...
  9. aqubjukr

    Lua [TFS 1.3] Being able to "select" a player through a talkaction param.

    I have the following problem: When using a talkaction with param, it always returns "nil" if the player is offline. (If the player is online everything goes well) Example: If I type: "/player Maker" (when he is offline), it will be printed on the console: nil. I was wondering if there is a...
  10. aqubjukr

    Lua [TFS1.3] Time Guardian Spell

    I have a script from the boss time guardian (to change the phases), and I wanted to know what the reason for the error would be, since the "index" was set in top as a random number between 1 and 2. If you have a possible way to fix it, I would be grateful. Console: Lua Script Error: [Spell...
  11. Sarah Wesker

    Spell Magic Wall Rune " Script With Count Down For TFS 1.x+ "

    they look for the following file: data/spells/scripts/support/magic_wall_rune.lua and replace the code for this! -- by: 𝓜𝓲𝓵𝓵𝓱𝓲𝓸𝓻𝓮 𝓑𝓣 local recAnimateText = false local startSeconds = 20 local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)...
  12. ROKI721

    [Problem] Przekierowanie

    Otóż mam pewien problem z hostem na no-ip.com lub configami. Opis: Mam przekierowane porty 80, 7171-7173, 3306, 443 po stronie routera oraz komputera. W config.lua w linijce ip mam dopisana domenę z no-ip.com ip = "****.zapto.org". W config.php gdyż korzystam ze znote aac makera też jest...
  13. HeberPcL

    Lua Skull System - Custom TFS 1.x

    Hey OtLanders, I'm making a server Enforced and would like to customize the Skull System, based on frags per storage and using all Skull Colors. { SKULL_YELLOW, SKULL_GREEN, SKULL_WHITE, SKULL_RED, SKULL_BLACK, SKULL_ORANGE } I tried using worldType = "pvp" and the setSkull() function works...
Back
Top