• 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

    CipSoft RealEngine 7.4 [Development Thread] – BETA Phase Incoming

    neither in 2025, i was passed TVP access rights from the past owner of Exoria when it was named Tibiasucks (Dip Set) and i'm sure it was latest with TVP repo and i asked him he said im on latest version. he was clearly not happy that Ezzz claimed thats not latest regardless we was on latest with...
  2. El Bringy

    Announcing OTS_Analytics

    Totally next level list!
  3. El Bringy

    CipSoft RealEngine 7.4 [Development Thread] – BETA Phase Incoming

    Decency ? in tibia? with Ezzz? come on you should know better by now :D. Just Stay doing what you do, you are doing amazing work and im sure it will later pay you off the effort and the dedication,i can vouch that @Ascendia is literally doing more than anybody to replicate the tinniest tibia...
  4. El Bringy

    [USA] [7.4] Exoria74 Global - Official Launch 13th June 18:00 CET | Proxy & Anti-Cheat Systems | Mastered 74 Formulas & Mechanics

    📢 Exoria74 Update – May 17, 2025 🔥 Daily Tasks System (!dailytask) Complete 1 random task per 24h for EXP & loot! Level 1–30: • Kill: Troll, Rotworm, Goblin, Spider, Wolf, Skeleton • Collect: Leather Helmet, Gold Coin x150, Raw Meat x5 Level 31–60...
  5. El Bringy

    [USA] [7.4] Exoria74 Global - Official Launch 13th June 18:00 CET | Proxy & Anti-Cheat Systems | Mastered 74 Formulas & Mechanics

    Custom Spawns & Creatures "At Exoria, our entire team is dedicated to giving you the best experience possible always fair, always unmatched."
  6. El Bringy

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    for sure i didn't go through all comments i just got to read your last reply, maybe add in title [Requires improvements (Unresolved gamebreaking issues)] and don't forget to add that in github. Because in my opinion being capable and not providing something flawless is lame, more lame is...
  7. El Bringy

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    how do you still think this system is functional without making huge changes into the way you cached conditions and many other things xD? im sure you never even tested it thoroughly, manual tests you can make with 2 players online in local server won't do it. 1) Attributes sometimes doesn't...
  8. El Bringy

    Linux DDOS Attacks

    what does it have to do with you IP address that i can find with the dumbest dns lookup tool on google if you don't have cloudflare dns reverse proxies ? how does that protect your ports from overheading the CPU with meaningless information sent over it? how does it protect your server or...
  9. El Bringy

    Linux DDOS Attacks

    I saw more than 5 replies guiding you, yet you didn't consider any of them First call a server restart from your provider so you can access it (if its constantly under attack) When it starts make sure you set apache2 off (service apache2 stop) in ubuntu Turn your server off and announce it...
  10. El Bringy

    Linux DDOS Attacks

    Double edged question, it depends on the situation. 1) No provider firewall? (yes) you are lucky if it worked. 2) Provider firewall applied? (no) it will increase your server selection for a non-threatening connection. 3) No server-based (VPS/Dedicated) ? (you will face no issues as i don't...
  11. El Bringy

    TFS 1.X+ How to make a rebirth system with damage bonus% with each rebirth

    Make a function that you can recall that player revirth in lua like player:getRebirth() or player:getReborn() Now you have it defined inside your code which will allow you to do the math for the damage OnHealthChange and onManaChange as you are looking for, by applying simple math, but you have...
  12. El Bringy

    Linux DDOS Attacks

    he is actually smart for me on exoria it was different, he tried to do bruteforce ssh attacks which cause denial of service for 5-15 seconds for the servers he could find its ip, i would say he isn't even skilled enough to trace what he is connecting to, he just checks domain, ip on otservlist...
  13. El Bringy

    i have a problem in my ot

    Can you use otclient to define the protocol error that happens on your connection? Just otclient with enabled festures that you have on dll without errors nobody im afraid will be able to gove you even tips
  14. El Bringy

    C++ Alpha Proxy - just help me ;/

    actually i changed that port even in the print so you must be loading from appdata Login to 127.0.0.1:7172<br> g_logger.info("Login to " .. charInfo.worldHost .. ": 7201")<br> so there is no way you are still connecting to 7171 the logger message is changed. goto %APPDATA%/OTClientv8/...
  15. El Bringy

    C++ Alpha Proxy - just help me ;/

    under ALPHA = "2.2.2.2:7101:800", } add this for _, proxyIp in pairs(PROXY_IPS) do g_proxy.addProxy(proxyIp, 7101, 0) end and use this charlist.lua i will assume that your gameServer is on <span>7201</span> because you never shared that with me based on the line you added in...
  16. El Bringy

    C++ Alpha Proxy - just help me ;/

    the main issue is in entergame.lua it enforces connection to gameport sent from server side, send entergame.lua from client modules trying to connect directly meanwhile the serverSide expects the HAProxy extra packets, to be able to login you need to direct connection to the proxy port onlogin...
  17. El Bringy

    [USA] [7.4] Exoria74 Global - Official Launch 13th June 18:00 CET | Proxy & Anti-Cheat Systems | Mastered 74 Formulas & Mechanics

    Update improvements that will also be available by the next serverSave [1 hour]: Fixed description of pike fishes. [It said 10 minutes meanwhile it gives you only 1 minute]. added EXP/Skill scrolls into store [75 points each for 1 hour] [15% EXP] [Skills are vocational based equal to epic...
  18. El Bringy

    [USA] [7.4] Exoria74 Global - Official Launch 13th June 18:00 CET | Proxy & Anti-Cheat Systems | Mastered 74 Formulas & Mechanics

    📊 Poll Results & Update Announcement The poll has ended, and based on your feedback, we’re rolling out the following update! This includes highly requested features and some long-awaited changes: ✅ Poll-Based Changes 1️⃣ 2 MCs per IP Allowed – You can now use 2 MultiClients per IP. (Poll...
  19. El Bringy

    C++ Alpha Proxy - just help me ;/

    there is changes from the original for sure so please send latest init.lua + latest debug window from otcv8, maybe haproxy from main server and 1 proxy server (hide your ips)
Back
Top