• 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. J

    New Ooutfits Tfs 0.4 Problem

    Hello guys I use TFS 0.4 tibia 8.6 and I Have 25 Addons When I add one more so is 26 I cant see last one (new addon) and this is maximum or I can add more?? my script Outfits.xml is: <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"/> <list...
  2. J

    events timer

    Hello I use TFS 0.4 and I have problem with timer events script I have Error in console and script not working can anyone help me ?please my script in globalevents is : local EventsListalist = { {time = "01:00", name = "Snowball Event"}, {time = "02:00", name =...
  3. J

    !frags problem tfs 04 3777

    Hello guy I use tfs 0.4 tibia 8.6 And When Player have Redskull I remove Comand !remove skull Script --- skull remover by kakilo - quinto script function onSay(cid, words, param, channel) if (getCreatureSkullType(cid) == SKULL_BLACK) then if doPlayerRemoveMoney(cid, 100000000) then...
  4. Travisani

    TFS 1.X+ How to declare an summons counter for my spells?

    I tryied to do a script for make a random summon. But i got this error: [error] Lua script error: error... boss_summon.lua:14: attempt to compare nil with number stack traceback: [C]: in function '__lt' ...boss_summon.lua:14: in function boss_summon.lua:10 local combat =...
  5. J

    Problem autoloot

    Hello guys I have problem with autoloot I use Tfs 0.4 tibia 8. 6 I have error in console like that My script is -- Sistema de auto loot criado por Henrique Matheus - HServers local tabela = {} local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 0442002) ~=...
  6. J

    Debug after Clean map

    Hello I use TFS 0.4 3777 tibia 8.6 and I have problem Because ,after clean map sometime players Have debug ,or Stay in 1 sqm and not walk and is like that after clean what you thing about this?what is problem?where I can looking for problem?no error in console Can somebody help me?please...
  7. danio4don

    ubuntu 22.04 run tfs and refresh myaac. server shudowns error

    Ubuntu 22.04 when you run the TFS server and refresh the website is the server is off with this error in the console https://prnt.sc/VzVLRk7m96xM git https://github.com/otland/forgottenserver/issues/4533
  8. Jpstafe

    I have many errors when compiling this server.. what am I doing wrong?

    Hi otland community, I've decided to move to tfs, and I'm trying to build this server: GitHub - ErikasKontenis/SabrehavenServer (https://github.com/ErikasKontenis/SabrehavenServer/tree/master) I have downloaded the boost and the TFS SDK from this link: Compiling on Windows...
  9. R

    26.08.2023 TFS NEKIRO 7.72 <fmt> lib problem

    Hey, I've just followed the Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) tutorial. I've succesfully went through all the steps, however when I tried building the Nekiro 1.5 TFS 7.72 downgrade i've encountered few errors: Severity...
  10. J

    Error mysql in my console

    Hello guys I have problem,I use tfs 0.4and when I turn on my server is error in console How I can fix it?Be cause I can not find how I can do it
  11. J

    Autoloot problem

    Hello guys I use tfs 0.4 8.6 and I have problem with autoloot I see sometime error in console can somebody help me?please <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Loot System" version="1.0" author="Vodkart And Mkalo" contact="none.com" enabled="yes"> <config...
  12. J

    New money tfs 0.4

    Nie I can add new Money to my server Golden nuggets? Id 2157 ? I MUST COMPILE ENGINE ?
  13. J

    Compile TFS1.5 on windows problem

    Hello Guys I try Compile TFS1.5 by nekiro on windows and When Instal libraries I have like that Error Somebody Can help me ?or meybe you have clean ready tfs1.5.exe?
  14. M

    Tfs1.2 problem with clean and save Server

    Hello everyone Guys ,I start my new project Server 8.6 TFS 1.2 and I have problem Because I dont have Save for 1hours and clean map ,when I restart Server Dont save he ,I was looking for scripts in google but I can not find ,Can somebody help me ?Please ,because I dont have power All the time...
  15. J

    Cast System Problem

    Hello guys i wouldlike if player have a cast on Everybody see on site ,I have Page ,query but have a problem with globalevents [0:18:47] [Error - GlobalEvent Interface] [0:18:47] data/globalevents/scripts/cast.lua:onThink [0:18:47] Description: [0:18:47] data/globalevents/scripts/cast.lua:4...
  16. Hashcube

    TFS 1.X+ Switch script not working tfs 1.5 (8.0 by Nekiro)

    Hi. I struggle to make my switch work. Tried so far a lot of scripts and wrote some code on my own but nothing worked. What I try to achieve is if player uses switch, then door on positon XYZ transforms from closed to open. Procedure: In RME set action id 9002 on switch add <action...
  17. T

    TFS 1.X+ Already set up a 10.98 server, need help with 12.87

    Hello, please bear in mind I don't know much about anything, explaining like i'm 5 might help. I've been setting up a private 10.98 server to play with my brother, using tfs 1.4.2, orts2 , xampp and gesior, and have it working without problems, but functionality in 1098 client isn't great...
  18. leik meris

    TFS 1.X+ spell area different damage ErikasKontenis version

    Hello everyone, I am investigating how to fix the area damage in an equal damage, currently it is like this, see image. does anyone know the solution to what I want??, thanks I am using this version GitHub - ErikasKontenis/SabrehavenServer...
  19. E

    Quick questions (RME version & Canary)

    Hey. Converting a map made for 10.10 should work for latest TFS or no? Too big jump? Also is TFS dev not active anymore? Canary uses other tools for developing of what I've seen, editors/tools etc. What are your view and opinion between the servers and has anyone discussed earlier about the...
  20. gabrielsaintz

    TFS 1.X+ Fix Spell tfs 1.4.2

    What's up guys! I have a Spell but I wanted it to follow my character, can someone tell me a way to do that? Code: function spellCallback(cid, position, count) if Creature(cid) then if count > 0 or math.random(0, 1) == 1 then position:sendMagicEffect(CONST_ME_HITBYFIRE)...
Back
Top