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

  1. gunz

    [France] [10.00] Gunzodus | Gnomprona | 13.20 | Summer Update 2023 | Rotten Blood Quest | Oskayaat Island | Putrefactory | Bakragore!

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

    Scripter/Programer - Whee || Bosstiary

    Do you have discord?
  10. 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.
  11. 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.
  12. 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...
  13. 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...
  14. 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.
Back
Top