I've searched but all I find are unsolved 0.2.x threads. Here is the error:
And the XML
Code:
[Warning - Monsters::loadMonster] Unknown element percent. data/monster/Skeleton
s/pirate skeleton.xml
And the XML
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="pirate skeleton" nameDescription="a pirate skeleton" race="UNDEAD" experience="85" speed="230" manacost="0">
<health now="190" max="190"/>
<look type="195" head="0" body="0" legs="0" feet="0" corpse="6070"/>
<targetchange interval="5000" chance="8"/>
<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="0"/>
<flag staticattack="90"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<elements>
<element HolyPercent="-25"/>
</elements>
<attacks>
<attack name="melee" interval="2000" min="-0" max="-50"/>
</attacks>
<defenses armor="18" defense="19"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="1"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="1"/>
</immunities>
<loot>
<item id="2148" countmax="25" chance1="40000" chancemax="108"/>
<item id="2229" countmax="2" chance1="9727" chancemax="0"/>
<item id="2231" chance="4000"/>
<item id="6095" chance="5000"/>
<item id="5927" chance="100000">
<inside>
<item id="2376" chance="18402"/>
<item id="2449" chance="8491"/>
</inside>
</item>
</loot>
</monster>