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

Linux Error pythus

hasbro

Member
Joined
Feb 15, 2009
Messages
287
Reaction score
6
Erro:

data/monster/Bosses/pythius the rotten.xml:67: parser error : Opening and ending tag mismatch: attacks line 23 and monster
</monster>
^
data/monster/Bosses/pythius the rotten.xml:68: parser error : Premature end of data in tag monster line 2

^
[20:30:02.671] [Warning - Monsters::loadMonster] Cannot load monster (Pythius The Rotten) file (data/monster/Bosses/pythius the rotten.xml).
[20:30:02.684] Line: 68, Info: Premature end of data in tag monster line 2



Lua:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Pythius The Rotten" nameDescription="Pythius the rotten" race="undead" experience="70000" speed="300" manacost="0">
  <health now="90000" max="90000"/>
  <look type="231" corpse="0"/>
  <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 canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
   <script>
	<event name="PythiusTheRotten"/>
  </script>
 	<attacks>
		<attack name="melee" interval="2000" skill="190" attack="180"/>
		<attack name="physical" interval="2000" chance="20" radius="5" target="1" min="-100" max="-300">
			<attribute key="areaEffect" value="groundshaker"/>
		</attack>
		<attack name="physical" interval="2000" chance="15" target="0" radius="1">
			<attribute key="areaEffect" value="groundshaker"/>
		</attack>
		<attack name="energy" interval="2000" chance="25" radius="3" target="1" min="-100" max="-500">
			<attribute key="areaEffect" value="energyarea"/>
		</attack>
		<attack name="poisoncondition" interval="2000" chance="20" range="5" min="-1" max="-600">
			<attribute key="shooteffect" value="poison"/>
		</attack>
		<attack name="manadrain" interval="2000" chance="25" radius="5" target="0" min="-50" max="-210">
			<attribute key="areaEffect" value="energyarea"/>
		</attack>
		<attack name="death" interval="2000" chance="20" length="8" spread="0" min="-100" max="-800">
			<attribute key="areaEffect" value="smallclouds"/>
		</attack>
		<attack name="speed" interval="2000" chance="25" radius="5" target="1" speedchange="-600" duration="5000">
			<attribute key="areaEffect" value="icearea"/>
		</attack>
  <defenses armor="60" defense="65">
  </defenses>
  	<elements>
		<element energyPercent="96"/>
		<element deathPercent="20"/>
		<element icePercent="20"/>
		<element earthPercent="-5"/>
	</elements>
  <immunities>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
    <immunity lifedrain="1"/>
    <immunity energy="1"/>
    <immunity earth="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="YOU'LL NEVER GET MY TREASURE!" yell="1"/>
	<voice sentence="MINIONS, MEET YOUR NEW BROTHER!" yell="1"/>
	<voice sentence="YOU WILL REGRET THAT YOU ARE BORN!" yell="1"/>
	<voice sentence="YOU MADE A HUGE WASTE!" yell="1"/>
  </voices>
</monster>
 
Back
Top Bottom