• 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!

Help with some monster scripts ;S

wafuboe

Active Member
Joined
Dec 24, 2010
Messages
884
Solutions
2
Reaction score
26
[07/05/2011 21:34:27] [Warning - Monsters::loadMonster] Cannot load monster (Snake God Essence) file (data/monster/8.6/Snake God Essence.xml).
[07/05/2011 21:34:27] Line: 45, Info: Couldn't find end of Start Tag item line 45


[07/05/2011 21:34:31] [Warning - Monsters::loadMonster] Cannot load monster (Devovorga) file (data/monster/custom/Devovorga.xml).
[07/05/2011 21:34:31] Line: 5, Info: Couldn't find end of Start Tag look line 4


Snake God essence:

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Snake God Essence" nameDescription="a Snake God Essence" race="venom" experience="650000" speed="2220" manacost="0">
<health now="350000" max="350000"/>
<look type="356" corpse="8593"/>
<targetchange interval="1000" chance="15"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="230" attack="336"/>
<attack name="poison" interval="1000" chance="12" range="1" radius="1" target="1" min="-4505" max="-5215"/>
<attribute key="areaEffect" value="poison"/>
</attacks>
<defenses armor="16" defense="19"/>
<elements>
<element physicalPercent="-15"/>
<element holyPercent="1"/>
<element deathPercent="20"/>
<element firePercent="30"/>
<element energyPercent="-15"/>
<element icePercent="15"/>
<element earthPercent="70"/>
</elements>
<immunities>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="GHUSHUSF ZERRT!"/>
</voices>
<loot>
<item id="2160" countmax="100" chance="36500"/><!-- gold coin -->
<item id="12608" chance="300"/><!-- terramite legs -->
<item id="12604" chance="500"/><!-- terramite eggs -->
<item id="8301 countmax="5" chance="1000"/><!-- terramite shell -->
</loot>
</monster>

Devovorga:

?xml version="1.0" encoding="UTF-8" ?>
<monster name="Devovorga" nameDescription="Devovorga" race="venom" experience="15000000" speed="2350" manacost="0">
<health now="4000000" max="4000000" />
<look type="354" corpse="12599/>
<targetchange interval="2000" chance="10" />
<strategy attack="100" defense="20" />
<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 runonhealth="0" />
</flags>
<attacks>
<attack name="melee" interval="1200" min="-0" max="-3100"/>
<attack name="lifedrain" interval="2000" chance="7" length="8" spread="0" min="-0" max="-7110">
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="earth" interval="2000" chance="15" radius="6" target="0" min="-5400" max="-12450">
<attribute key="areaEffect" value="bigplants"/>
</attack>
<attack name="earth" interval="4000" chance="28" radius="7" target="-10000" max="-16950">
<attribute key="areaEffect" value="carniphila"/>
</attack>
<attack name="energy" interval="2000" chance="25" radius="7" target="-3420" max="-9200">
<attribute key="areaEffect" value="smallclouds"/>
</attack>
</attacks>
<defenses armor="40" defense="39">
<defense name="healing" interval="3000" chance="20" min="20000" max="30000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity paralyze="1" />
<immunity invisible="1" />
</immunities>
<summons maxSummons="3">
<summon name="medusa" interval="2000" chance="30"/>
</summons>
<voices interval="3000" chance="10">
<voice sentence="GIAHSAHHAHAHA!"/>
<voice sentence="See how weak you are?"/>
<voice sentence="I tried to save you, but there's no use."/>
<voice sentence="My soul, power, hatred, knowledge and fury are far away."/>
</voices>
</monster>




plzz help ;S
 
Snake:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Snake God Essence" nameDescription="a Snake God Essence" race="venom" experience="650000" speed="2220" manacost="0">
<health now="350000" max="350000"/>
<look type="356" corpse="8593"/>
<targetchange interval="1000" chance="15"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="230" attack="336"/>
<attack name="poison" interval="1000" chance="12" range="1" radius="1" target="1" min="-4505" max="-5215"/>
<attribute key="areaEffect" value="poison"/>
</attacks>
<defenses armor="16" defense="19"/>
<elements>
<element physicalPercent="-15"/>
<element holyPercent="1"/>
<element deathPercent="20"/>
<element firePercent="30"/>
<element energyPercent="-15"/>
<element icePercent="15"/>
<element earthPercent="70"/>
</elements>
<immunities>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="GHUSHUSF ZERRT!"/>
</voices>
<loot>
<item id="2160" countmax="100" chance="36500"/><!-- gold coin -->
<item id="12608" chance="300"/><!-- terramite legs -->
<item id="12604" chance="500"/><!-- terramite eggs -->
<item id="8301" countmax="5" chance="1000"/><!-- terramite shell -->
</loot>
</monster>
Dev~
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<monster name="Devovorga" nameDescription="Devovorga" race="venom" experience="15000000" speed="2350" manacost="0">
<health now="4000000" max="4000000" />
<look type="354" corpse="12599"/>
<targetchange interval="2000" chance="10" />
<strategy attack="100" defense="20" />
<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 runonhealth="0" />
</flags>
<attacks>
<attack name="melee" interval="1200" min="-0" max="-3100"/>
<attack name="lifedrain" interval="2000" chance="7" length="8" spread="0" min="-0" max="-7110">
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="earth" interval="2000" chance="15" radius="6" target="0" min="-5400" max="-12450">
<attribute key="areaEffect" value="bigplants"/>
</attack>
<attack name="earth" interval="4000" chance="28" radius="7" target="-10000" max="-16950">
<attribute key="areaEffect" value="carniphila"/>
</attack>
<attack name="energy" interval="2000" chance="25" radius="7" target="-3420" max="-9200">
<attribute key="areaEffect" value="smallclouds"/>
</attack>
</attacks>
<defenses armor="40" defense="39">
<defense name="healing" interval="3000" chance="20" min="20000" max="30000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<immunities>
<immunity paralyze="1" />
<immunity invisible="1" />
</immunities>
<summons maxSummons="3">
<summon name="medusa" interval="2000" chance="30"/>
</summons>
<voices interval="3000" chance="10">
<voice sentence="GIAHSAHHAHAHA!"/>
<voice sentence="See how weak you are?"/>
<voice sentence="I tried to save you, but there's no use."/>
<voice sentence="My soul, power, hatred, knowledge and fury are far away."/>
</voices>
</monster>
 
Back
Top