• 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

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

    It may be due to a correction in the NPCs' libs that the NPCs cannot check the storage in travel mode[/CODE] 1718024693 It may be due to a correction in the NPCs' libs that the NPCs cannot check the storage in travel mode
  2. Forkz

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

    Hi otlanders, The NPC is not recognizing the storage, although I have it in the libs. data/lib/custom/storages.lua Storage = { WhiteRavenMonasteryQuest = { QuestLog = 50200, Passage = 50201, Diary = 50202 }, } Code npc: keywordHandler:addKeyword({'passage'}...
  3. Forkz

    TFS 0.X OTX Server 2.16 - doors behavior

    Hi otlanders, According to the title, I need to correct the doors to behave like "global" Tibia. I saw that in versions of TFS 1.0+ there are new behaviors, custom_door, key_door, level_door, quest_door. If anyone has already fixed this in their datapack and wants to share it with me I would...
  4. Forkz

    Linux OTS Restarter

    help?
  5. Forkz

    Linux OTS Restarter

    I'm getting this error -bash: ./restart.sh: /bin/bash^M: bad interpreter: No such file or directory
  6. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    Thank you for the feedback, it will be analyzed.
  7. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    - 🚨 Patch Note 0.01 🆕 Server Added "Death Fan" in Yurots City; Added Demon Legs Quest in Yurots City; Added Grotesque Moutain Quest in Yurots City; Added the houses of Ice City, Ghost City, Desert City; Added Bank Global System; Added to "Room Helmet of the Ancient" in Desert City; Added...
  8. Forkz

    AAC how add premium time in mysql

    I used this code below, but all accounts had 7 days of premium account, how do I get accounts that already have premium to add +7 instead of all having 7? UPDATE accounts SET premium_ends_at = UNIX_TIMESTAMP() + 86400 * 7
  9. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    Yes, we will maintain the essence, but there will be some new things. Thanks for the feedback.
  10. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    Thanks for the feedback, we will fix it
  11. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    Make your words mine. The YurOTS map was just used as a base, but it is a current server, with new systems, new maps, new monsters and a large amount of different content.
  12. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    I don't understand your ignorance regarding my server. I don't think it's written in anyone's mind that I or anyone else can't start a project. I don't care if your Yurots are original files or not, because the original files are outdated, my server brings something more current and different...
  13. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    Thank you very much!
  14. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    The two are very different servers. I appreciate the feedback.
  15. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    YurotsOnline General Information Dear Players, Brave adventurers, into this new world of magic and mystery! Today, the doors of our Yurots kingdom open, where courage is rewarded, challenges are overcome and friendships are forged in epic battles. Yurots is a classic Yurots map server...
  16. Forkz

    C++ TFS 1.5 downgrade nekiro - Add Effect use Teleport

    Hi otlanders, I would like to add the teleportation effect to my source when the player accesses a teleport or is moved somewhere, does anyone know where in the source I add this?
  17. Forkz

    Lua TFS 1.5 - Downgrade Nekiro - NPC Exchange x items for y items.

    -- Forkz local COOLDOWN_TIME = 3600 -- Defina o tempo de espera em segundos (3600 segundos = 1 hora) local topic = {} local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
Back
Top