• 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. El Bringy

    [Canada] [7.4] TibiaSucks (OFFICIAL LAUNCH)

    See you all in less than 12 hours!
  2. El Bringy

    Programmer Marketing system (tfs 1.2) - 8.6 and otcv

    what is the functional marketing system?
  3. El Bringy

    RevScripts Loss Level ranged, advanced Revscript

    edited main reply
  4. El Bringy

    RevScripts Loss Level ranged, advanced Revscript

    not tested local revscript = CreatureEvent("newLevelLoss") function revscript.onDeath(player, corpse, killer, mostDamageKiller) local level = player:getLevel() local deathLoss = 0 if level >= 100 and level < 200 then deathLoss = 10 elseif level >= 200 and level < 300...
  5. El Bringy

    [Canada] [7.4] TibiaSucks (OFFICIAL LAUNCH)

    Indulge in the nostalgic experience where we are taking retro tibia further into RPG Concepts & original mechanics! Retro-Style Modern Tibia Content Auto-looting System: One of the key features of...
  6. El Bringy

    How to add Exp boost time to otclient?

    its not reliable to use onExpBoostChange = onExpBoostChange because thats a scripted boost not tibia basic exp boost (stamina) so i would use opcodes to send info [TUTORIAL MODS]- Creating Modules with Extended Opcode...
  7. El Bringy

    [Canada] [7.4] TibiaSucks (OFFICIAL LAUNCH)

    Pretty sure im on contact with more than couple of teams that are still into 7.4, the teams im talking about are total of 100+ players, 7.4 is still played by more than 1000 person on private servers. So you are aware the the beta has ended, it was only 3 months and 7 days tho, we ensure that...
  8. El Bringy

    Canary Refused Connection

    then you need to define internal hostname and inside your hosts you have to propagate info from your internal host (DMZ host) to you public ip address
  9. El Bringy

    Canary Refused Connection

    https://otland.net/threads/allow-conections-from-same-ip-adress.197465/post-1901424
  10. El Bringy

    [Canada] [7.4] TibiaSucks (OFFICIAL LAUNCH)

    Best upcoming retro server imo, the focus development team spend on mechanics & QoL is unreal
  11. El Bringy

    C++ Monster without range attack shouldn't look at you

    did you try adding whatever condition you require inside this function to prevent the creature from attacking the player unless this condition isn't fulfilled? (isAttackable) https://github.com/otland/forgottenserver/blob/74b61cda4a74186f1920e9dd152c13b953582b47/src/player.cpp#L3807
  12. El Bringy

    OTClient for Web Browsers

    dunno which part of my message you find hard to understand :D
  13. El Bringy

    Crypto Trading BOTS

    Edited main post thanks :'D
  14. El Bringy

    Crypto Trading BOTS

    Hello! Yesterday I got endorsed into cryptocurrencies and how I can benefit from it while asleep. Developed a safe-to-use crypto-bot that should buy at a lower price than the market price and sell at a slightly higher price than the entry price (to ensure at least 0.2% rise after moving down)...
  15. El Bringy

    OTClient for Web Browsers

    dunno if something like that is even possible on cam files, never tried cam files loading. first sudo apt update sudo apt install ffmpeg <?php // Define the directory where your .cam files are stored $cam_folder = "path/to/cams"; // Replace with your folder path $converted_folder =...
  16. El Bringy

    Canary The monster's reaction is too fast.

    can you send the explanation video?
  17. El Bringy

    OTClient for Web Browsers

    More into the tools that will be created with it to manage stuff inside the server tbh. it can be converted into a professional in-game server console (thats controls the server).
  18. El Bringy

    OTClient for Web Browsers

    Can't wait to see how this would be used in the OT community
  19. El Bringy

    AAC myaac blank page in guilds

    find table guildwar_kills around in otland and add it, OR just remove the war system from your guilds page.
  20. El Bringy

    OpenTibia OT Monster Converter

Back
Top