• 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

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

    All info is posted here: Ixodus - Latest News (https://ixodus.online)
  2. gunz

    The LINYE (Linux Is Not Your Enemy) Q&A Thread - Ask away

    Didn't know that WSL is already stable. Combination with Docker makes it a suitable platform for development almost any kind of application on Windows. What about WSL performance? Is it good enough for production use? (host linux version of TFS on windows directly using WSL)
  3. gunz

    [suggestion] Different ways to load and unload players

    I suggest to talk about refactoring mailing system as well. 1. If you send mail and the receiver player is online that parcel is added directly to player’s mailbox - that part I would keep as is 2. If you send parcel to offline player (thats where the refactor should be done) - I would save...
  4. gunz

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

    We're going to start new american/brazil server soon (probably in september). :)
  5. gunz

    Tibia 11-12+ Packet Sniffer (RL & OT)

    Very smart and useful tool. Personally I use network proxy to get those structures byte-by-byte but this may help with some messages too. Also there is no rule anymore regarding the requirement of releasing sources too?
  6. gunz

    [TFS1.3] magic walls safe mode

    Not really good solution since monster still have those tiles in their path finding structures and this may probably break monster walking completely. Best way would be to edit function in tile.cpp: Tile::queryAdd
  7. gunz

    Tibia 11+ Downgrade tool

    Ive got some troubles with transparency in some sprites. Specially secret library and the new elf castle so I had to import some sprites differently. Also during importing to 10.00 I update items.otb together with it.
  8. gunz

    Tibia now supports IPv6

    Hello, In recent updates of Tibia the client started to receive gameserver addresses in both IPv4 and IPv6. Therefor of your computer has IPv6 connectivity it will use it primarily. Personally, I would never say that it would come to such a latency-sensitive game since a lot of ISPs uses...
  9. gunz

    will we ever see another good usa ot?

    There is some chance of opening american version of Gunzodus - www.gunzodus.net We've tried it couple of times but we figured out that american community which consists mostly of BR players demand other type of server as we create. I mean features which make it "easier" like infinite...
  10. gunz

    Mapper Searching experienced mapper

    Hello, I am part of team running Gunzodus and Ezodus servers. Currently we are looking for experienced mapper to our team. Your task would be to create 100% custom map based on some special needs. You will map hunt spots, cities, houses and quests - basically every idea your creativity...
  11. gunz

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

    Hello guys, there is list of still unused promo codes from yesterday: rtqevc9klf miza86shxb gt4dltasyu fnlptx7qew shkq1dq7hh za85d96kdr odvxo8n8yr ulxvkwlbgh 8sg7q8i3oc easghhvxjp l10spqmidi oqer5zpwjh cyoijjhefv ewobisdhdb xrdirzdbit ltixeqh467 ozevgrfynj jfxfv3uqqu gtg1u2eqbh
  12. gunz

    Is the dark theme selection good enough?

    I like the dark blue nostalgic theme ;)
  13. gunz

    [CANADA][10.00/12.00+] NA EZODUS 22nd December Winter Update 2018 Warzone 4,5,6 Asura Palace Falcons

    Store prices has been lowered by 50%! There is list of promo codes for 150 TC: cmd2tgu7bn qsgxjqv3mi nscmlyqx3k hzoolctlun mz6w4way6l 8r7dn2snij l3cpr0wh12 exoiukkqa0 nr7bpev7jk q1lhnf7nxy tc5x8dva0e nrffxfriyx orx7stsbyo jahtkxzjhp zfperhwa3h wumpjdpg2v kpibth96zr kubsskywlm 6zgvtcnsud ruekqnks89
  14. gunz

    [France] [10.00] Ezodus.net | Hardcore PvP 12.30+ | Netherworld | Winter Update 2019 | Summer Update 2019 | Zarganash | Create your account now!

    If you find out some more debugs/crashes regarding 12.00 client please inform us asap so we can fix the problem.
  15. gunz

    Tibia Flash Client Sources

    There is my repo of flash client available for some time: gunzino/Flash-News I think we both used ffdec
  16. gunz

    [France] [10.00] Ezodus.net | Hardcore PvP 12.30+ | Netherworld | Winter Update 2019 | Summer Update 2019 | Zarganash | Create your account now!

    Hello, We have automatically returned points from past 5 months for players that have not been banned and did not have other kind of penalty. If you think you have not received all of them feel free to contatct me here with your account information.
  17. gunz

    [France] [10.00] Ezodus.net | Hardcore PvP 12.30+ | Netherworld | Winter Update 2019 | Summer Update 2019 | Zarganash | Create your account now!

    There is first wave of promo codes that can top up your account with 100 Ezodus Coins: (use in acc management page) rtco7ils8b nxbj9wmfsi eq0gw2uqsr eamzcdhqmm wih9mqbz2w ktr19ulsvf q9ujvwrtwr puvhnsz9fj 9byco9okis zjk0cfercp
  18. gunz

    TFS 1.X+ TFS Docker Image

    I think it's better to build image from tfs github Dockerfile: otland/forgottenserver
  19. gunz

    Using Docker in OTS

    Yeah we use Redis for both web & server, specially publish/sub pattern so we can easy control server from outside. We also created lua bindings and globalevents to work with Redis. There was recommendation to include it in TFS as well but HTTP API is going to be included in tfs instead.
Back
Top