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

Solved Line: 50, Info: Premature end of data in tag monster line 2 ERROR , please help!

demon47

New Member
Joined
Dec 11, 2012
Messages
59
Reaction score
2
Location
Belgium
Hello this is my first thread ever! but thats what i don't wanna talk about it
I wanna create a new monster "People killer" but it gives an error
Line: 50, Info: Premature end of data in tag monster line 2 <<<<
Somebody can help me
V here is the monster
<?xml version="1.0" encoding="UTF-8"?>
<monster name="People Killer" nameDescription="People Killer (Level 125). He is an elite knight." race="blood" experience="5600" speed="610" manacost="0">
<health now="1940" max="1940"/>
<look type="134" head="114" body="0" legs="88" feet="76" addons="3" mount="387" corpse="6080"/>
<targetchange interval="60000" 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="0"/>
<flag canpushitems="1"/>
<flag staticattack="50"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" min="-90" max="-400"/>
<attack name="physical" interval="4000" chance="20" range="7" min="-90" max="-320">
<attribute key="shootEffect" value="whirlwindsword"/>
</attack>
</attacks>
<defenses armor="0" defense="0">
<defense name="healing" interval="10000" chance="100" min="400" max="630"/>
</defenses>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="1"/>
</immunities>
<loot>
<item id="2472" chance="100"/>
<item id="2520" chance="180"/>
<item id="2400" chance="40"/>
<item id="2195" chance="300"/>
<item id="2470" chance="320">

</loot>
</monster>
 
<item id="2470" chance="320"/>

Might need to add a slash at that physical attack aswell.
 
Ah lol , that i didn't saw that! :OOO btw thanks man!!!!!! :D


------------------------------------------------------------------------

I need glasses Lool
 
Back
Top