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

  1. Paxiz

    TFS 1.3 Random Teleport

    Script random_teleport.lua in your movements: local TELEPORT_DESTINATIONS = { Position(1000, 1000, 7), -- teleport 1 Position(1020, 1020, 7), -- teleport 2 Position(1025, 1025, 7), -- teleport 3 Position(1030, 1030, 7) -- teleport 4 } function onStepIn(creature, item...
  2. Paxiz

    Teleport with level range TFS1.3

    local destinations = { [1] = Position(500, 500, 7), -- level 1–50 [2] = Position(1000, 1000, 7), -- level 51–100 [3] = Position(1500, 1500, 7), -- level 100+ } function onStepIn(creature, item, position, fromPosition) if not creature:isPlayer() then return true end...
  3. R

    Lua [Canary] [TFS 1.3] EXP Boost

    Hi. I downloaded script for Canary server for EXP Boost, but i have a problem. When i use scroll (ID: 22772) in console i got this error: [2025-11-02 11:42:00.065] [error] Lua script error: scriptInterface: [Scripts Interface] scriptId...
  4. Just Pietros

    TFS 1.X+ TFS LETTER OTCV8 ERoRR

    When I try to open the letter book in the client, I get an error, and I cannot save anything in it or it does not save. TFS 1.5 7.72
  5. Berciq

    Lua Raid Call Off in TFS 1.3

    Hey, I have simple raid on rookgaard that rats appear in waves on specified area. I wanted to call off this raid when after 30 minutes rats has not been slayed. I also wanted to reward participants if they killed all the rats and then to call it off. I recieve error in server console: Error...
  6. srunobantana

    Lua [TFS 1.3] Buff Aura + MagicLevel

    How I want the spell to behave: When the player uses this ability, they will begin a transformation process. As they evolve, a unique aura will be added with each new form, reflecting Goku's growing power. Additionally, their Magic Level will increase by +5 with each transformation...
  7. J

    TFS 1.X+ Monster spell is damaging players inside PZ

    Hello, i was trying to do a monster spell that would hit all players within specific range using Game.getSpectators() after delay using addEvent. However not sure why when using combat:execute(parameters.creatureId, Variant(player:getId())) it will attack player even if he's standing in...
  8. Berciq

    TFS 1.X+ Convert SKILLS/ML/ADD ITEMS when change vocation like on Dawnport TFS 1.3

    Hey, after 4 days and like 20 hours of fighting with (and against) chat, I gave up as it continously loops with suggesting same mistakes and errors. I use TFS 1.3 but i think I'm missing some methods calls etc but i'm afraid to update it or change as everything for now works on my server What...
  9. richardestro

    Error with firestorm Revscript

    Hey buddies, I'm trying to use this Revscript for firestorm event: --[[ Credits: Sarah Wesker Version: 1.2 Compat: TFS 1.3 Create: December 2020 ]]-- local config = { miscellaneous = { name = "FireStorm", -- event name talkaction = "!firestorm", --...
  10. ghunalma

    Life Steal Spell Necromancer Class

    Hi guys, is my first post on this forum in many years. I need a help with my necro skill life steal. i'm making one, it's causing dmg(dot) but dont return the healing. Anyone can help me? In this case, it's causing dot dmg without calculate damage and a fix heal rate. I want to do this, causing...
  11. J

    Server Side Shaders

    Hey, I have looked for hours on this site and cant seem to find anything. I want to add shaders to my server. I use OTCv8 TFS, so 1.3, and OTCv8 Client, i know it has locally saves shaders installed in the client, but i would like to be able to add them server side so people can earn them and...
  12. Yan18

    TFS 1.X+ [TFS 1.3] Doubt in a verification inside the function combatChangeHealth from game.cpp

    Hello there I have a doubt in the following verification inside the function Game::combatChangeHealth from game.cpp: if (damage.origin != ORIGIN_NONE) { const auto& events = target->getCreatureEvents(CREATURE_EVENT_HEALTHCHANGE); if (!events.empty())...
  13. 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...
  14. almirtibiaalmir

    Looking for Teambattle Event

    Hello, im looking for a teambattle event. like Blue vs red who has the most kills win if you die u respawn again something like that. If you have such a script msg me, and tell me your price. Im using tfs 1.5 nekiros downagrade 8.6. Thank you, regards Almir
  15. D

    TFS 1.3 8.6 MOUNT SYSTEM

    Hello, I'm looking to use the tfs 1.3 downgrade 8.6 mount system I already have a sprite added for testing, but when I use outfit.lookMount = ID it doesn't work. Can anyone shed some light on how to resolve this?
  16. W

    character list not appears client 12.51

    Hello well, recently after a long time putting ots 8.60 online, I decided to take a chance on the new versions, and looking at me my hd had an otg-premium 12.51 tfs 1.3 I took a risk putting it on my vps after many connection errors and a lot of struggle with gesior I managed to get both...
  17. D

    [TFS 1.3] [8.3] [SOURCE] [CONTAINER] Container Error

    Hi, I ran into a problem that I still don't know how to solve. I'm using TFS 1.3 Downgrade 8.6 Github below. https://github.com/moviebr/baiakthunder/blob/master/src/container.cpp My server crashed and when I saw the logs I came across a problem in the source in the file container.cpp line 681
  18. D

    TFS 1.3 MONSTER DELAY TO ATTACK PLAYER

    Hello, I'm using TFS 1.3 downgrade to 8.6. I have a problem, my monsters visualize the player are walking from one side to the other and after a long time attacks the player. This happens sometimes as if he had a chance to attack the player, he keeps moving away from the player then he goes and...
  19. D

    TFS 1.3 EXECUTABLE AUTOMATICALLY CLOSE AFTER HOURS

    I have a problem with the tfs 1.3 executable. I'm using Windows, this usually happens at dawn, I open the server and I go to sleep I do this to check for errors in any script, whenever I wake up and I see the executable has closed :( Is there a log file where I can see these errors? What could...
  20. alejandro762

    [Monster:onDropLoot] - Could not add loot item to corpse

    Hello, I try to understand this error, I read on the forum the onDropLoot would come from the monster.lua , having made no changes, because I am not an expert, I do not understand what causes this error, is it by lack of space in the monster when it dies, or by the option in the config.lua...
Back
Top