• 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. 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
  16. n3crozzy

    TFS 1.X+ Changing the protocol to 7.6 and map editor availability

    This looks great, thank you for the source, I’ll probably use it! I was mainly looking for the CipSoft atmosphere, and I see there’s something like that. No hotkeys and no unnecessary extra stuff, which is exactly what I need. Thanks again! In general, I would ask that the topic not be closed...
  17. n3crozzy

    TFS 1.X+ Changing the protocol to 7.6 and map editor availability

    Thanks for the input! I think I’ll stick with 7.72 and switch to OTClient, as it seems like the easiest option. I’m just not sure which source to download for OTC. Do you have any recommendations on where I can find a good version of OTClient for 7.72?
  18. n3crozzy

    TFS 1.X+ Changing the protocol to 7.6 and map editor availability

    @3alola1 Thank you for your response, I'll check how it looks from the vocation.xml side. As for your suggestion about switching to OTc, I’ll think about it some more. Even if I decide to go with that option, I’d probably have to add or modify something in the source for the client to work with...
  19. n3crozzy

    TFS 1.X+ Changing the protocol to 7.6 and map editor availability

    Hello everyone, I'm working on a server based on protocol 7.72, but I'm wondering if switching to 7.6 could be a good idea. I'd like to ask if this change could make it easier to find an appropriate map editor and improve other aspects of the server. Protocol change in Source – I'm wondering...
  20. n3crozzy

    Hire me - fully configuration

    I've been using the service and can definitely recommend it! Great knowledge of Tibia server configuration, everything is done efficiently and professionally. The server runs smoothly, and any technical issues are quickly taken care of. We've been working together for a while now, and I can...
Back
Top