Ir para conteúdo

Editei Uma Cobra E Deu Nisso


maxxam71

Posts Recomendados

eu editei uma cobra e quando boto o ot on acontece isso:

Premature end of data in tag monster line 2

nao tenho a minima ideia do que eu devo fazer detalhe aki esta o xml da cobra:

 

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

<monster name="Rainha das serpentes" namedescription="a Rainha" race="blood" experience="3000" speed="170" manacost="0">

<health now="81" corpse="3007"/>

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

<flag canpushitems="1"/>

<flag canpushcreatures="1"/>

<flag targetdistance="1"/>

<flag staticattack="90"/>

<flag runonhealth="0"/>

</flags>

<attacks>

<attack name="melee" interval="2000" skill="95" attack="90"/>

<attack name="poison" interval="2000" chance="15" range="7" min="-15500" max="-20000">

<attribute key="shootEffect" value="poison"/>

</attack>

<attack name="poison" interval="2000" chance="15" radius="3" target="0" min="-35000" max="-39000">

<attribute key="areaEffect" value="poison"/>

</attack>

<attack name="death" interval="1000" chance="12" radius="3" target="0" min="-22000" max="-27000">

<attribute key="areaEffect" value="smallclouds"/>

</attack>

</attacks>

<defenses armor="23" defense="25" >

<defense name="outfit" interval="4200" chance="50" monster="rat" duration="5000">

<attribute key="areaEffect" value="blueshimmer"/>

</defense>

<defense name="outfit" interval="6200" chance="50" monster="larva" duration="4000">

<attribute key="areaEffect" value="blueshimmer"/>

</defense>

<defense name="outfit" interval="8200" chance="50" monster="scorpion" duration="3000">

<attribute key="areaEffect" value="blueshimmer"/>

</defense>

</defenses>

<immunities>

<immunity earth="1"/>

<immunity paralyze="1"/>

<immunity invisible="1"/>

</immunities>

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

<voice sentence="Morra!" yell="1"/>

</voices>

</monster>

Link para o comentário
Compartilhar em outros sites

<?xml version="1.0" encoding="utf-8"?>
<monster name="Rainha das serpentes" namedescription="a Rainha" race="blood" experience="3000" speed="170" manacost="0">
<health now="110" max "110"/>
<look type="81" corpse="3007"/>
<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="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="95" attack="90"/>
<attack name="poison" interval="2000" chance="15" range="7" min="-15500" max="-20000">
<attribute key="shootEffect" value="poison"/>
</attack>
<attack name="poison" interval="2000" chance="15" radius="3" target="0" min="-35000" max="-39000">
<attribute key="areaEffect" value="poison"/>
</attack>
<attack name="death" interval="1000" chance="12" radius="3" target="0" min="-22000" max="-27000">
<attribute key="areaEffect" value="smallclouds"/>
</attack>
</attacks>
<defenses armor="23" defense="25" >
<defense name="outfit" interval="4200" chance="50" monster="rat" duration="5000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
<defense name="outfit" interval="6200" chance="50" monster="larva" duration="4000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
<defense name="outfit" interval="8200" chance="50" monster="scorpion" duration="3000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity earth="1"/>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Morra!" yell="1"/>
</voices>
</monster>

 

faltava algumas linhas como HP, corpo e looktype

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...