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

    Boss Bar

    So it misses server side code, together with the sources.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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?
  7. 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.
  8. 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?
  9. Unknown Soldier

    Anti-Bot System - Feedback Request

    It's not only anti bot system, it's anti player system too. You wouldn't have bots, but also players. This would be so annoying to have those windows popping up during the hunt and covering game screen. This is no less harmful for players than botting itself. Besides, what happens if this...
  10. Unknown Soldier

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    It looks like it can only check monsters, that have actual spawn point on the map.
  11. Unknown Soldier

    CipSoft just mass-deleted thousands of players (top-levels)

    You're interpreting things based on your own lens alone, purely from your perspective. And your perspective isn't everybody's perspective.
  12. Unknown Soldier

    Lua Boss mechanic

    You can do it in few different ways. 1. In monster xml file, Young Troll in this example, add script="troll_evolve.lua" in the line with name, for example after manacost="0". Then create a folder named "scripts" inside "monster" folder, if you dont have it already. Then create script...
  13. Unknown Soldier

    infinite condition

    I doubt that the problem is the lack of docu or difficult to find tutorial. Nowadays reading and slowly chasing the goal is just not comfortable, not as much as getting the answer quickly, just like that. People prefer to get their answet quickly, without an effort of reading and understanding...
  14. Unknown Soldier

    infinite condition

    It's not the solution that is invalid, the solution you have in this thread is correct, just seems that you don't know how to use it, which is perfectly fine, nobody started with all the knowledge, just learned it over time. But being that rude won't help you... login.lua local...
  15. Unknown Soldier

    OTClient Where is color damage located?

    You don't change it in OTC, it is located in game engine. If you use TFS search here: game.cpp case COMBAT_ENERGYDAMAGE: { color = TEXTCOLOR_ELECTRICPURPLE; effect = CONST_ME_ENERGYHIT; break; } and const.h to change exact tint enum...
  16. Unknown Soldier

    Emberfall Online - Discussion Thread

    I see no problem switching all the windows off, and you have clean interface.
  17. Unknown Soldier

    Emberfall Online - Discussion Thread

    Never done such test, so it is difficult to say precisely, but with some good team hunts I'd say 2-3 days of casual playing, just a couple of hours a day. Solo would take longer, can only guess it may double that time.
  18. Unknown Soldier

    Emberfall Online - Discussion Thread

    I agree, too many features or overly complex designs can become overwhelming. The goal is to keep things fairly simple and rooted in classic gameplay so that anyone familiar with OT feels at home. Custom features should feel intuitive, they are picked carefully, I’ve noticed that many servers...
  19. Unknown Soldier

    Change Spell List

    That happens because you should perform edits in few places in the file for each spell. 1. remove the given spell name from spellOrder, for example :'Recovery', 2. remove whole line with spell from SpellInfo: ['Recovery'] = {id = 159, words = 'utura'...
Back
Top