• 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. 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! :)
  2. 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
  3. 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...
  4. 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 ~=...
  5. 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.
  6. 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...
  7. 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!
  8. PuszekLDZ

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    In Your tasks.lua in creaturescript add that - it should work :) local function getObjs(creature) local objs = {} local timeNow = os.mtime() local inFightTicks = configManager.getNumber(configKeys.PZ_LOCKED) for uid, cb in pairs(creature:getDamageMap()) do local attacker...
  9. PuszekLDZ

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

    After the server save, you will be able to explore the underground of the "game hall" in Thais. The area is still a work in progress – I'm open to suggestions for changes and possible expansions. Access is available from level 100.
  10. PuszekLDZ

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

    It's happening, and it's happening now! 🙂 17:15 New record: 14 players are logged in. Thanks!
  11. PuszekLDZ

    TFS 1.X+ [movement] Script not working – no errors, no prints.

    in movements maybe add function="onDeEquipItem" and function="onEquipItem" maybe some related to that? and maybe some: If the player has less than 1500 HP, they will die immediately after removing the ring. player:setHealth(math.max(1, player:getHealth() - 1500)) to local currentHealth =...
  12. PuszekLDZ

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

    I fixed the issue related to the walls in "Demon Hell" – for now, when two characters step on the tile, the walls will be completely removed, and stepping off the tile will not restore them. This is a temporary solution until I rewrite the script.
  13. PuszekLDZ

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

    Check now how the client works. It should be noticeably better, and movement should be smoother.
  14. PuszekLDZ

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

    1741378263 1741383677 Check now how the client works. It should be noticeably better, and movement should be smoother.
  15. PuszekLDZ

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

    Sivah was a small town near Ankrahmun. Unfortunately, long before the discovery of the ancient city, a terrible epidemic broke out in this once-thriving settlement. The mages were powerless and ordered the island to be sealed off so that no one could reach the infected town. However, our brave...
  16. PuszekLDZ

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

    As agreed, all accounts have received an additional 7 days of Premium Account time today. Newly created accounts will also start with 7 days of premium instead of 3. Join us at https://crownots.eu
  17. PuszekLDZ

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

    A small bug with displaying wand names – for example, Wand of Might was shown as Volcanic Rod, etc. – has been fixed, thanks to the keen eye of our player :) Come and join us!
  18. PuszekLDZ

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

    Spells should be working on a magic level - not on a character level. So if You got mlvl and mana for use spell - You will use it :)
  19. PuszekLDZ

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

    The community has voted, and it is done. Expanded Black Knight Castle with new levels Shortcut to Demons Shortcut to Dracona Added very rare and unique items to BOSSES
Back
Top