• 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. E

    Show Duration on Rings?

    Hi! How can I make rings show duration time? It's not showing when I "look" rings in my otserver (tfs 0.3.7). I'm gonna paste energy ring code as an example: OnEquip (Equiped): <item id="2167" article="an" name="energy ring"> <attribute key="weight" value="80"/> <attribute...
  2. E

    Emote Spells?

    Hi everyone, it's me again. I was wondering if there is some way to change the color for the emote spells. I was thinking about spells in white color, to be more specific. If someone knows how to do that, please, answer me. My config.lua: spellNameInsteadOfWords = false emoteSpells =...
  3. E

    Formula (Runes/Spells)

    Hey guys, it's me again. Today I was making some tests on my otserver's runes, and I've got a problem with the line: setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, 0, -1, -10, 5, 5, 1.2, 2, -20, -40) I want to make some changes on this formula. But, first I'll need to understand what...
  4. E

    How it works? (Spells)

    Thanks guys! I understood what I needed to. I'm really glad that still exists ppl like you. @Mummrik @sakux323
  5. E

    How it works? (Spells)

    So I could delete "1 * 60 * 1000" and write "60000" that it would works like it is now?
  6. E

    How it works? (Spells)

    Oh. Thanks man. But, why it's "1 * 60 * 1000"? What does it mean?
  7. E

    How it works? (Spells)

    Hey! Can someone teach me how this parameter works: I took it from my recovery.lua (spell script): local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition =...
  8. E

    Curse effect (Ghastly Dragon)

    Hey guys! How I can add a curse effect to attacks from ghastly dragon like character gets "poisoned" by giant spiders on physical attack? *P.S.: I don't use "curse" spell on spells.lua, because I have changed vocation mechanics. Ghastly Dragon.xml:
  9. E

    Spell/Rune

    Thank you!
  10. E

    Spell/Rune

    @2Rec Tfs 0.3.7 Your script is not working, by the way. :l
  11. E

    Spell/Rune

    @Xeraphus Like this?: Still not working... ):
  12. E

    Spells.lua error on Exana Pox

    Like I said before, I'm not an expert. I don't have any idea of what these lines do. But I'm glad that some ppl are trying to help me.
  13. E

    Spell/Rune

    It's not removing any negative effect:
  14. E

    Spell/Rune

    Sorry, I'm "newbie"... Can you take a look on my script and tell me if something is wrong?
  15. E

    Creating functions

    Thanks.
  16. E

    Spells.lua error on Exana Pox

    Actually it's: So I need to: ?
  17. E

    Spells.lua error on Exana Pox

    I want to make exana pox only be casted for druids, but, I can't find a way to do this My spells.lua: And when I start the server: If I delete these two lines: Then the server starts... Does anyone know how I can make exana pox be casted only for druids?
  18. E

    atributos nao funciona

    Ou faz o que o @_M4G0_ falou, ou substitui as linhas Por
  19. E

    Spell/Rune

    Hi again! I want to make UH Rune remove any negative effect (electrify, curse, burned, etc.) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat...
  20. E

    Spells

    Thank you so much! REP+ <3
Back
Top