• 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

    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.
  2. 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...
  3. 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
  4. 0lo

    [USA][7.4] Tibiara | Real Engine 7.4 | 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...
  5. 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.
  6. 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...
  7. 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 =...
  8. 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)
  9. 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...
  10. 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.
  11. 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/)
  12. 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.
  13. 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() &&...
  14. 0lo

    Redukcja pingów

    Regionalnie, nadal ruch jest kierowany przez normalne linie jakie oferują dostawcy internetu i ping z australi do usa nadal wynosi 200~300ms. Jest to co prawda poprawa jakaś, ale no nadal to nie będzie taka poprawa, że z jednej półkuli będziesz miał 40ms na drugą półkule globu. To hasło, które...
  15. 0lo

    Possibile to change day/night ?

    static constexpr int16_t GAME_SUNRISE = 360; static constexpr int16_t GAME_DAYTIME = 480; static constexpr int16_t GAME_SUNSET = 1080; static constexpr int16_t GAME_NIGHTTIME = 1200; These are the values for the times when sunrise, day, sunset and night occur in Tibia. You can also...
Back
Top