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

help, extra content at end of file

Frillinde

Founder: Another Realm
Joined
Jan 16, 2012
Messages
148
Reaction score
3
Location
his computer
Im getting extra content at end of file error and I cant find the error....can someone help me out? :)

<?xml version="1.0" encoding="UTF-8"?>

<monster name="Minotaur Champion" nameDescription="a minotaur champion" race="blood" experience="520" speed="210">
<health now="325" max="325"/>

<look type="29" corpse="5983"/>

<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="1"/>

<flag pushable="0"/>

<flag canpushitems="1"/>

<flag canpushcreatures="1"/>

<flag targetdistance="1"/>

<flag staticattack="90"/>

<flag runonhealth="0"/>

</flags>

<attacks>

<attack name="energyfield" interval="1000" chance="12" range="7" radius="1" target="1">
<attribute key="shootEffect" value="energy"/>
</attack>
<attack name="melee" interval="2000" skill="60" attack="45"/> </attack>
</attacks>

<defenses>
<defenses armor="20" defense="30"/>
</defense>

</defenses>

<elements>


<element firePercent="20"/>

<element holyPercent="10"/>

<element icePercent="-10"/>

<element deathPercent="-5"/>

</elements>

<voices>
<voices interval="5000" chance="10">

<voice sentence="Kirll Karrrl!"/>

<voice sentence="Kaplar!"/>

</voices>

<loot>

<item id="3976" countmax="10" chance="50000"/><!-- worm -->
<item id="2148" countmax="100" chance="100000"/><!-- gold coin -->
<item id="2580" chance="5000"/><!-- fishing rod -->

<item id="2229" countmax="3" chance="70000"/><!-- skull -->

<item id="2671" countmax="2" chance="70000"/><!-- ham -->

<item id="2387" chance="9000"/><!-- double axe -->

<item id="5878" countmax="2" chance="50000"/><!-- minotaur leather -->

<item id="1987" chance="100000"><!-- bag -->

<inside>

<item id="2386" chance="56666"/><!-- axe -->

<item id="2648" chance="65000"/><!-- chain legs -->

<item id="2463" chance="12500"/><!-- plate armor -->

<item id="2475" chance="2500"/><!-- warrior helmet -->

<item id="2152" countmax="4" chance="60000"/><!-- platinum coin -->

<item id="2513" chance="42000"/><!-- battle shield -->

</inside>

</item>
</loot>
</monster>


:blink:
 
<?xml version="1.0" encoding="UTF-8"?>

<monster name="Minotaur Champion" nameDescription="a minotaur champion" race="blood" experience="520" speed="210">
<health now="325" max="325"/>

<look type="29" corpse="5983"/>

<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="1"/>

<flag pushable="0"/>

<flag canpushitems="1"/>

<flag canpushcreatures="1"/>

<flag targetdistance="1"/>

<flag staticattack="90"/>

<flag runonhealth="0"/>

</flags>

<attacks>

<attack name="energyfield" interval="1000" chance="12" range="7" radius="1" target="1">
<attribute key="shootEffect" value="energy"/>
</attack>
<attack name="melee" interval="2000" skill="60" attack="45"/>
</attacks>

<defenses>
<defenses armor="20" defense="30"/>
</defenses>

<elements>


<element firePercent="20"/>

<element holyPercent="10"/>

<element icePercent="-10"/>

<element deathPercent="-5"/>

</elements>

<voices interval="5000" chance="10">

<voice sentence="Kirll Karrrl!"/>

<voice sentence="Kaplar!"/>

</voices>

<loot>

<item id="3976" countmax="10" chance="50000"/><!-- worm -->
<item id="2148" countmax="100" chance="100000"/><!-- gold coin -->
<item id="2580" chance="5000"/><!-- fishing rod -->

<item id="2229" countmax="3" chance="70000"/><!-- skull -->

<item id="2671" countmax="2" chance="70000"/><!-- ham -->

<item id="2387" chance="9000"/><!-- double axe -->

<item id="5878" countmax="2" chance="50000"/><!-- minotaur leather -->

<item id="1987" chance="100000"><!-- bag -->

<inside>

<item id="2386" chance="56666"/><!-- axe -->

<item id="2648" chance="65000"/><!-- chain legs -->

<item id="2463" chance="12500"/><!-- plate armor -->

<item id="2475" chance="2500"/><!-- warrior helmet -->

<item id="2152" countmax="4" chance="60000"/><!-- platinum coin -->

<item id="2513" chance="42000"/><!-- battle shield -->

</inside>

</item>
</loot>
</monster>
 
Back
Top