• 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!

Recent content by Antonow

  1. Antonow

    [PRE-ALPHA] Tales of Middle-Earth - Development Thread

    That's a cool projetct! It's been a while since i've had adventures such as this one. Looking forward for it, good luck!
  2. Antonow

    Help with multiple CombatArea spell

    With the help of Animera I managed to make this code now. But I'm not 100% about the ending. -->needed in order for spells to do extra things. local combat = createCombatObject() -->Set conditioning for spell. (tick, interval, damage) local condition = createConditionObject(CONDITION_POISON)...
  3. Antonow

    Help with multiple CombatArea spell

    Hello there! I've been trying to make a custom 'animated' spell, meaning it has a cast animation with subsequent animations that still deals damage. Here's the code that I have so far: local combat = createCombatObject() -->Needed in order for spells to do extra things. setCombatParam(combat...
Back
Top