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

Recent content by n3crozzy

  1. n3crozzy

    Redskull dead body

    Delete this line? I want items not to drop from a player who has rs else if skull < SKULL_RED change? else if(skull == SKULL_RED) else if skull < SKULL_RED or else ?
  2. n3crozzy

    Redskull dead body

    Hi, what could be wrong? Could someone help me solve this situation by killing a player with a red skull? The red-skulled player shouldn't lose anything, but let's not go overboard—let them leave a body! :D Clean player.cpp file bool Player::onDeath() { Item *preventLoss = NULL...
  3. n3crozzy

    TFS 1.5 PZ Icon Not Showing [ICON_PIGEON]

    in console DEBUG: Player Bbnd is in PZ. Sending the icon! DEBUG: Icons sent to the client: 256 Yes, the issue lies on the client side.
  4. n3crozzy

    Compiling tfs 1.5 downgraded Problem Boost..

    I will try this source: Zippyshare - TFS-1.5-Downgrades-8.60.zip (https://zippyshare.day/SonnVq42vPwoMJS/file) No errors, I used it myself. 100% functional. Let me know if it works.
  5. n3crozzy

    Cannot buy 'egg' from NPC

    Try it in lua script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local shopModule = ShopModule:new() npcHandler:addModule(shopModule) shopModule:addBuyableItem({'egg'}, 2695, 2, 'egg')...
  6. n3crozzy

    Compiling tfs 1.5 downgraded Problem Boost..

    sudo apt-get update sudo apt-get install gzip 1740302913 In the console you have written where to search. You have the file name and path position. Remember to make copies of your files!
  7. n3crozzy

    Compiling tfs 1.5 downgraded Problem Boost..

    Check: sudo apt update sudo apt install libboost-all-dev Try running CMake again. If the problem persists: Manually enter the path to Boost cmake .. -DBOOST_ROOT=/usr/include/boost -DBoost_NO_BOOST_CMAKE=ON Try installing the necessary packages: sudo apt install libboost-filesystem-dev Final...
  8. n3crozzy

    TFS 1.5 PZ Icon Not Showing [ICON_PIGEON]

    I’ll sit down to this soon and try to figure it out. I’ll be digging into the following files: player.cpp, condition.h, condition.cpp, game.cpp, const.h. I'm in the process of compiling :D
  9. n3crozzy

    TFS 0.X PVP Enforced

    Hello, A level 16 player who kills a level 14 player gets no experience. I have the ranges set to 0.
  10. n3crozzy

    TFS 1.X+ cannot find -llibmariadb while compiling tfs on debian11

    Install the MariaDB library: sudo apt-get install libmariadb-dev Modify the CMakeLists.txt or Makefile where you link the libraries: Change -llibmariadb to -lmariadb
  11. n3crozzy

    How to compile this TFS in ubuntu?

    Hello, for Ubuntu 22.04, Install dependencies sudo apt update && sudo apt upgrade sudo apt install cmake g++ make git libboost-all-dev libpugixml-dev \ libcrypto++-dev libssl-dev zlib1g-dev libmariadb-dev-kompatybilność \ libmariadb-dev libfmt-dev libspdlog-dev libluajit-5.1-dev git clone...
  12. n3crozzy

    TFS 1.X+ TFS 1.5 NEKIERO 8.60 ERROR COMPILATION

    Hello. Try : https://zippyshare.day/SonnVq42vPwoMJS/file I used them, clean source without compilation issues (errors fixed).
  13. n3crozzy

    TFS 0.X PVP Enforced

    The XP gain mode for kills is working. I messed things up. Damn, I have one serious problem related to the server restarting on its own. It's about global save, shutdown, and restarting the server. It shuts down the server but doesn’t restart it. The same goes for the /reload all command—it...
  14. n3crozzy

    TFS 0.X PVP Enforced

    Hello everyone! 👋 I have an Open Tibia Server 7.72 (OTX 0.3.7) and I would like to set PVP Enforced, which is the mode where players can fight each other and also receive experience for killing another player. However, I have a problem – I can’t set PVP Enforced in a way that players get...
  15. n3crozzy

    TFS 1.5 PZ Icon Not Showing [ICON_PIGEON]

    PI'm getting back on topic. I don't have an icon
Back
Top