• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Add monster spells

ameer

New Member
Joined
Dec 31, 2010
Messages
83
Reaction score
0
hello how can i add exevo gran mas tera to my monster i tried with the effect plantattack but its still not works any ideas?



<?xml version="1.0" encoding="UTF-8"?>
<monster name="Golgordan" nameDescription="golgordan" race="fire" experience="69000" speed="500" manacost="0">
<health now="47500" max="47500"/>
<look type="12" head="108" body="100" legs="105" feet="114" corpse="6068"/>
<targetchange interval="7000" chance="10"/>
<strategy attack="90" defense="10"/>
<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="85"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="1000" skill="250" attack="250"/>
<attack name="lifedrain" interval="1000" chance="20" radius="6" target="0" min="-1300" max="-3800">
<attribute key="areaEffect" value="poff"/>
</attack>
<attack name="death" interval="1000" chance="15" length="8" spread="0" min="-1800" max="-5800">
<attribute key="areaEffect" value="mortarea"/>
</attack>
<attack name="earthcondition" interval="1000" chance="10" length="5" spread="2" min="-1000" max="-3000">
<attribute key="shootEffect" value="poison"/>
<attribute key="areaEffect" value="plantattack"/>
<attribute key="areaEffect" value="greenbubble"/>
</attack>
<attack name="physical" interval="1000" chance="10" radius="6" target="0" min="-1000" max="-5700">
<attribute key="areaEffect" value="groundshaker"/>
</attack>
<attack name="manadrain" interval="1500" chance="15" radius="5" target="0" min="-1000" max="-3000">
<attribute key="areaEffect" value="poison"/>
</attack>
<attack name="physical" interval="1000" chance="20" range="7" radius="4" target="1" min="-3000" max="-7000">
<attribute key="shootEffect" value="poison"/>
<attribute key="areaEffect" value="blackspark"/>
</attack>
<attack name="earth" interval="1000" chance="10" length="8" spread="3" min="-1800" max="-6000">
<attribute key="areaEffect" value="poison"/>
</attack>
<attack name="poisonfield" interval="1000" chance="10" range="7" radius="4" target="1">
<attribute key="shootEffect" value="poison"/>
</attack>
</attacks>
<defenses armor="48" defense="54"/>
<elements>
<element icePercent="-15"/>
<element holyPercent="-15"/>
<element physicalPercent="20"/>
<element firePercent="-5"/>
</elements>
<immunities>
<immunity energy="1"/>
</immunities>
<voices interval="2000" chance="10">
<voice sentence="Latrivan your fool" yell="1"/>
</voices>
</monster>
 
Back
Top