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

    Nostalrius 7.7

    I had the same problem. Do you know exactly which items are crashing RME?
  2. Forkz

    Nostalrius 7.7

    I compiled it on Ubuntu 22.04 but when I enter the normal player, I can't see the NPCs. Has anyone experienced this? #Solved if (!creature->isInvisible() || (!otherPlayer && player->canSeeInvisibility())) {
  3. Forkz

    TFS 1.X+ Nostalrius bug attack

    Solved?
  4. Forkz

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Could you explain better, I'm a layman on the subject?
  5. Forkz

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    In the game binary, there is "QueryManagerAdminPW", "QueryManagerGamePW", "QueryManagerWebPW", "QueryManagerAddress", "QueryManagerPort" in the configuration, has anyone used this? @kay You who are a file explorer, do you use the binary database connection? I also found this ADMIN_DATABASE...
  6. Forkz

    TFS-1.5-Downgrades - Market System

    https://github.com/gianpeiter/ObjectBuilder/commit/0ff0e1e3068b17a72f7ba8943199e3add67420dd
  7. Forkz

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    Is it possible to run the original tibia binary?
  8. Forkz

    TFS-1.5-Downgrades - Market System

    You copy the same market codes that you already have in the versions above to your version.
  9. Forkz

    TFS-1.5-Downgrades - Market System

    You will have to change the fonts to read the market for 8.0 and you will have to recompile the program. https://github.com/punkice3407/ObjectBuilder/wiki/1.-Dependencies you will also have to do the same for item editor, edit the sources and recompile https://github.com/ottools/ItemEditor
  10. Forkz

    TFS-1.5-Downgrades - Market System

    Yes, you need to change the source of the object constructor and item editor to make the market read.
  11. Forkz

    Brasil Hosting

    In Brazil there are no stable servers, or you will spend a lot of money, I recommend OVH and putting an internal proxy on the server.
  12. Forkz

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    Thanks for your contribution, it worked!
  13. Forkz

    have 12x yurots?

    We have yurots.online, it's not 12x but it has many version sites, clean server, well done.
  14. Forkz

    Chrome blocks downloading my OTClient ZIP – How to Fix?

    What otclient are you using? I uploaded the files to MEGA (https://mega.nz/) and had no problems. But Chrome scans normally.
  15. Forkz

    Chrome blocks downloading my OTClient ZIP – How to Fix?

    Add it to your Google Drive and place the download link on your website.
  16. Forkz

    [OTCV8] error.log but how i can debug where is problem

    The best thing you can do in OTClient is to revert back to the changes.
  17. Forkz

    YurotsOnline 7.6 - Project Discussion Thread

    Link Updates: Yurots Online - Website Join Discord Download Client
  18. Forkz

    C++ Nekiro 1.5 772 monsters attacks tick interval

    <attack name="physical" interval="100" checkshield="1" chance="100" range="7" min="-125" max="-185"> <attribute key="shootEffect" value="largerock"/> </attack>
  19. Forkz

    C++ Nekiro 1.5 772 monsters attacks tick interval

    This edit I sent you above is for attacks, take a look at this part of the code, I believe it is for spells. https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/src/monsters.h#L198
Back
Top