• 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!

Search results

  1. D

    TFS 1.X+ TFS1.5 Is there a way to change a storage value if a player is killed by a certain monster?

    Hello, I am trying to change the value of a player's storage if they are killed by a monster (for the Svargrond arena) but I am not sure how to do it. Thank you for any help!
  2. D

    Lua TFS1.5 Downgraded to 8.6 Postman Quest Support

    I am trying to add the postman quest but I can't get the quest storage to update when traveling by boat for the first mission. Here is my code for Captain Bluebear.lua: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  3. D

    TFS1.5 Downgraded to 8.6 Quest Log Support

    I am trying to add quests to the quest log but I can't seem to get them to appear in game. Specifically I have been trying with The Exterminator quest in Tibia tales. The quest works fine and I am able to complete it. There is even a pop up at each section saying quest log has been updated. I...
  4. D

    Lua TFS1.5 Thais Lighthouse Quest Support

    I am trying to have the portal appear when someone is hits the lever after the hidden stairs. Here is my code so far: function onUse(player, item, fromPosition, target, toPosition, isHotkey) --first lever to open the ladder if item.actionid == 50023 then local laddertile =...
  5. D

    Lua TFS1.5 Thais Lighthouse Quest Support

    I am trying to have the staircase appear when someone is standing on the stone tile switch. Currently my code is: function onUse(player, item, fromPosition, target, toPosition, isHotkey) --Step on tile to open stairwell if item.actionid == 1000 then local stairtile =...
  6. D

    TFS 1.X+ The Forgotten Server - Version 1.5 (Nekiro's 8.60 downgrade & Movie Updates) Script Errors

    Hello Everyone, I have been able to compile The Forgotten Server - Version 1.5 (Nekiro's 8.60 downgrade & Movie Updates) Script Errors but when I run the server I get the following script errors. I believe the first one is the most problematic one. Even though it says the server is up, I can't...
  7. D

    TFS 1.X+ TFS 1.5 downgrade to 8.6 not compiling

    Hello Everyone, When trying to compile TFS-1.5 downgrade to 8.6, I have been getting the error that the system cannot find the file theforgottenserver-x64.exe. Has anyone ran into this before? I am not sure where to go from here as I've followed the wiki multiple times. Any help would be...
Back
Top