• 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. M4rcin

    Programmer Tfs 1.3 work with multi-cores

    If you want to use parallelism you'll be good to go with just the C++17 algorithms library. https://devblogs.microsoft.com/cppblog/using-c17-parallel-algorithms-for-better-performance/ First of all, tfs is not single-threaded and there are no other bottlenecks (except db maybe?) that could be...
  2. M4rcin

    [13.21.13839][RLMAP] Fastest way to run Local Server

    I hope it comes with my pronouns! Cool tutorial, keep up the good job :)
  3. M4rcin

    [CANADA][CUSTOM] Darkrest Online

    It's definitely one of the most interesting servers launching this fall. Are you guys going to stick with item hotkeys or was that just a beta thing? @Darkrest
  4. M4rcin

    Could someone help me with C++ compiling error?

    luaopen_loadlib is not declared in your scope, probably misconfigured project or the wrong version of libraries. PS: Don't use outdated engines, you will have more issues with packages and stuff. If you are new use the main branch, because if you try to cut corners you will end up with even...
  5. M4rcin

    OTClient OTCv8 is only compatible with Windows 10

    If you have linker errors on older SDK etc, you might want to try using older pkg versions. If this won't help, I am afraid its time to move on 🕯️ https://blogs.manageengine.com/desktop-mobile/patch-manager-plus/2023/03/31/windows-7-end-of-life-the-end-of-an-era.html No issues with that, i am...
  6. M4rcin

    OTClient OTCv8 is only compatible with Windows 10

    But why would you do that? :eek: I am trying to say that I had no issues with the exe's compatibility.
  7. M4rcin

    OTClient OTCv8 is only compatible with Windows 10

    I like how some of his sentences are formatted like that and some are like that But no link, no credit left @topic I had no issues after compiling on VS2022, v143, Win10 SDK, x64, so this shouldn't be the case. Make sure that you have all required libraries (openal-soft:x86-windows-static)...
  8. M4rcin

    Creating a game -Lack of wind in the sails.

    There are a lot of template projects for Unity, check them out - but if you are comfortable with TFS/OTC then feel free to stick with it. Keep in mind that auxiliary functionalities can be implemented as additional services, all they have to do is communicate with TFS, and if we are talking...
  9. M4rcin

    [France][13.20] Noveria Online - 1st July 2023 - FULL LAUNCH!

    Innovative and fascinating server. You should try it if you didn't already.
  10. M4rcin

    about noveria.online and its current owners

    Was anyone born a programmer? (i hope you know what i mean)
  11. M4rcin

    about noveria.online and its current owners

    TLDR: "I cry and i leak"
  12. M4rcin

    Odenia is looking for more staff members.

    Salary: 1 zł/h
  13. M4rcin

    In need of a little advice..

    Create a lightweight executable that downloads the rest
  14. M4rcin

    [France] [13.13] Noveria Beta | Evo | Skill Wheel | March 31st 19:00 CEST

    Nice! I'm looking forward to checking out the changes later tonight! :) EK lf TH!
  15. M4rcin

    [TFS 1.3] Buff your damage with a spell for 5 sec

    You are right, we should return the damage and the types at the end of the function. I corrected my suggestion.
  16. M4rcin

    [TFS 1.3] Buff your damage with a spell for 5 sec

    Nice contribution! But it is worth mentioning that the buff will only apply to post-mitigation damage. Eg. if your initial hit will be lower than mitigation threshold (armor, shielding, resistances) your damage wont be doubled and you will end up dealing no damage. There are other suggestions...
  17. M4rcin

    [France] [13.13] Noveria Beta | Evo | Skill Wheel | March 31st 19:00 CEST

    A smooth launch yesterday! The server looks very good for its beta phase, keep up the good work! Even though I usually stick to rlmap older Tibia, I've to admit that I had a lot of fun - not only can you try out the latest Tibia 13 features, but also to explore the map that is trully...
  18. M4rcin

    TFS 1.X+ Help with this script: Treasure Action.

    Ok, there are couple things wrong with your script. I'll start with the major issue with your addEvent - it will cause your server to crash, because you are passing a player and item references, while these could have been already removed from the game. Here, corrected version local...
  19. M4rcin

    OTClientV8 is from now open-source project

    I'm sorry to see you go. Thanks for all your work and the opportunities you have given to many!
  20. M4rcin

    Lua [TFS 1.2] Xodet not adding charges to runes

    That means that the rune is removed upon use, not the amount of charges it has :rolleyes:
Back
Top