• 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 Convert NPC Cipsoft to TFS 1.x+

    Hello, Otlanders! Is there any CipSoft software or NPC files converted to TFS 1.x or higher?
  2. Forkz

    OTClient OTClientv8 Compile - 2025

    Hi otlanders, https://github.com/OTCv8/otcv8-dev Can anyone compile otclientv8 in 2025? I think some libraries are outdated. I'm having trouble compiling.
  3. Forkz

    Cipsoft Client 8.6 - Uint64_t

    Hi otlanders, Does anyone know how to edit the Cipsoft 8.6 client to use more than 32-bit numbers? For example, the maximum recognized gold is 2B. Has anyone modified anything along these lines and would like to help me?
  4. Forkz

    TFS 1.X+ TFS 1.5 - Exercise Training

    Hi otlanders, My physical training script is only checking to attack on the next attack, I would like it to stop attacking when the player moves, is there a function for this? For example, if the player moves he will immediately stop attacking. local skills = { [5132] = {id = SKILL_SWORD...
  5. Forkz

    TFS 1.X+ TFS 1.5 - floorchange +1

    Hi otlanders, As in the image when I climb the ladder, instead of climbing to the next scm, it is walking 2 scm. Could someone help me?
  6. Forkz

    Lua [MAP] Warzone convert 7.6

    Hi otlanders, Does anyone have the warzone map converted to version 7.6~7.72?
  7. Forkz

    TFS-1.5-Downgrades - Market System

    Hi otlanders, After a long time looking for this system, I saw that it would not be available in the community, only people wanting to sell it and today, I will post it for free to the entire community. What was done: The object builder source was edited to read the "market" in the .dat and the...
  8. Forkz

    Compiling Tutorial do Compile Object Builder 2025

    Hi otlanders, https://github.com/punkice3407/ObjectBuilder Could someone create a tutorial on how to compile the object builder in 2025, as the tutorial in the readme is not up to date?
  9. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro 772 - Dont Work showTextDialog

    Hi otlanders, After I added the system below, my "player:showTextDialog" stopped working, I did the tests and that is really the reason, but I didn't find out why. https://github.com/OTAcademy/otclientv8/pull/29...
  10. Forkz

    C++ TFS 1.5 Downgrade Nekiro - Monsters do not retreat over fields

    Hi otlanders, I noticed that after some system modifications in the source, monsters that have target distance do not "retreat" over fields, but when they are attacking they pass over the fields. creature.cpp https://gist.github.com/gianpeiter/ffc913320a291674ac507217d6e85fc3 Has anyone...
  11. Forkz

    C++ Boss Reward System BlackTek-Server

    Hi otlanders, https://github.com/Black-Tek/BlackTek-Server/commit/0da6263793355166765cfba7cd4f09144584b1a3 Has anyone tested the BlackTek-Server Boss Reward System on TFS 1.5 downgrade nekiro?
  12. Forkz

    RevScripts TFS 1.5 Downgrade Nekiro - Fast Spawn PlayerOnline

    Hi otlanders, I would like to add a "configurable" script so I can edit how many times the Spawn rate is on the server, for example if there are 0 to 50 players online it will be 1x, if there are 51~100 it will be 2x and so on.
  13. Forkz

    OTClient Player Online Background

    Hi otlander, I want to use the playeronline api in the otclient background, but I made the settings and it still has 0 online players. Which link do I have to use in "curl_setopt($ch, CURLOPT_URL"? <?php $online_otservlist = 0; try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL...
  14. Forkz

    TFS 1.X+ Forgottenserver - Exercise Dummy

    Does anyone know if TFS has already made the exercise dummy available in the original repository?
  15. Forkz

    OTClient Not Work Using rune on Yourself

    Hi otlanders, I'm using the client https://otland.net/threads/otclient-classic-ui.279994/ but I changed the game_hotkeys to otclient v8 to use the hotkeys. Target hotkeys work normally, but On Yourself hotkeys don't work, could someone help me? 1734539318 I got it, just comment out...
  16. Forkz

    Compiling Dev Cpp - Yurots 0.9.4f - Configuration

    Hi otlanders, I'm looking for a dev-cpp already configured to source yurots-0.9.4f! If anyone has it in their old files and wants to make it available, I would be grateful.
  17. Forkz

    Lua TFS 1.5 - Downgrade Nekiro - Koshei the Deathless Room

    Hi otlanders, Does anyone have the script for the real behavior of the Koshei the Deathless room in Tibia Global?
  18. 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"?
  19. 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.
  20. 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'}...
Back
Top