• 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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. G

    Error Compiling OTServer with TFS 1.5 in windows - Need Help

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

    Problems when talk with npc

    I'm using Sarah's source (TFS 1.5): GitHub - MillhioreBT/forgottenserver-downgrade: TFS Downgrade 1.5+ is an engine based on nekiro downgrade but highly updated with current tfs code, it also has the lua modules divided and uses lua5.4 (https://github.com/MillhioreBT/forgottenserver-downgrade)...
  8. J

    Reborn problem tfs 1.3

    Hello I have revescript reborn give damage and exp +10 all resets and I have problem I would like when player make reset back to level 8 with hp150 and mana 35 with bonuses(damage and exp) can somebody help me ?please My script local config = { talk = "!reset", storageResets =...
  9. sevengym

    Problem with showing items on new characters

    I'm on TFS 0.3.6 Custom Naruto OTS. I create a character and its showing that he has equipped exactly same items as my "admin" character. The items do not work, you cannot do anything with them. Its just a visual bug. I logged into the admin and took off the items. I logged back on the character...
  10. J

    Tfs 1.5 Reborn problem

    Hello I use Revescripts local resetSys = TalkAction("!reset") local config = { storageResets = 525000, backToLevel = 8, redskull = true, battle = true, pz = true, defaultGainMaxHealth = 0.3, defaultGainMaxMana = 0.3, resetCostItemId = 2157, -- Item ID required...
  11. Evil Hero

    The Forgotten Server 1.6

    Hello Folks~ It's been almost 3 long years since the release of 1.4.x We are here to happily announce the release of 1.6! From now on we are planning to have steadier (stable) releases. The development cycle will always be the odd number (ex: 1.7) while the (stable) release will be even (ex...
  12. danio4don

    TFS 1.X+ tfs 13.10 and znote error login

    Hello. After running the current 13.10 TFS server. in the client after logging in, shows the character selection. but when I want to log in to a given character, I get this error. https://prnt.sc/ypgGltoFbycq https://prnt.sc/snHvlSA0__1w https://prnt.sc/XZuAhFIuOGYa...
  13. J

    Tfs 1.5 by nekiro palladin no attack weapon when use pot

    Hello guys I use tfs 1.5 and I have problem whe palladin use potion sto attack from weapon how I can change this ? If I change in config.lua classicAttackSpeed = false to classicAttackSpeed = true Is every time lags when I add to weapons.xml swing="true" --- not working I try compile...
  14. J

    tfs 1.5 8.0 by nekiro problem with login

    Hello guys I download server and compile on ubuntu 22.04 and try login to game when i try login is error 20002 and in console is InvertibleRSAFunction: computational error during private key operation can help me ?
  15. M

    Can you move a spell's combat area after creating it with an array?

    Say I create a spell's combat area in its own lua file, like this: local circle = { {0, 0, 1, 0, 1, 0, 0}, {0, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1}, {0, 1, 1, 1, 3, 1, 0}, {1, 1, 1, 1, 1, 1, 1}, {0, 1, 1, 1, 1, 1, 0}, {0, 0, 1, 0, 1, 0, 0} } local combat =...
  16. leik meris

    TFS 1.X+ field damage 50% less damage

    Hello everyone, I use tfs 1.5 7.72 from nekiro. Does anyone know how to modify the damage reduction? <item id="1487" article="a" name="fire field"> <attribute key="type" value="magicfield" /> <attribute key="decayTo" value="1488" /> <attribute key="duration"...
  17. shakal1994

    CURRENT TFS WITH OTCLIENT V8

    I was thinking, if the current TFS had an OLD PROTOCOL option, so we could use the outdated SPR and DAT, wouldn't it bring more users? I'm not particularly using TFS because it doesn't have an editable client... Would a friend be able to make this change? With that, it would almost certainly...
  18. V

    Need HELP setting up TFS 1.4

    I tried to follow this tutorial, but I feel like it's missing some steps. I did everything correctly, it compiled and when I tried to open up the .exe I got absolutely nothing. OS: Windows 10 VS 2022 The 1.4 release has VC14 and when I try to compile that one on VS 2022 it fails. If I try it on...
  19. Humberd

    The Forgotten Server - TypeScript scripting environment

    The Forgotten Server - TypeScript scripting environment Link to a project -> GitHub - Humberd/forgottenserver-ts-scripting: Script your ForgottenServer with TypeScript! (https://github.com/Humberd/forgottenserver-ts-scripting) Note: It's the follow-up of my previous post My little project -...
  20. P

    Solved TFS 1.4 won't connect to database

    Hello, I am struggling with getting TFS set up. I am using Uniserver & znote. Here's what I've done so far: Edited both config files (config.lua & config.php) to have all mySql (localhost, root, pass, etc) info, correct server path imported both znote and tfs schemas created user in database...
Back
Top