• 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

    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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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. ;)
  7. 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...
  8. 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 =...
  9. 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? ;)
  10. 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
  11. gunz

    [Poland] [13.30] Ixodus | Starting 22nd March 18:00 2024 CET | Gem Atelier | Bakragore's Burden | Winter Update 2023 | Create your account 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...
  12. gunz

    [Poland] [13.30] Ixodus | Starting 22nd March 18:00 2024 CET | Gem Atelier | Bakragore's Burden | Winter Update 2023 | Create your account 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...
  13. gunz

    Scripter/Programer - Whee || Bosstiary

    Do you have discord?
  14. gunz

    anti map tracker

    we used to have special edited items.otb and client files with mixed items ids which was almost impossible to track. however, now we see the maps appear very soon on multiple sources so we stopped to use that.
  15. gunz

    [Bug Report] Item destructor

    do you have onGainExperience event enabled in events.xml? EDIT: The bug already fixed in later TFS versions. https://github.com/otland/forgottenserver/blob/master/src/luascript.cpp#L87 It's not case anymore.
  16. gunz

    [Bug Report] Item destructor

    This is not thing. The problem is that engine really removes someItem from memory even if you still refer to it in lua script. It's because ScriptEnvironment::resetEnv() is being called and item has still VirtualCylinder as parent. It does not check whether you have reference to it in lua script...
  17. gunz

    [Bug Report] Item destructor

    There is one lua setup that crash server because of freed item pointer. It was really tricky to track this out since the crash not happen immediately but after quite long time when item object is accessed. local someItem = Item(doCreateItemEx(ITEM_GOLD_COIN, 100)) -- do something different...
  18. gunz

    AAC PayPal random IP's cause failed IPN verifcation

    If you want to verify by IP I recommend to use GeoIP2 ISP database and verify IP if it match PayPal ASN.
  19. gunz

    Do you think thats their real player amount number? ( EZODUS )

    Yes we enforce this rule because there are tons of vpns/vps botters which sells ccs on allegro.pl and similar sites for real life money. Most of them use vpn/vps so it's the main reason why it became against rules.
Back
Top