• 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 NEKIRO 8.60 Push Target player exhausted when attack

    https://otland.net/threads/push-target-player-exausted.287500/
  2. Forkz

    TFS 1.X+ TFS 1.5 NEKIRO 8.60 Push Target player exhausted when attack

    https://github.com/otland/forgottenserver/pull/4677
  3. 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?
  4. Forkz

    Compiling [C++] TFS 0.3.6 - 8.60 I would like a casting system like the one at baiak-ilusion.com.br that gives 25% experience to players who start a casting.

    Hiho! https://github.com/mattyx14/otxserver/blob/4679e55ae498df394e615a6b123fa7570d958c6c/config.lua#L34C1-L34C10 https://github.com/mattyx14/otxserver/blob/4679e55ae498df394e615a6b123fa7570d958c6c/config.lua#L35...
  5. Forkz

    TFS 1.2 downgrade by cleohere mount system

    Send msg me!
  6. Forkz

    Otclient Classic UI

    Sources?
  7. Forkz

    Otclient Classic UI

    Is there a repository where you are getting updates for this client?
  8. Forkz

    TFS-1.5-Downgrades - Market System

    You can grab the commit from version 7.72; there won't be much difference in the code.
  9. Forkz

    TFS 0.X TFS 0.3.6 - 8.60 on look problem on look [Frags: 0 - Deaths: 0] on other player

    I advise doing it via storage, especially on servers with thousands of players where this version has a look script, as each database query ends up overloading the server.
  10. Forkz

    help to fix opcode in otx2

    I'll sort it out, if anyone else has the same problem, feel free to contact me!
  11. Forkz

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    Could someone please share the TVP map editor?
  12. Forkz

    Problem with compiling OTClient on Windows

    https://tibiadevs.com/forums/topic/19-como-compilar-otcv8-pc-e-mobile-vs2022/
  13. Forkz

    Solved error while create character ZNOTE ACC

    You need to correct the query where you add the "autoloot" to the database during character creation.
  14. Forkz

    Looking for YurOTS 0.9.4d version

    This version is the clean one. there's a source of illusion that gives it quite a few new features.
  15. Forkz

    Remere - showing light effects

    https://github.com/hampusborgos/rme/releases/tag/v3.7
  16. Forkz

    Remere - showing light effects

    Yes, the rme ot academy offers an option regarding light. https://github.com/OTAcademy/RME
  17. Forkz

    RevScripts BLOCK MC PVP

    You can use the function below to perform these checks before attacking the target. bool Player::setAttackedCreature(Creature* creature) { if (!Creature::setAttackedCreature(creature)) { sendCancelTarget(); return false; } if (chaseMode && creature) { if...
  18. 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.
  19. Forkz

    [OTX 2] ERROR ACCOUNT MANAGER SPAMMING MESSAGE

    doPlayerSay(players[1], ...) is using the first online player (even if it's the Account Manager) to be the "mouth" of the message. In OTServ, the Account Manager also counts as an online player, so when only they are online, they are the one who speaks the messages.
Back
Top