• 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

    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...
  2. 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?
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. Gesior.pl

    Compiling TFS1.4.2 vcpkg problem

    2022.06.15 is probably too old version of vcpkg and it won't compile. Download my version of TFS 1.4 (branch 'compilation'): https://github.com/gesior/forgottenserver-gesior It works with Visual Studio 2026 and newest vcpkg (git checkout master in vcpkg directory). You don't need to run vcpkg...
  12. Gesior.pl

    Cloudflare WebSocket Tunnel - Free for the Open Tibia community

    If you can find a way, to make it work as reverse proxy, that reads IP from WS header (from CF HTTP header) and passes it to 'TCP socket' with proxy-v2 protocol, it would be great! Server side similar to this thread server app is GitHub - novnc/websockify: Websockify is a WebSocket to TCP...
  13. Gesior.pl

    OTClient Mod problem redemption 4.0

    IDK about OTC problem, but this code can easily crash OTS on TFS 1.x. If players logout or die within 0.5 sec after login, player will point to address in RAM that does not exist anymore - it's not 100% crash, you can logout few times in 0.1 sec and it won't crash, but finally it will crash. It...
  14. Gesior.pl

    płatnosci hotpay gesior 2012

    Bo non stop dają bany z niewiadomych powodów i jak się pisze/dzwoni do Support, to nie są w stanie określić co jest powodem zablokowania konta, ani nie są w stanie go odblokować. PayPal przynajmniej po 180 dniach oddaje kasę z konta paypal na konto bankowe - to co zostało po 'cofkach' graczy...
  15. Gesior.pl

    Cannot connect to my own 10.98 TFS server

    This tutorial is 12 years old and it's FOR CLIENT (OTClient), not server. This is tutorial for server, but if you compile it today, it will download TFS 1.6+ (TFS 'master' GitHub branch), which is Tibia client 13+. Tibia client 11+ does not use IP changer that you can 'run' (as .exe) on local...
Back
Top