• 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. gunz

    LuaJIT Breaking Change

    Good thinking, but this actually isn't an issue on our build. LuaJIT doesn't use longjmp here — on Windows (and any platform with LJ_UNWIND_EXT, which includes x64 MSVC build) lj_err_throw uses external table-based unwinding via RtlUnwindEx, not longjmp.
  2. gunz

    LuaJIT Breaking Change

    I've been asked to fix some stuff in OTC client recently and we had to find a fix for it to work with recent LuaJIT, However it came up that the fix is quite straightforward // LuaJIT 2025+ (commit 5c64775) runs __gc finalizers on a separate vmthread, // not on the main lua_State. Every entry...
  3. gunz

    What is the purpose of the Dockerfile?

    Yes, you’re absolutely right — you need to handle volumes properly. In our case we mostly use bind mounts, not Docker-managed volumes. So we mount host directories directly into containers for: MySQL data directory TFS data/ and config.lua Website files So moving data is no different than on a...
  4. gunz

    What is the purpose of the Dockerfile?

    We actually run our entire OTS stack in Docker — not just TFS, but everything: TFS PHP-FPM NGINX Redis MySQL phpMyAdmin Cam Player And for us, Docker has several major advantages: Easy migration & portability If we need to move to a new dedicated server, we don’t reinstall anything manually...
  5. gunz

    Tibia Outfit Generator on Cloudflare Edge (Worker)

    Hello everyone 👋 I’d like to share a project I’ve been working on — a modern Tibia outfit generator built with performance and scalability in mind. It runs entirely on Cloudflare Workers and uses pre-generated TAR asset containers, making it significantly faster and safer than running a...
  6. gunz

    Programmer NEED GOOD TUNELLING SYSTEM

    @Engradiel @Gallus Haven't stress tested it yet. Regarding pricing, I cannot share any pricing due to NDA.
  7. gunz

    Programmer NEED GOOD TUNELLING SYSTEM

    We've been using this approach as optional for couple of years, some players reported better ping. However, we finally managed to switch product called Cloudflare Spectrum which does not need any intermediate layer. (it's kind tricky to deal suitable price) We're also working on dedicated L7...
  8. gunz

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    The player should not feel any lag in that moment because Kondra proxy sends and receive packets simultaneously on multiple connections. (minimum 2) So during the reconnect event client simply receives and transmit packets through other connections. The AWS disconnects are minimal, CF once per...
  9. gunz

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    We've been experimenting with extending this proxy system to use WebSockets, and the results have been promising. With this approach, there's no need for intermediate VPSes — you can fully leverage the Cloudflare and AWS backbones to reach your production server directly. So far the AWS seems to...
  10. gunz

    Client cant read tibia.dat and tibia.spr

    Client 10 is version 11.00. You need to configure your client to use protocol 11.00 and everything should work.
  11. gunz

    Webdesigner Looking for Website designer - HTML & CSS & JavaScript

    We’re seeking a talented Web Designer to join our team of experienced professionals for an exciting project. If you’re passionate about modern web design and have a knack for creating visually stunning and user-friendly designs, we’d love to hear from you! What We’re Looking For: Proficiency...
  12. gunz

    [France] [14.00+] | Gunzodus | Candia Island | Inferniarch Weapons & Sets | Podzilla Quest | Winter Update 2024 | Bakragore Essence 3!

    In the recent versions there is a lot of non-bottable RPG content available. A lot of bosses with various mechanics, hunting for influenced/fiendish monsters, using Forge to craft weapons, Wheel of Destiny character customization and so on. Of course you meet botters on regular hunting grounds...
  13. gunz

    Gunzodus.net "Staff Corruption"

    @Flawless Tibia You can also inform community and other server owners about your friends actions and why are they banned. ;)
  14. gunz

    Gunzodus.net "Staff Corruption"

    It's very hard for me to post a proper opinion for this "issue" you experienced on our project because it's very basic and simple for this kind of drama. Basically you accusing us that we do actions that would be actually against us. Our main goal is to run active, long-term Open-Tibia server...
  15. gunz

    ZAP HOSTING (German Company) now offers Lifetime VPS/Rootservers (also Windows) - A chance for small OTS to stay online?

    spent some time playing, maybe someone can tune it more :) const puppeteer = require('puppeteer-extra'); const RecaptchaPlugin = require('puppeteer-extra-plugin-recaptcha'); const USER_NAME = 'username'; const PASSWORD = 'pass'; const CAPTCHA_API_KEY = '2captcha_api_key'; const VSERVER_URL =...
  16. gunz

    ZAP HOSTING (German Company) now offers Lifetime VPS/Rootservers (also Windows) - A chance for small OTS to stay online?

    Maybe someone can code simple script which will simulate login every 3 months using Selenium or Puppeteer? ;)
  17. gunz

    [France] [13.13] Noveria Beta | Evo | Skill Wheel | March 31st 19:00 CEST

    Hello there, We're using more intuitive approach for decorating the houses on our projects (Gunzodus etc.). If you unwrap the pack in the backpack it automatically put the decoration item in front of the character. :) GL
  18. gunz

    [Spain] [15.12+] Ixodus | Starting 25th October 18:00, 2025 CEST | Weapon Proficiency | Monk Vocation Update | Brazil - EU ping-tunnel | Join now!

    No, I was reflecting your opinions about store/xp boost and complaining about 200+ level in 2 hours. Check new worlds on RL tibia and you see 100-200 level in few hours as well. I may agree with some of your assumptions but the majority of the community has however different idea and it's...
  19. gunz

    [Spain] [15.12+] Ixodus | Starting 25th October 18:00, 2025 CEST | Weapon Proficiency | Monk Vocation Update | Brazil - EU ping-tunnel | Join now!

    I read lot of misinformation in your post and expecting of 8.0-like concepts on 13+ OT server. Usually the new world is pretty active for first 3 months instead of 3 weeks as you say. Then it is possible to transfer character to the longterm Gunzodus for free with all its belongings so the...
Back
Top