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

Search results

  1. Z

    C++ Party shared experience issue

    Unfortunately, I was not able to compile it after making the changes you suggested. Originally, despite the inclusion of shared and the information that it was enabled, the amount of exp the players received depended on how much damage they dealt to the pot (as if shared was not active) I use...
  2. Z

    C++ Party shared experience issue

    Oh sorry! I was going to write about it and it slipped my mind 😂 I would like to divide it equally among the number of members and add a bonus depending on the number of professions: Dragon (700 XP) : Party members (2) = 350 + bonus Dragon (700 XP) : Party members (3) = 233 + bonus . . ...
  3. Z

    C++ Party shared experience issue

    @dchampag There were a lot of errors, especially with one specific function when trying to compile. Normally, I try to handle such things myself, but in the case of shared, I prefer to ask so as not to spoil the code somehow, and in "certain situations" it won't work because of my actions.😅...
  4. Z

    C++ Party shared experience issue

    I tried to translate this code to my TFS 1.4.2 by making changes to party.cpp, but the shared code still didn't work as it should, maybe I'm doing something wrong or forgot something. I will upload Party Shared Exp in party.cpp. Maybe I have something configured differently in the code, if you...
  5. Z

    C++ Party shared experience issue

    Hi! :) Could this be used on TFS 1.4.2 otcv8 with the 10.98 engine? I checked my code and I have written the code differently, so theoretically I think it won't work in this version, but I'd rather ask someone smarter :D
  6. Z

    Protocol errors

    Hi. I have quite a lot of errors in the protocol and I don't know how to solve them. I have TFS 1.4.2 OTCv8 10.98 engine OTC logs: 1) ERROR: no thing at: [C++]: ?parseTileTransformThing@ProtocolGame@@AAEXABV?$shared_object_ptr@VInputMessage@@@stdext@@@Z 2) ERROR: no thing at pos:32837...
  7. Z

    OTClient Saved position of containers

    any idea how to fix it? :D
  8. Z

    TFS 1.X+ Pocket dummy training

    I would also like to ask if it is possible :D I use this script :D
  9. Z

    OTClient Saved position of containers

    Ok, what you wrote worked. It just started giving me errors with "subContainer" 1731016812 ps. "}" I had it corrected in the file. But that wasn't what was causing the error 😁
  10. Z

    OTClient Saved position of containers

    Hmm Ok, I'll check it when I get home :) i use this: Release The Forgotten Server 1.4.2 · otland/forgottenserver (https://github.com/otland/forgottenserver/releases/tag/v1.4.2) 1730875176
Back
Top