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

Windows ERRO IN TFS

JonatasLucas

New Member
Joined
Jun 12, 2013
Messages
116
Reaction score
3
11092562_620742118056904_679154826_n.jpg


can anyone help me doing a favor
 
blade.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="blade" nameDescription="a blade" race="undead" experience="5450" speed="500" manacost="0">
  <health now="1000" max="1000"/>
  <look type="102" corpse="2376"/>
  <targetchange interval="5000" chance="0"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="0"/>
    <flag pusheable="1"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="20"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="-500" max="-1000"/>
  </attacks>
  <defenses armor="1999" defense="1999"/>
  <immunities>
    <immunity physical="1"/>
    <immunity energy="1"/>
    <immunity holy="1"/> 
    <immunity fire="1"/>
    <immunity earth="1"/>
    <immunity ice="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="0"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
</monster>

deus.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Deus" nameDescription="a deus" race="venom" experience="2000000" speed="90900" manacost="0">
  <health now="195650" max="195650"/>
    <look type="128" head="0" body="0" legs="0" feet="0" corpse="6080"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
    <attacks>
                <attack name="melee" interval="100" skill="499" attack="499"/>
        <attack name="fire" interval="500" chance="55" range="7" radius="7" target="1" min="-10000" max="-1200">
            <attribute key="shootEffect" value="fire"/>
            <attribute key="areaEffect" value="firearea"/>
        </attack>
    </attacks>
  <defenses armor="15" defense="15">
    <defense name="healing" interval="1000" chance="1000" min="2500" max="225">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
      <elements>
        <element energyPercent="15"/>
        <element icePercent="10"/>
        <element firePercent="-15"/>
    </elements>
  <immunities>
    <immunity fire="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="Blubb"/>

  <summons maxSummons="3">
    <summon name="Multi" interval="1000" chance="10000"/>
    <summon name="Multi" interval="1000" chance="10000"/>
  </summons>

    <item id="9971" countmax="20" chance1="990000" chancemax="100000"/>
    <item id="2472" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2522" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2470" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2514" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2160" countmax="70" chance1="990000" chancemax="100000"/>
  </loot>
</monster>

Demonio Do Sexto Inferno S
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Demonio Do Sexto Inferno [*]" nameDescription="a demonio do sexto inferno" race="fire" experience=355000" speed="520" manacost="0">
  <health now="150500" max="150500"/>
  <look type="35" corpse="5995"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="90" defense="10"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="50"/>
    <flag runonhealth="0"/>
  </flags>
    <attacks>
    <attack name="melee" interval="2000" min="-10500" max="-13500"/>
    <attack name="energy" interval="1000" chance="12" length="8" spread="0" min="-1000" max="-1500">
        <attribute key="areaEffect" value="energyarea"/>
    </attack>
    </attacks>
    <defenses armor="55" defense="55">
    <defense name="healing" interval="2000" chance="15" min="1000" max="2000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    </defenses>
    <immunities>
    <immunity fire="1"/>
    <immunity ice="1"/>
    <immunity poison="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
    <immunity holy="1"/>
  </immunities>
  <summons maxSummons="2">
    <summon name="juggernaut" interval="2000" chance="100"/>
  </summons>
  <voices interval="5000" chance="10">
   <voice sentence="Your soul will be mine!" yell="0"/>
   <voice sentence="MUHAHAHAHA!" yell="1"/>
   <voice sentence="I SMELL FEEEEEAAAR!" yell="1"/>
   <voice sentence="CHAMEK ATH UTHUL ARAK!" yell="1"/>
   <voice sentence="Your resistance is futile!"/>
   </voices>

    <loot>
    <item id="1978" countmax="1" chance="2500"/>
    <item id="2745" countmax="1" chance="1000"/>
  </loot>

</monster>
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="blade" nameDescription="a blade" race="undead" experience="5450" speed="500" manacost="0">
<health now="1000" max="1000"/>
<look type="102" corpse="2376"/>
<targetchange interval="5000" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="1"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="20"/>
</flags>
<attacks>
<attack name="melee" interval="2000" min="-500" max="-1000"/>
</attacks>
<defenses armor="1999" defense="1999"/>
<immunities>
<immunity physical="1"/>
<immunity energy="1"/>
<immunity holy="1"/>
<immunity fire="1"/>
<immunity earth="1"/>
<immunity ice="1"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="0"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
</monster>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Deus" nameDescription="a deus" race="venom" experience="2000000" speed="90900" manacost="0">
  <health now="195650" max="195650"/>
    <look type="128" head="0" body="0" legs="0" feet="0" corpse="6080"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
    <attacks>
                <attack name="melee" interval="100" skill="499" attack="499"/>
        <attack name="fire" interval="500" chance="55" range="7" radius="7" target="1" min="-10000" max="-1200">
            <attribute key="shootEffect" value="fire"/>
            <attribute key="areaEffect" value="firearea"/>
        </attack>
    </attacks>
  <defenses armor="15" defense="15">
    <defense name="healing" interval="1000" chance="1000" min="2500" max="225">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
      <elements>
        <element energyPercent="15"/>
        <element icePercent="10"/>
        <element firePercent="-15"/>
    </elements>
  <immunities>
    <immunity fire="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>

  <voices interval="5000" chance="10">
    <voice sentence="Blubb"/>
  </voices>

  <summons maxSummons="3">
    <summon name="Multi" interval="1000" chance="10000"/>
    <summon name="Multi" interval="1000" chance="10000"/>
  </summons>

<loot>
    <item id="9971" countmax="20" chance1="990000" chancemax="100000"/>
    <item id="2472" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2522" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2470" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2514" countmax="1" chance1="990000" chancemax="100000"/>
    <item id="2160" countmax="70" chance1="990000" chancemax="100000"/>
  </loot>
</monster>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Demonio Do Sexto Inferno [*]" nameDescription="a demonio do sexto inferno" race="fire" experience="355000" speed="520" manacost="0">
  <health now="150500" max="150500"/>
  <look type="35" corpse="5995"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="90" defense="10"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="50"/>
    <flag runonhealth="0"/>
  </flags>
    <attacks>
    <attack name="melee" interval="2000" min="-10500" max="-13500"/>
    <attack name="energy" interval="1000" chance="12" length="8" spread="0" min="-1000" max="-1500">
        <attribute key="areaEffect" value="energyarea"/>
    </attack>
    </attacks>
    <defenses armor="55" defense="55">
    <defense name="healing" interval="2000" chance="15" min="1000" max="2000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    </defenses>
    <immunities>
    <immunity fire="1"/>
    <immunity ice="1"/>
    <immunity poison="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
    <immunity holy="1"/>
  </immunities>
  <summons maxSummons="2">
    <summon name="juggernaut" interval="2000" chance="100"/>
  </summons>
  <voices interval="5000" chance="10">
   <voice sentence="Your soul will be mine!" yell="0"/>
   <voice sentence="MUHAHAHAHA!" yell="1"/>
   <voice sentence="I SMELL FEEEEEAAAR!" yell="1"/>
   <voice sentence="CHAMEK ATH UTHUL ARAK!" yell="1"/>
   <voice sentence="Your resistance is futile!"/>
   </voices>

    <loot>
    <item id="1978" countmax="1" chance="2500"/>
    <item id="2745" countmax="1" chance="1000"/>
  </loot>

</monster>[code]
 
just little fixes

blade.xml
Code:
<flag pusheable="1"/> -- wrong
<flag pushable="1"/> -- correct

deus.xml
Code:
<loot> -- start tag missing
</voices> -- end tag missing

Demonio Do Sexto Inferno S
Code:
experience=355000" -- " missing (wrong)
experience="355000" -- correct
 
Back
Top