• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    GAME SERVER STARTS on 20-06-2026 - 20:00 CEST here you can see the final settings Server Access Information: 🌐 Website: crownots.eu 📥 Client download: CrownOTS_client.zip 🤖 Discord link: discord.gg/CrownOTS 🗨️ Facebook: facebook.com/crownots Game Server Information: Version: 7.4 Map: Full...
  2. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    I know how you might have interpreted it, but I never took your comment as an attack. Now I feel exactly the same way. A down-to-earth, some advice, and a pat on the back :)
  3. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    Good point @Marko999x . You've helped me with advice a few times already, so I'll take your words into consideration again :)
  4. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    Exactly. Being precise. My projects, like the last Crown, remained low-rate for almost a year, unfortunately without much interest. 4fun tibia74 stood for two years with enough players to freely engage in the server itself. Besides regular players, there were waves of new players... but someone...
  5. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    🌟 New Feature: Play-to-Earn Premium Points! Dear Community, We highly value your time and dedication to our server. Whether you are grinding high-level spawns, training your skills, or just chatting with your friends in town, you are making our world alive. To reward your loyalty, we have just...
  6. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    🎮 SERVER INFO & SYSTEMS Welcome to our server! Below you will find a complete overview of the most important mechanics, PvP systems, and game rules. Learn how combat works, explore the reward system, and get ready for your adventure! ⚔️ PVP SYSTEM & PROTECTION LEVEL Our world operates in PvP...
  7. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    some changes for tests: exp is changed 1-8 lvl is x100 9-50 is x150 51 and more is x50 skills x30 magic x20 im trying to point a PVP server for play/PVP type now You earn a "frag" from every player You kill killing the same player is set to count 1 per hour and its IP lock to not abuse...
  8. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    new Rook spells to enjoy staing on rook XD - utevo lux min and exura min
  9. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    please notice _ USE NEW CLIENT with autoupdater set on https://crownots.eu/download/CrownOTS_client.zip
  10. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    Welcome back! After many adventures and life events that took me away from life for practically a year and a half, and left both servers "abandoned," we're back in the fun! I've been checking out my distributions and new stuff lately, but I've decided we're back online with my old version...
  11. PuszekLDZ

    Tibia 7.7 Server Decompiled

    hey ya I got some like that: query, web, login are up how to run game and chect that files?
  12. PuszekLDZ

    TVP 7.4 Develop & TVP 7.7 Stable Full Distribution

    Any one could tell me, how to install acc maker? I saw znote files, but never use that one, so I dont know how to run it to work with that one.. i done player and acc in database manually, but I wanted to use some acc to make a players come and test it with me Or Please point me a nice znote...
  13. PuszekLDZ

    ⚔️ TFS 1.8 Downgrade 8.60 — Open Source Tibia Server Base

    i just compiled all with otcv8 - it seems that monsters after kill "still" stand and block.. its server side or otcv8?
  14. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    Starting today, every player will receive 1 shop point every 3 hours of online activity. Each new account still receives 7 days of premium upon creation :) I hope to see you back on the server and continuing to play! :)
  15. PuszekLDZ

    [Poland] [7.4] CrownOTS // Start on Feb 28th, 18:00 CET

    Still online - still waiting for Ya all :) EXP x3 until level 20 EXP x2 until level 100 EXP x1 after level 100 Skill x3 Magic Level x2 Loot x2
  16. PuszekLDZ

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    i saw that later... try this one, counts attackers :) local function getKillers(creature) local killers = {} local timeNow = os.mtime() local inFightTicks = configManager.getNumber(configKeys.PZ_LOCKED) for uid, cb in pairs(creature:getDamageMap()) do local...
  17. PuszekLDZ

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    local function getKillers(creature, party) local killers = {} local timeNow = os.mtime() local inFightTicks = configManager.getNumber(configKeys.PZ_LOCKED) for uid, cb in pairs(creature:getDamageMap()) do local attacker = Player(uid) if attacker and attacker ~=...
  18. PuszekLDZ

    [Poland] [7.4] [Real Map] Medium Rate Tibia 7.4 - 4FUN server [12 Jan 2024 17:00 CET]

    One of our players literally forced me to fix the task counting code. 🤣 The bug was counting the same task for a party member even if they were standing in the DP with level 8 (e.g., Hydra task). From now on, the code only counts players who have also attacked the specific monster.
  19. PuszekLDZ

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    try now: local function getKillers(creature, party) local killers = {} local timeNow = os.mtime() local inFightTicks = configManager.getNumber(configKeys.PZ_LOCKED) for uid, cb in pairs(creature:getDamageMap()) do local attacker = Player(uid) if attacker and...
  20. PuszekLDZ

    [Poland] [7.4] [Real Map] Medium Rate Tibia 7.4 - 4FUN server [12 Jan 2024 17:00 CET]

    I'm still working on the server, but unfortunately, I've been short on time lately, so the new content is a bit delayed. Don't worry—I'm still here and still working! :) Thank you all for being with us!
Back
Top