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

Search results

  1. Gesior.pl

    otclient packets information

    Edit OTC sendLoginPacket code to send ex. operating system with value over 50, so you will know that it is your client after first packet. https://github.com/OTAcademy/otclientv8/blob/master/src/client/protocolgamesend.cpp#L66
  2. Gesior.pl

    otclient packets information

    Tibia login packet already contains 'operating system', which is set to 10+ value, when OTClient connects (real Tibia client use 0-7): https://github.com/OTAcademy/otclientv8/blob/master/src/client/protocolgamesend.cpp#L66 Which is read by TFS...
  3. Gesior.pl

    Problem maybe bug with outfit -> inivisble/outfit

    Yes, this should work fine. Code from previous post: void Game::internalCreatureChangeVisible(Creature* creature, bool visible) { creature->getPlayer()->sendCreatureChangeVisible(creature, visible); // here <-redline xD would crash server when invisible monster (ex. Stalker/Warlock)...
  4. Gesior.pl

    Custom Client [8.6 - 10.XX]

    I made website that does what I described in first post. It replaces 10 RL Tibia server domains with your domain/IP (up to 17 characters, auto-adds NULLs to fill empty space) and sets OTS/your custom RSA key: For Tibia 7.x-10.98: OTS IP Changer for Tibia 7.x to 10.98...
  5. Gesior.pl

    Lua mana, health change (magic shield)

    It should work like this. Post your full .lua scripts. Maybe you skip damage 'origin' attribute in script. TFS 1.2 logic: https://github.com/otland/forgottenserver/blob/1.2/src/game.cpp#L3875-L3942 - if HP damage is negative (reduce HP) -> check for magic shield -> if has magic shield -> call...
  6. Gesior.pl

    WebSockets proxy

    There must be an app to translate WebSockets to Sockets. nginx/haproxy won't do it. If you find some nginx/haproxy module that can do it, please share it, it would be much easier to use than custom app. Problem with websockify is that, it does not pass real player IP to OTS, so all players are...
  7. Gesior.pl

    MyAAC outfits don't appear.

    For me it also works. I checked it ~8 hours ago and I thought you fixed it. There is a problem with access to my OVH server item-images.ots.me from some South America and Africa networks. Try to open in Web Browser: https://item-images.ots.me/latest_otbr/3374.gif...
  8. Gesior.pl

    MyAAC outfits don't appear.

    Yes. Edit config: 'item_images_url' => 'images/items/', // set to images/items if you host your own items in images folder to (canary engine): 'item_images_url' => 'https://item-images.ots.me/latest_otbr/', // set to images/items if you host your own items in images folder to (TFS based...
  9. Gesior.pl

    MyAAC outfits don't appear.

    Important error is Call to undefined function bcdiv(): [Wed Dec 24 13:23:11.921030 2025] [php:error] [pid 13014] [client 189.14.143.130:54055] PHP Fatal error: Uncaught Error: Call to undefined function bcdiv() in /var/www/html/system/pages/characters.php:453\nStack trace:\n#0...
  10. Gesior.pl

    MyAAC outfits don't appear.

    Edit this line to: 'outfit_images_url' => 'https://outfit-images-oracle.ots.me/latest/animoutfit.php', // set to animoutfit.php for animated outfit Also check my previous response edit: Error message about characters page is in /var/log/nginx/error.log. You can type in SSH: tail -f...
  11. Gesior.pl

    MyAAC outfits don't appear.

    It tries to load: http://ombra-global.com.br/outfit/animoutfit.php?id=535&addons=0&head=0&body=0&legs=0&feet=0&mount=0 http://ombra-global.com.br/outfit/animoutfit.php?id=1144&addons=0&head=0&body=0&legs=0&feet=0&mount=0 It's probably AAC config related. highscores also loads images with that...
  12. Gesior.pl

    Where you buy tibia coins cheaper?

    Many big OTSes sell their 'coins' using Curse Diamonds, so it's trusted service: https://curse.com.br/ That service also sells RL Tibia coins for ~1.1 USD (6 BRL/R$) for 25 coins - they accept crypto (stable coins) and PIX (Brazilian payments system): https://curse.com.br/tibia-coins
  13. Gesior.pl

    MyAAC outfits don't appear.

    Post URL to your website, so we can check what image it tries to load and why it may fail.
  14. Gesior.pl

    OTClientv8 Classic UI | Player stutters in high speed

    It requires changes in OTS C++ - one of them is extended view distance, as players can walk further (2 steps) without server confirmation and we don't want them to see black tiles: https://github.com/OTCv8/forgottenserver/commit/286e747879d9725af34f43ebe13e6858329e4bd5 and they probably have to...
  15. Gesior.pl

    OTClientv8 Classic UI | Player stutters in high speed

    No. New walking is GameNewWalking feature in OTCv8. It replaces RL Tibia walking with custom walking protocol made by OTCv8 author. It makes client render up to 2 steps without server confirmation, so it should look smoother in client.
  16. Gesior.pl

    OTClientv8 Classic UI | Player stutters in high speed

    You can try to add 'OTCv8 new walking', but it was not tested on old protocols (older than 8.6), so it may not help: https://github.com/OTCv8/forgottenserver/commit/286e747879d9725af34f43ebe13e6858329e4bd5 Running (higher speed) - High speed problem looks pretty smooth, as least on video. Did...
  17. Gesior.pl

    Otclient Classic UI

    I've checked ~15 .exes from official 2022 releases (official OTCv8 before source files release): https://github.com/OTCv8/otclientv8 but all are different. I could not find .exe with same CRC32 sum as in first post of this thread. Maybe it's from 2021? OTCv8 history OTCv8 source was 'private'...
  18. Gesior.pl

    CodexAAC

    Update. My server in Hetzner with this AAC was blocked by datacenter for scanning other server on Saturday: scansnarf-ng detected Netscan from 37.27.190.169 2025-12-20 03:51:32 37.27.190.169 35980 -> 31.57.254.0 3306 74 TCP 2025-12-20 03:51:33 37.27.190.169 35980 -> 31.57.254.0...
  19. Gesior.pl

    Gravak - Play Tibia 7.4 in your Browser

    You got 90+ repos and a lot of activity on GitHub: pedrogiampietro - Repositories (https://github.com/pedrogiampietro?tab=repositories) Do you plan to release it as open source code or it's private client-server code? If you do, when do you plan to release it? Any date?
  20. Gesior.pl

    CodexAAC

    I tried to run it on VPS. Frontend prod build fails (error in .tsx). Frontend dev works. Backend prod/dev starts. It's compatible only with Canary database structure. I tried TFS 1.4 and it cannot create account. You can create similar AAC using Codex ( https://openai.com/pl-PL/codex/ ). It's...
Back
Top