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

Solved Using "utevo res ina "undead cave bear" crashes the server

gerard95

Keep cool :)
Joined
Dec 31, 2011
Messages
276
Reaction score
16
Does anyone know how to fix this bug?
After using utevo res ina "undead cave bear the server crashes.
Any clue?

Thank you<3
 
XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Undead Cavebear" nameDescription="an undead cavebear" race="blood" experience="600" speed="250" manacost="0">
    <health now="450" max="450"/>
    <look type="384" corpse="13323"/>
    <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" min="-15" max="-400"/>
    </attacks>
    <defenses armor="23" defense="27"/>
    <elements>
        <element deathPercent="100"/>
        <element earthPercent="100"/>
        <element holyPercent="-15"/>
    </elements>
    <immunities>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
    <loot>
        <item id="2148" countmax="80" chance="9750"/> <!-- gold coin -->
        <item id="13303" chance="3150"/> <!-- cavebear skull -->
        <item id="13302" chance="2350"/> <!-- maxilla -->
        <item id="13291" chance="900"/> <!-- maxilla maximus -->
    </loot>
</monster>
 
make sure that the looktype 384 is in your items.otb file and also in the client version you are using
you cannot just add a monster to the server without checking that.
 
Back
Top