• 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 Gesior.pl

  1. Gesior.pl

    Oxidia — an Open Tibia server written in Rust (protocol 10.98, OTClient Redemption)

    It's 100% AI generated. Just look into code. In included .zip is docker-compose to run server in container. You have to put https://github.com/otland/forgottenserver/archive/refs/heads/1.4.zip in reference/tfs subfolder. After start database will be created in data/oxidia.db. Login to server is...
  2. Gesior.pl

    Oxidia — an Open Tibia server written in Rust (protocol 10.98, OTClient Redemption)

    I tried to run it in Docker, but it failed. https://t3.chat/share/47lgcdnj3t I fixed Dockerfile problems (in Cursor, not on that t3.chat - check .zip included), it compiled, but it failed to load items.otb. I added reference/tfs folder with TFS 1.4 files (...
  3. Gesior.pl

    Solved How use Custom Tibia.dat/Tibia.spr in OTCv8?

    Are you using Tibia Client 8.60 with .dll or .exe modification to read these extra U16 effects? If you are using RL Tibia Client with some modifications, it is very important to post on forum that you are doing it.
  4. Gesior.pl

    otcv8 black screen bug with extended view

    When screen goes black, press CTRL+T to view OTC terminal and copy first error you get/make screenshot. Common problem after adding this: https://otland.net/threads/tutorial-adding-more-tiles-to-game-window-updated-7-6-2018.228243/ is that you see so much items and monsters on screen - in some...
  5. Gesior.pl

    a strange situation

    From chat with owner about 'immortal players': Last OTS restart was over 2 weeks ago. It's based on TFS 0.4/OTX2, with a lot of custom - probably bugged - systems. Also server reports real number of players to otservlist, it's 15 online with 8 unique IPs: https://otservlist.org/ots/1663109 You...
  6. Gesior.pl

    Not valid packet

    Newest servers like canary/Atlas (TFS 1.7+) compile in Visual Studio, but older like Nekiro1.5, TFS 1.4 etc. will generate a lot of errors in Visual Studio and you will have to fix them, which may take hours :( It's much easier to compile on Linux. If you have 16+ GB RAM, you should use 'Docker...
  7. Gesior.pl

    Not valid packet

    Freez, like nobody can move in game and nobody can login or what? Did you install any changes related to OTClient packets in C++? What OTS engine do you use? Can you post link, where we can download/view it?
  8. Gesior.pl

    Not valid packet

    Do you have problems with login to OTS or just see that error message in OTS console? If login to OTS works and you just see that message, it's fine. Whenever someone connects with wrong RSA/wrong network packet to your server, it reports that error. I can go my Linux server and type telnet...
  9. Gesior.pl

    Cloudflare WebSocket Tunnel - Free for the Open Tibia community

    More detailed instruction: How to disable CloudFlare IPv6 access — Gesior's blog (https://skalski.pro/2024/11/03/how-to-disable-cloudflare-ipv6-access) If you have that extra VPS to hide IP for otservlist etc., you should put "mailer" on it. Every acc. maker that send registration/recovery...
  10. Gesior.pl

    TFS 1.X+ Monsters Behavior

    I think all OTSes made in last 20 years have system to make monsters go 'idle', when there is no player 'on screen'. Only change in that system was made on some version of Tibia 7.x, as it was changed on RL Tibia. Before (ex. Tibia 7.1) monsters stopped walking, when there was no player on same...
  11. Gesior.pl

    Disable Battleye Error 12.20

    Can anyone find these bytes for 15.24? (it's "official" Tibia client now) https://downloads-oracle.ots.me/data/tibia-clients/windows/zip/Tibia15.24.83c48a.zip https://downloads.ots.me/data/tibia-clients/windows/zip/Tibia15.24.83c48a.zip I need it in format that I can use in my PHP script...
  12. Gesior.pl

    AI

    UPDATE: Anthropic just dropped 'Claude Fable 5' and it's logic is outstanding. No other model is even close. Sadly, all other models put a lot of comments around their complicated (or simple [useless comments]) logic and Fable 5 put no single comment around it's very complicated algorithms. It's...
  13. Gesior.pl

    AI

    With The best coding agent (https://cursor.com/) IDE you can use all popular AI models and compare results. You pay 20$ per month and get 20-40$ to spend on AI chats. There is also their own model 'composer-2.5-fast' on which you can spent much more (300-400kk tokens - ~150$) 'for free' with...
  14. Gesior.pl

    [8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

    EDIT: I did not see your previous post with IP 93.105.110.9. I made client for your IP: https://skalski.pro/tmp/styller-ots-93.105.110.9-client.zip I put it in .zip, as web browsers often block .exe downloads. OLD POST: Tibia clients use 17 and 19 letters IPs/domains (these values were domains...
  15. Gesior.pl

    Compiling TFS1.4.2 vcpkg problem

    It's based on 1.4.2 with minor changes (added "global storage" in C++ that saves in database like on TFS 0.x, so it's values are kept between server restarts). There are also many optimizations and custom features, but almost all are disabled by default and you have to enable them in config.lua...
Back
Top