• 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

  1. Bee King

    RevScripts BOOS Check - monster check - TFS 1.5 DOWNGRADE NEKIRO 8.0

    In my server, there are 4 open-world bosses, and I set their spawn time to be longer in the spawn XML… They are far from the city, so to check if they are there, you need to take a long walk. Here comes my request... I would like a script, an action ID to add to an item or maybe a sign…...
  2. WikiArk21

    TFS 1.X+ help to decrease or remove lag from this script

    I was making a script for the posts and similar to change from on to off at a certain time on the server, but this causes a lag in the time. Is there any way to reduce this lag or even eliminate the lag altogether? Remembering that this is a globalevents local LIGHT_ON_TIME = 18 local...
  3. srunobantana

    [TFS1.4] Teleportation System for Trade Center with Entry and Exit Portals

    Note: ChatGPT was used to format and optimize the code, as well as to add prints and comments in both Portuguese (my language) and English (forum language). Apologies for the large code; feel free to delete what you don't need. About: The player enters the portal and will always return to the...
  4. G

    C++ Nekiro 1.5 772 monsters attacks tick interval

    Hello everyone, I have another question about nekiro 1.5 downgrade 772. In old TFS 0.4 there was a great parameter called interval which could be set on each monster attack in monster script. It could be decreaced from standard 2000ms to lower value. With that it was possible to decrease the...
  5. G

    Lua TFS 1.5 Nekiro 772 real blue djinn behaviour

    Hello everyone, I'm struggling with the npc script, which I would like to work like real Blue Djinn from old days. I'm using clean Nekiro 1.5 772 downgrade with default npc libs from this distro. This npc should be able to buy or sell items only if the player have correct storage value. The...
  6. srunobantana

    [TFS 1.4.2] Installing and Compiling TFS on WSL (Windows Subsystem for Linux)

    Tutorial: Installing and Compiling TFS on WSL (Windows Subsystem for Linux) Step 1: Install WSL on Windows Open CMD in Windows as an administrator (Search for "Command Prompt" in the Start menu, right-click it, and choose "Run as administrator"). Install WSL by running the following command...
  7. J

    Lua Reborn system problem with items

    Hello I use TFS 1.5 by nekiro and I have reborn system local config = { talk = "!reset", resetCostItemId = 10558, newlevel = 8, redskull = true, battle = true, pz = true, healthPercent = 25, -- hp percentage (20%) manaPercent = 25, -- mp percentage (20%)...
  8. R

    TFS 1.6 client 13.10

    however, I installed tfs 1.6 for the 13.10 client. I downloaded this client, changed the IP via OTS IP Changer for Tibia 12+ (https://ots.me/ots-ip-changer-12/). everything works fine, I log in to the account and when I select a character there is an error that he is already logged in with this...
  9. Z

    OtClient 3.5 not assets found?

    Hi, i want to login on the TFS 1.7 server using OtClient/protocol 13.21, I have copied all files from Tibia 13.21 client to OtClient path: "otclient-3.5\data\things\1321". But still i get an error "Could'nt Load Assets", Where is a problem? On the other hands the same steps for 8.1 tibia client...
  10. leik meris

    Real Roulette System

    What I think when a server says it has a roulette system: 🤔🎉 But here's our roulette system: Fully developed in revscripts for TFS 1.4. Custom client module with a sleek, interactive interface. Real-time animations for spins and results. Bet options for numbers, colors (red/black), dozens...
  11. leik meris

    Anti-Bot System - Feedback Request

    Hello everyone! 👋 I'm an enthusiast and new to Lua scripting, and this is one of my first projects: an Anti-Bot System for an Open Tibia Server. I'm sharing it here to get your feedback, suggestions, and constructive criticism to improve it further. 😊 What Does It Do? The Anti-Bot System is...
  12. leik meris

    TFS 1.X+ Tile Validation Error: Difference Between "X" and "Ticks" on the Map

    Hello community, I'm experiencing an issue with my Tibia server (using TFS 1.4 and OTClientV8) related to tile validation on the map. I've attached two images to illustrate the problem: Some tiles are marked with "X" (screenshot taken in-game). The same tiles appear with "ticks" when viewed...
  13. sevengym

    help Disable exp stages/stamina for PvP exp [TFS 1.5 by Nekiro]

    How to make so Experience Stages and Stamina work only for Exp from monsters? Not for PvP exp. I set up a stable 3 level loss for death. But I cannot set up stable 1 level gain for kill because Stages and Stamina affect it in this line -- Experience stage multiplier exp = exp *...
  14. sevengym

    Help me fix the target switching in monster

    Hello I use TFS 1.5 by Nekiro, on my ots Trainers are made as monsters. I added a house trainer and I edited source code to allow interactions with it inside PZ. Everything works as excepted but not one thing. If i spawn the trainer in house it keeps switching targets if they are standing away...
  15. sevengym

    Pls help me with this code (House Training Dummy) its half-fixed.

    Inspired by this code link to post (btw i use tfs 1.5 by nekiro) I reworked the script to work like this: 1.Players can summon dummy only in houses. 2.Monster is attacking players in pz Before my change I couldnt spawn dummy in either PZ or house. I changed local creature =...
  16. Travisani

    TFS 1.X+ Npc Quentin Player Heal on Lua.

    Someone know how to do a heal and remove player condition like a real tibia on NPC's using TFS after say heal on temple npc? Using the last files: GitHub - otland/forgottenserver: A free and open-source MMORPG server emulator written in C++ (https://github.com/otland/forgottenserver) Not work...
  17. Jpstafe

    I want to know how to implement these functions that I am missing.

    Hello otland community, I'm working on a tfs 1.5 7.4, when I got it it had a custom map, but it didn't convince me.. and I'm trying to implement a 7.4 global map.. I took the global map here from the forum.. from a server that was uploaded recently, I'm talking about this server: EliteOts 7.72...
  18. Jpstafe

    How can I make it work 100%? TFS 1.5 7.4 map global

    Hello otland community, I have a question. I have a tfs 1.5 7.4 without a map, I have added a global map rl version 7.4, which I must take into account to add the quests and door accesses, because it seems very cumbersome to take quest by quest, door by door, lever by lever... Is there any ot...
  19. D

    Compiling TFS 1.6 on wsl ubuntu 24.04 returning cmake errors

    Hi folks, was compiling the new TFS 1.6 following the compiling instructions at Compiling on Linux & Mac OS X (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Linux-%26-Mac-OS-X-%28vcpkg%29) and got an erro I'm doing this on wsl ubuntu 24.04. After cloning the git repo for...
  20. T

    TFS 1.X+ Adding special skills to TFS 1.3 8.6

    Hello, I’m using a custom version of TFS 1.3 8.6 downgrade and I’m trying to add 10.94 special skills to my engine (critical hit, mana and life leech) However, I’m new at this GitHub thing so I don’t know if is this is the only commit I need to apply to have the system fully working or how can...
Back
Top