wolverine18
New Member
- Joined
- Feb 28, 2012
- Messages
- 4
- Reaction score
- 0
When i made the NPC in my OT, everything was going well, but when the NPC summon its pokes, they dont atack!
Anyone can help me??
here is the code of the poke..
Anyone can help me??
here is the code of the poke..
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Erika Venusaur" nameDescription="a Erika Venusaur" race="grass" experience="11000" speed="200" manacost="490">
<health now="10200" max="10200"/>
<look type="22" head="0" body="0" legs="0" feet="0" corpse="5962"/>
<targetchange interval="1000" chance="1000"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="1700" min="-105" max="-145"/>
<attack name="razor leaf" interval="2300" chance="22" min="-75" max="-100">
</attack>
<attack name="vine whip" interval="2700" chance="30" min="-280" max="-360">
</attack>
<attack name="slash" interval="2100" range="1" chance="25" min="-140" max="-160">
</attack>
<attack name="acid" interval="2400" range="6" chance="25" min="-180" max="-210">
</attack>
<attack name="leaf storm" interval="3000" range="4" chance="19" min="-490" max="-500">
</attack>
<attack name="leaf blade" interval="3000" range="1" chance="22" min="-350" max="-480">
</attack>
<attack name="leech seed 2" range="3" interval="4000" chance="15" min="-50" max="-60">
</attack>
<attack name="solar beam" range="3" interval="4500" chance="20" min="-800" max="-1200">
</attack>
</attacks>
<defenses armor="30" defense="35"/>
<voices interval="5000" chance="10">
<voice sentence="Saur"/>
<voice sentence="VENUSAUR"/>
</voices>
</monster>