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

    Monsters go through energy and fire fileds. Tfs 1.2

    For example code: <?xml version="1.0" encoding="UTF-8"?> <monster name="Hydra" nameDescription="a hydra" race="blood" experience="2100" speed="250" manacost="0"> <health now="2350" max="2350" /> <look type="121" corpse="6048" /> <targetchange interval="4000" chance="10" />...
  2. L

    Ethereal spear problem with arrows of the elements. TFS1.2

    Ok. I want hit the elements with arrows, but I don't want hit the elements with spells.
  3. L

    Ethereal spear problem with arrows of the elements. TFS1.2

    I know but I do not want to hit the elements.
  4. L

    Ethereal spear problem with arrows of the elements. TFS1.2

    When player use arrows of the elements end throws a spell, then instead hit only physical damage, player hits physical damage and elements damage. Where is the problem? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
Back
Top