• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Forkz

    Lua TFS 1.5 - Downgrade Nekiro 8.6 - Action item "tree" container

    I couldn't do this, could someone experienced help me?
  2. Forkz

    C++ [TFS 1.3] Charges are not removed from custom weapon type

    config.lua, Check if you are about to remove charges for items "removeWeaponCharges"
  3. Forkz

    Lua TFS 1.5 - Downgrade Nekiro 8.6 - Action item "tree" container

    I already have this key in items.xml 1719258254 I found the function in the source "luaGameCreateContainer", I will test it and return the result
  4. Forkz

    Lua TFS 1.5 - Downgrade Nekiro 8.6 - Action item "tree" container

    Hello otlanders, I need to make a tree that after using it, it opens a container, like a backpack, is there this possibility even though the .dat is not a "container"?
  5. Forkz

    Tfs 1.2 Reward Chest

    Did anyone downgrade nekiro to TFS 1.5 from 8.6?
  6. Forkz

    TFS 1.X+ Help with recent memory commit logs

    my server has between 2~3% CPU usage, with the test I did it goes to 17%~ and I did the same test with the updates it went from 17% to 70%.
  7. Forkz

    TFS 1.X+ Help with recent memory commit logs

    mine is 2~3%
  8. Forkz

    TFS 1.X+ Help with recent memory commit logs

    Yes, I made the changes
  9. Forkz

    TFS 1.X+ Help with recent memory commit logs

    I made all the monster pathfinding commits, it went from 17% CPU usage to 70%, so I don't recommend making these changes to the nekiro src.
  10. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - NPC does not recognize storage

    Solved keywordhandler.lua -- Advanced NPC System by Jiddo if not KeywordHandler then KeywordNode = { keywords = nil, callback = nil, parameters = nil, children = nil, parent = nil, condition = nil, action = nil } -- Created...
  11. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - Bug Campfire

    I believe that just removing the "field" item, because as it is the true mechanic
  12. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - Bug Campfire

    The destroy field issue doesn't work, but magicwall removes the campfire.
  13. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - Bug Campfire

    The campfire is part of the banshee quest, then malicious players throw magic wall on top of the campfire and "remove" them, the next players are unable to do the quest.
  14. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - Bug Campfire

    It doesn't make much sense, since this is part of a quest.
  15. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - Bug Campfire

    hi otlanders, I'm experiencing a bug and I can't resolve it, I'll send images to understand better. If you throw a magic wall on top of a campfire, after the magicwall's time expires, the campfire is removed. I already tried to correct this error in the source, but I was unsuccessful.
  16. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - NPC does not recognize storage

    Is there any way I can add this to my server for it to work? What files will I have to pass?
  17. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - NPC does not recognize storage

    I'm using TFS 1.5 Nekiro downgrade NPC system, and it's not working the npc does not recognize the storage on travel 1718188900 I tested the first script you sent, the npc worked, regardless of whether it had storage or not, maybe that's why when you tested it and it worked. 1718188993 Below is...
  18. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - NPC does not recognize storage

    Not work, this "onTravelCondition" function does not exist in my datapack
Back
Top