• 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

    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?
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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)...
  9. Y

    Cannot connect with TFS client on a server hosted on a VM

    Hi, I compiled TFS on Ubuntu on a VM, moved the custom client to my host system, edited the IP to match the VM's, logged in, even showed the characters list, but upon entering it says the server is offline, meanwhile, I can play normally on my VM. I did the same with the leaked server files...
  10. Drucken

    Cast freezes after connection?

    I have a big question, I have tried to add several cast system to the "TFS 1. 5 downgraded by Nekiro", which is fine to some extent, the list, the commands, but when you connect to a character who is casting, everything is frozen, but still I can see the set that brings, his skills, capacity...
  11. S

    Cannot connect to the MySQL database. (MyAcc)

    Hello, I never had problem like this with website '_' I just want to change my acc to MyAcc but i get some errors; TFS 1.4 CONFIG LUA CONFIGURED PROPERTLY.
  12. K

    Mount for TFS 1.3

    Hi everyone, I'm building an OTserver 8.60 TFS 1.3. I wonder if you could help me with the mounts part. I downloaded the complete Global server that already comes with some mount settings, but it doesn't work. Probably some error in the 'addMount' function. These are the problems that are...
  13. G

    TFS 1.X+ + floors black screen in game what happened

    Hello everyone i have problem in map editor and in-game. How to fix it? -8 -9 and higher have smth like 'ghost floor' -7 -6 is total black i don't understand this problem IN-GAME: RME:
  14. H

    RevScripts [TFS 1.X] Duel system between players [WTRequest]

    TFS 1.X I think this is a revscript? I might be wrong.. I want to request an script that start a queue between 2 or more players like: Player1 says: !duel "Player2 this script should send a request modal window to Player2 to start fight against Player1[Lvl/voc], if this one click on accept then...
  15. vbest

    Solved [TFS 1.5] - Instantly Auto Kicked By Server.

    Hello otland! I've encountered something odd with TFS 1.5 Downgraded 7.72 Client. I was doing a pretty simply task by adding two new characters in my database through phpmyadmin, I then launched my server like I usually do and now I can't enter with any of my characters that was created before...
  16. Erambo

    TFS 1.X+ [TFS 1.5 / 7.72] cannot use object - transforms.lua

    Hello Otlanders, Issue: "You cannot use this object" - result when trying to use torch (itemId: 2050) Desc: There are some lack of id's in transform.lua I guess... Even that, when I've added id's for torch, it works but just to mid step, then the torch burned endlessly, probably I added id's...
  17. Zarosiano

    TFS 1.X+ [TFS1.4.2]HELP! Can anyone rate this script? (Quest Script .lua)

    This is a quest script from an NPC, everything works normally, however, when killing the mob, the message does not appear in the chat, and I also checked that it is not counting. I use the same script (changed storages) in other quests, and it works.
  18. almirtibiaalmir

    blank questlog

    Hello, i tryed the questlog step by step tutorial -> [Configuration] How to make a working Quest Log (https://otland.net/threads/configuration-how-to-make-a-working-quest-log.143683/) tfs 1.5 nekiros downgrade. the quest works now, and the quest update appears, but the questlog is still...
  19. almirtibiaalmir

    NPC Mission Storage TFS 1.5 Nekiros downgrade

    Hello everyone, i tryed this tutorial, to learn how to create quests. TFS 1.X+ - Guide step by step to quest & quest log (https://otland.net/threads/guide-step-by-step-to-quest-quest-log.279878/) I have a problem with the npc script: local keywordHandler = KeywordHandler:new() local...
  20. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    So friends, this is the code.lua of an npc. He recognizes the storage and the item, takes the item and says something. I tested it, it works in relation to reading the item, removing it, but in the part That text doesn't appear on the NPC, just an empty box. I'm learning how to create code so...
Back
Top