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

cpp

  1. Humberd

    The Forgotten Server - TypeScript scripting environment

    The Forgotten Server - TypeScript scripting environment Link to a project -> GitHub - Humberd/forgottenserver-ts-scripting: Script your ForgottenServer with TypeScript! (https://github.com/Humberd/forgottenserver-ts-scripting) Note: It's the follow-up of my previous post My little project -...
  2. almirtibiaalmir

    C++ Remove block spawn

    Hello, i looked around the forum but not found an solution for me. I want to remove the block spawn if an player is on the screen. tfs 1.5 Nekiro Downgrade client 8.6 thanks for any help. here spawn.cpp: /** * The Forgotten Server - a free and open-source MMORPG server emulator *...
  3. D

    [TFS 1.3] [8.3] [SOURCE] [CONTAINER] Container Error

    Hi, I ran into a problem that I still don't know how to solve. I'm using TFS 1.3 Downgrade 8.6 Github below. https://github.com/moviebr/baiakthunder/blob/master/src/container.cpp My server crashed and when I saw the logs I came across a problem in the source in the file container.cpp line 681
  4. Source

    Source's custom OT game engine (TypeScriptFTW)

    I've been working a little over a year or so on my own game engine from scratch written mainly in C/C++ possibly with some non-Lua scripting in there. Thought I'd share a few random videos here for fun from 2021 before the year ends. It runs natively on Windows, Linux, and probably MacOS as well...
  5. ZeroSkyer

    TFS 1.X+ Exhaust Equip c++

    Hello, currently I have exhausted the equip hotkey, now I am trying to move the exhaust for each slot since the idea is to exhaust the rings and amulets but not the equip hotkey in general but I can not do it, someone who can help me? if (player->isMoveExhausted()) {...
  6. anyeor

    Programmer Help with compilation! PRIZE 50$

    Hello, i need help with compilation! My CPP File: ////////////////////////////////////////////////////////////////////// // OpenT - Pastebin.com (https://pastebin.com/LmhaBt5h) My Errors: otserv.cpp:147:2: error: ‘sigh’ does not name a type sigh.sa_handler = SI - Pastebin.com...
  7. Snavy

    Linux NPC - walkable

    It turns out that my previous solution for the same problem hasn't worked out that well.. There seem to be more than one or two NPCs that are walkable... so I've decided to read the part of cpp code where it check wether the NPC is walkable or not and I've been thinking if it would be a good...
  8. Snavy

    GDB Errors

    So my server froze and I use GDB to check for errors and understood ... nothing and thats why i came here, asking you guys to help me figure out what the errors are whining about: #0 0x00007f02ecfbc14c in recv () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f02eed5cf5b in vio_read () from...
  9. hodleo

    Fix/Patch Exiva long names on TFS 1.x

    According to Tibia, the limit of characters in the player's name is 29. If you try to cast exiva on names longer than 20 characters in TFS 1.x it simply doesn't work or tells you player isn't online. This quick workaround fixed it and it might be useful for those who allow players to have long...
Back
Top