Boa noite, estou querendo colocar alguns pokemons no modo pacifico. o Script do pokemon é o seguinte.
preciso alterar algo nesse script ou add algo em outro para funcionar ?
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Sunkern" nameDescription="a sunkern" race="grass" experience="100" speed="214" manacost="0">
<health now="50" max="50"/>
<look type="895" head="20" body="30" legs="95" feet="113" corpse="4447"/>
<targetchange interval="2000" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="0"/>
<flag passive="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>
<attack name="Absorb" interval="2711" chance="30" range="1"/>
<attack name="Leech Seed" interval="3040" chance="28" range="3"/>
<!-- Magina nao pertence a esse pokemon <attack name="Vine Whip" interval="3040" chance="28" range="6"/> -->
<attack name="Razor Leaf" interval="2625" chance="23" range="3"/>
</attacks>
<defenses armor="0" defense="0"/>
<voices interval="5000" chance="10">
<voice sentence="SUNKERN!"/>
</voices>
<loot>
<item id="12163" chance="100" countmax="80"/> --seed
<item id="12155" chance="50" count="1" countmax="1"/> --pair of leaves
<item id="12153" chance="40" count="1" countmax="1"/> --bag of pollem
<item id="12154" chance="10" count="1" countmax="1"/> --bulb
</loot>
<script>
<event name="Spawn"/>
</script>
</monster>