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

Lua omnivora.xml

Solution
I'm not good with monsters but its the best I could do.

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Omnivora" nameDescription="a omnivora" race="blood" experience="750" speed="210" manacost="0">
    <health now="1200" max="1200" />
    <look type="717" corpse="24651" />
    <targetchange interval="4000" chance="10" />
    <flags>
        <flag summonable="0" />
        <flag attackable="1" />
        <flag hostile="1" />
        <flag illusionable="1" />
        <flag convinceable="0" />
        <flag pushable="0" />
        <flag canpushitems="1" />
        <flag canpushcreatures="1" />
        <flag targetdistance="1" />
        <flag staticattack="80" />
        <flag runonhealth="0" />
    </flags>
    <attacks>...
I'm not good with monsters but its the best I could do.

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Omnivora" nameDescription="a omnivora" race="blood" experience="750" speed="210" manacost="0">
    <health now="1200" max="1200" />
    <look type="717" corpse="24651" />
    <targetchange interval="4000" chance="10" />
    <flags>
        <flag summonable="0" />
        <flag attackable="1" />
        <flag hostile="1" />
        <flag illusionable="1" />
        <flag convinceable="0" />
        <flag pushable="0" />
        <flag canpushitems="1" />
        <flag canpushcreatures="1" />
        <flag targetdistance="1" />
        <flag staticattack="80" />
        <flag runonhealth="0" />
    </flags>
    <attacks>
        <attack name="melee" interval="2000" min="0" max="-65" />
        <attack name="speed" interval="4000" chance="20" range="7" target="1" speedchange="-800" duration="12000">
            <attribute key="shootEffect" value="poison" />
        </attack>
        <attack name="death" interval="2000" chance="10" length="4" spread="1" min="-300" max="-400">
            <attribute key="areaEffect" value="smallplants" />
        </attack>
        <attack name="earth" interval="2000" chance="20" radius="3" target="0" min="-100" max="-150">
            <attribute key="areaEffect" value="greenshimmer" />
        </attack>
        <attack name="physical" interval="2000" chance="20" range="4" radius="2" target="1" min="0" max="-150">
            <attribute key="shootEffect" value="smallearth" />
            <attribute key="areaEffect" value="poff" />
        </attack>
    </attacks>
    <defenses>
        <defense name="speed" interval="2000" chance="15" speedchange="345" duration="6000">
            <attribute key="areaEffect" value="redshimmer" />
        </defense>
    </defenses>
    <elements>
        <element icePercent="20" />
        <element energyPercent="10" />
        <element deathPercent="1" />
        <element firePercent="10" />
    </elements>
    <immunities>
        <immunity earth="1" />
        <immunity paralyze="1" />
        <immunity invisible="1" />
    </immunities>
    <loot>
        <item id="2148" countmax="145" chance="100000" />    <!-- Gold Coin -->
        <item id="2667" chance="10790" />                <!-- Fish -->
        <item id="2787" countmax="3" chance="1540" />    <!-- White Mushroom -->
        <item id="18418" chance="730" />                <!-- Blue Crystal Splinter -->
        <item id="18417" chance="650" />                <!-- Brown Crystal Splinter, -->
        <item id="18416" chance="240" />                    <!-- Green Crystal Splinter -->     
        <item id="2671" chance="8430" />                    <!-- ham -->
        <item id="2787" chance="1900" />                    <!-- White Mushrooms -->
        <item id="2168" chance="1950" />                    <!-- Life Ring -->
        <item id="2409" chance="240" />                    <!-- serpent sword -->
        <item id="7887" chance="160" />                    <!-- Terra Amulet -->
        <item id="7886" chance="570" />                    <!-- Terra Boots -->
        <item id="2185" chance="1540" />                    <!-- Necrotic Rod -->
        <item id="8900" chance="410" />                    <!-- Spellbook of Enlightenment -->
        <item id="13298" chance="240" />                    <!-- Carrot on a Stick -->
    </loot>
</monster>
 
Last edited:
Solution
Back
Top