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

Recent content by 0lo

  1. 0lo

    Tibia 7.7 Server Decompiled

    This post (contains corrected NPC pack in attachment) was an example of what should be changed and I followed the comments of other users as well as chatgpt. I'm also thinking about preparing a pack of monsters with improved experience and approximate loot based on the notes from the tibia.com...
  2. 0lo

    Tibia 7.7 Server Decompiled

    I published a branch with 7.4 mechanics. The map still needs to be reworked for 7.4. https://github.com/mr0lo/tibia-game/tree/patch-7.4
  3. 0lo

    Windows problem opening servers

    Windows update doesn't update, but the PowerShell command does. "winget upgrade" - checks what packages you have and then "winget upgrade --all" - updates everything you have that is outdated.
  4. 0lo

    [UK][7.4] Tibiantis Online

    The client is a modified Tibianic the biggest modification it can do is in two .dll clientname.dll and wimm.dll, client itself can only be edited in hexes, it is not otclient, which is fully modified. The engine is a tarball, which can only be modified using hexes. If you have worked on any of...
  5. 0lo

    OTClient TFS 1.5 Nekiro 772 Original Client feels laggy (low FPS)

    This is a timer issue in the old client. Add this .dll to the old client and the issue should be resolved. https://github.com/SaiyansKing/Tibia-High-Resolution-Timer
  6. 0lo

    [USA][CUSTOM] Tibiara | Real Engine 7.4/8.0 | 1x Long Term | Hardcore | Smooth Client | 14th March

    Professorek I have to disagree with you, because this bug occurs in the tarball. https://otland.net/threads/tibiantis-reversed-old-tibia-project-discussion-thread.267116/page-13#post-2588264 For proof I'm posting user kay's post, because I don't have time to install the engine from the tarball...
  7. 0lo

    Suggestion Drama Category/Section

    Also, to make the profile of banned users available for viewing. I would like to see what posts a given person has written, as well as their insight into the history and why they were banned.
  8. 0lo

    2133 mhz RAM - Starczy na OTS?

    ? a czym się owe silniki różnią, z tego co kojarzę to 99% silników jest oparte na rdzeniu otserv/tfs i wszystkie będą działać tak samo. Szybkość ramu nie ma znaczenia chyba, że używasz procesorów ryzena ale nie jestem pewny czy serwerowe procki działają tak samo jak konsumenckie. Przy małej...
  9. 0lo

    MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)

    I downloaded the latest version of tfs 1.7 and checked and it does indeed ignore the .env file. The same thing happens in version 1.6. I added the deleted lines with the database configuration to config.lua under "market" and above "misc" and surprisingly it worked. -- MySQL mysqlHost =...
  10. 0lo

    MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)

    The new version of TFS uses an .env file in which you need to set the configuration with the connection to the database. forgottenserver/.env.example at master · otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/.env.example)
  11. 0lo

    Crystal Server

    This bug already occurred in YourOTS 0.9.4f and older versions, and that was in 2006 and when the server was running on my computer. I once read an argument here on the forum between developers who were throwing mud at each other saying that they were too lazy because the TFS "core" had not...
  12. 0lo

    Avesta 7.4

    https://github.com/gesior/theforgottenserver-7.4 You can use this distribution, it already has uhtrap and block height mechanics implemented.
  13. 0lo

    [13.21 Canary] Issues attempting to load Canary map with RME.

    Why are you making life so difficult for yourself? Wouldn't it be better to use a ready-made RME prepared to support their map format? GitHub - opentibiabr/remeres-map-editor: Remere's Map Editor (https://github.com/opentibiabr/remeres-map-editor/)
  14. 0lo

    Solved Lasip why is it varbinary? TFS 1.4.2

    I used this website IP converter (https://www.silisoftware.com/tools/ipconverter.php), only you have to read the IP from the end. For example, 127.0.0.1 will be saved in your database as 16777343 (1.0.0.127), at least that's how it was in mine.
  15. 0lo

    TFS 1.X+ Walk Through GMs

    I know this is a topic from a year ago, but it still hasn't resolved walk through via invisible gm. Solution: In tile.cpp const CreatureVector* creatures = getCreatures(); if (const Player* player = creature->getPlayer()) { if (creatures && !creatures->empty() &&...
Back
Top