• 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 can't create monster this is the file

Betico

New Member
Joined
Feb 25, 2014
Messages
9
Reaction score
0
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Satanas" nameDescription="a Satanas" race="blood" experience="4000000" speed="400" manacost="0">
    <health now="8000000" max="8000000"/>
    <look type="12" head="77" body="116" legs="82" feet="79" corpse="6068"/>
    <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="0"/>
        <flag targetdistance="1"/>
        <flag staticattack="90"/>
        <flag runonhealth="0"/>
    </flags>
    <attacks>
        <attack name="melee" interval="900" skill="300" attack="4500"/>
        <attack name="fire" interval="900" chance="50" range="7" min="-20000" max="-35000">
            <attribute key="shootEffect" value="fire"/>
        </attack>
        <attack name="energycondition" interval="900" chance="34" range="7" min="-5000" max="-9000">
            <attribute key="shootEffect" value="energy"/>
        </attack>
        <attack name="lifedrain" interval="900" chance="25" range="7" min="-40000" max="-60000">
            <attribute key="shootEffect" value="suddendeath"/>
        </attack>
        <attack name="drunk" interval="900" chance="15" range="7">
            <attribute key="shootEffect" value="energy"/>
            <attribute key="areaEffect" value="energyarea"/>
        </attack>
        <attack name="outfit" interval="900" chance="17" range="7" monster="rabbit" duration="20000">
            <attribute key="areaEffect" value="blueshimmer"/>
        </attack>
    </attacks>
    <defenses armor="20" defense="10"/>
    <elements>
        <element firePercent="80"/>
        <element energyPercent="50"/>
        <element holyPercent="20"/>
        <element icePercent="-10"/>
        <element deathPercent="-10"/>
    </elements>
    <immunities>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
    <voices interval="5000" chance="10">
        <voice sentence="ya te chingaste"/>
        <voice sentence="Moriras Noob!!"/>
        <voice sentence="Soy Invensible."/>
        <voice sentence="Hijo de Perra."/>
    </voices>
    <loot>
        <item id="2160" countmax="8" chance="40000"/><!-- crystal coin -->
        <item id="2160" countmax="5" chance="40000"/><!-- crystal coin -->
        <item id="2631" chance="800"/><!-- esfera de 6 estrellas -->
        <item id="1987" chance="100000"><!-- bag -->
            <inside>
        <item id="2563" chance="2000"/><!-- guante de energya -->
        <item id="2366" chance="2000"/><!-- pluma -->
        <item id="2140" chance="4000"/><!-- holy scarab -->
        <item id="2140" chance="4000"/><!-- holy scarab -->
            </inside>
        </item>
    </loot>
</monster>
 
Qncsx2.png

Works fine for me.

Give more information, which server you use, if you get errors in your console etc.
 
What is the error?

You putting right in monsters.xml?? Remember linux is case-sensitive.
 
Back
Top