Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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?
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...
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...
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...
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...
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...
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...
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)...
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...
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...
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.
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...
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:
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...
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...
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...
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.
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...
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...
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...