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

Recent content by dyl12189

  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

    First, thank you for all the help, I am new to this and not much of a programmer to begin with! So my quest.lua file should look like this? With the storageId matching what is in the storages.lua for both tibia tales and the exterminator quests/ if not Quests then Game.createQuest("Tibia...
  4. D

    TFS1.5 Downgraded to 8.6 Quest Log Support

    Sorry using tfs 1.5 downgraded to 8.6.
  5. 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...
  6. D

    Lua TFS1.5 Thais Lighthouse Quest Support

    that worked! thank you!
  7. D

    Lua TFS1.5 Thais Lighthouse Quest Support

    No console errors. Here is my actions.xml script: <action fromaid="50023" toaid="50024" script="quests/Thais/thaisLightHouseLever.lua" /> and a screenshot of the map from RME:
  8. 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 =...
  9. D

    Lua TFS1.5 Thais Lighthouse Quest Support

    Thank you for your reply @Heroid ! Maybe you can also help me with the next part of the quest, spawn the teleporter when hitting the next switch. Here is my full code so far: function onUse(player, item, fromPosition, target, toPosition, isHotkey) --first lever to open the ladder if...
  10. 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 =...
  11. 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...
  12. 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