Coloque também a cobra original =D
- Fórum
- xTibia - Notícias e Suporte
- Soluções
- Archived
- Editei Uma Cobra E Deu Nisso
6
795
09 de fevereiro de 2010 às 12:37
info
Grupo: Marquês
Registrado: 16/07/08
Posts: 1.1k
Reputação: +20
Char no Tibia: -
09 de fevereiro de 2010 às 12:49
Amigo o tópico esta na seção errada, tome mais cuidado da próxima.
Tópico reportado.
Abraços.
info
Grupo: Herói
Registrado: 17/02/08
Posts: 2.5k
Reputação: +193

09 de fevereiro de 2010 às 13:05
Seu tópico será movido para a seção correta, peço que preste mais atenção antes de postar.
E, boa sorte.
Tópico movido,
Grato.
info
Grupo: Artesão
Registrado: 30/07/07
Posts: 101
Reputação: +1

09 de fevereiro de 2010 às 20:39
<monster name="Rainha das serpentes" namedescription="a Rainha" race="blood" experience="3000" speed="170" manacost="0"/>
Falto o "/" no final.
info
Grupo: Conde
Registrado: 18/12/05
Posts: 912
Reputação: +86
Gênero: Masculino
Char no Tibia: Kohzete

13 de fevereiro de 2010 às 14:01
<?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





info
Grupo: Campones
Registrado: 12/07/08
Posts: 2
Reputação: 0
Char no Tibia: luril
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>