• 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. Unknown Soldier

    Lua Item time left/charges

    Thats not everything though, and I don't know why would you need that graph thing for item duration feature. To implement this feature the best possivle way go this path for tfs and otc source edits: 1. https://github.com/Oen44/tfs-new-decay/commit/f72bde7c08a580c93336d33cbf857b1a008a2764 2...
  2. Unknown Soldier

    Lua Spam spells

    I think such people should be blacklisted and be unable to start a new thread in support board.
  3. Unknown Soldier

    Emberfall Online - Discussion Thread

    Hello again! Recent work has focused primarily on content, but I'll leave that for players to discover. Today, I'll give you some information about looting and items rarity on Emberfall. The server offers a quicklooting feature that makes collecting loot faster and more organized. There are...
  4. Unknown Soldier

    Emberfall Online - Discussion Thread

    For now nothing has been done in that regard, cannot guarantee that it will be ready at the very beginning, but certainly at some point events for guilds, and not just guilds, will be added.
  5. Unknown Soldier

    [TFS 1.X] Monsters fighting each other (monster vs. monster)

    Thats deffinitely things to use in small amounts to avoid performance troubles. Your solution looks way better, just learned something new, thanks!
  6. Unknown Soldier

    [TFS 1.X] Monsters fighting each other (monster vs. monster)

    Hello, out of curiosity I made a script that allows monsters to fight other monsters, it is fully lua, and has seweral drawbacks, in general it shouldn't be used to some more complex fights, rather to make some tiny addition to the game, like making an orc kill a pig. Whatever. So the...
  7. Unknown Soldier

    [TFS 1.X] Monsters fighting each other (monster vs. monster)

    Unknown Soldier submitted a new resource: [TFS 1.X] Monsters fighting each other (monster vs. monster) - Monsters fighting each other (monster vs. monster) Read more about this resource...
  8. Unknown Soldier

    Question about OTCV8 Client (Modules removal)

    I think that's not exactly what he meant, he seems to want to make it impossible to just drag and drop bot module into his OTC directory, as it is possible even with encrypted client. So having encrypted client with not encrypted bot module is going to make the bot work. Basically even a kid can...
  9. Unknown Soldier

    Emberfall Online - Discussion Thread

    There is such a chance, but the decision will be made after the EU server launch.
  10. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    Removed parcel, label and mailbox, no need to use them anymore. local bossConfig = { ["orshabaal"] = { timeCounterStorage = 66666, delayTimer = 10, --in seconds bagId = 1993, allowedDistance = 20, --max distance between boss and player, above this value no...
  11. Unknown Soldier

    Don't delete items on doors that close automatically

    Take a look at this https://otland.net/threads/1-4-2-experience-door-distro-bug.288202/
  12. Unknown Soldier

    Boss Bar

    Ahhh ok, so somebody basically made it worse, as for example for every new boss you need to edit the client too. Well... whatever
  13. Unknown Soldier

    Boss Bar

    So it misses server side code, together with the sources.
  14. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    I've updated the script to support unique items like in the case of ferumbras hat, where only top damage dealer will get the item marked as unique. Main post updated with a new script. Leaving it also here: @edit I have also added a possiblity to create multiple boss configs in one file (you...
  15. Unknown Soldier

    Emberfall Online - Discussion Thread

    The bestiary is another feature you will find on Emberfall. Hunting creatures progressively expands the amount of information available about a monster, such as its stats or loot, and grants additional permanent combat bonuses upon completion. Huge thanks to @Fifth for making this possible...
  16. Unknown Soldier

    OTClient I need a suggestion on which version to use

    Regarding OTC, the version by Kondra is no more developed, but the continuation of that version, with regular commits can be found here: https://github.com/OTAcademy/otclientv8 And I really recommend that. Regarding TFS, 1.4.2 form 10.98 protocol is the best for custom servers, blacktek is...
  17. Unknown Soldier

    Emberfall Online - Discussion Thread

    Today, I’d like to share more details about weapon upgrades, specifically weaponcraft. Upgrading shields is fairly straightforward, as described earlier in this thread. The goal was to keep it simple and avoid unnecessary complexity. Similarly, weapon upgrades were designed to be simple yet...
  18. Unknown Soldier

    vocations - scaling of magical healing and damage

    Well I dont use it myself, but looks like people in the comments confirmed it works, so you must be doing something wrong. Or perhaps your spells formulae are not taking in consideration magic level. Have you checked your healing spells?
  19. Unknown Soldier

    vocations - scaling of magical healing and damage

    You can try this: https://otland.net/threads/1-5-add-magicdamage-in-vocation-xml.285396/ Or just adjust the formulas in your spells to your liking.
  20. Unknown Soldier

    vocations - scaling of magical healing and damage

    What the hell is "healing damage"? Combination of those 2 words does not make sense at all. And I am sure it is not TFS 1.4.2, or the commit you use with "healing damage" is some bugando crap. Where did you get this thing from?
Back
Top