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

Monster [10.31] Annihilon

rstdias

New Member
Joined
Dec 22, 2013
Messages
25
Reaction score
3
This monster was based on my experiences playing and tibia.wikia.com.
Used as the basis exp rate 1x, so if you want to leave a little bit easier, just set the loot to 2x.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Annihilon" nameDescription="annihilon" race="fire" experience="15000" speed="380" manacost="0">
    <health now="46500" max="46500"/>
    <look type="12" head="3" body="9" legs="96" feet="96" corpse="6068"/>
    <targetchange interval="2000" chance="10"/>
    <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="85"/>
        <flag runonhealth="0"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" min="-100" max="-2000"/>
        <attack name="physical" interval="2000" chance="20" radius="5" target="1" min="-100" max="-350">
            <attribute key="areaEffect" value="groundshaker"/>
        </attack>
        <attack name="physical" interval="2000" chance="15" target="0" radius="1">
            <attribute key="areaEffect" value="groundshaker"/>
        </attack>
        <attack name="energy" interval="2000" chance="25" radius="3" target="1" min="-100" max="-500">
            <attribute key="areaEffect" value="energyarea"/>
        </attack>
        <attack name="poisoncondition" interval="2000" chance="20" range="5" min="-1" max="-600">
            <attribute key="shooteffect" value="poison"/>
        </attack>
        <attack name="manadrain" interval="2000" chance="25" radius="5" target="0" min="-50" max="-210">
            <attribute key="areaEffect" value="energyarea"/>
        </attack>
        <attack name="death" interval="2000" chance="20" length="8" spread="0" min="-450" max="-800">
            <attribute key="areaEffect" value="smallclouds"/>
        </attack>
        <attack name="speed" interval="2000" chance="25" radius="5" target="1" speedchange="-600" duration="5000">
            <attribute key="areaEffect" value="icearea"/>
        </attack>
    </attacks>
    <defenses armor="60" defense="55"/>
    <elements>
        <element deathPercent="95"/>
        <element energyPercent="95"/>
        <element icePercent="20"/>
        <element holyPercent="-5"/>
    </elements>
    <immunities>
        <immunity lifedrain="1"/>
        <immunity invisible="1"/>
    </immunities>
    <voices interval="2000" chance="15">
        <voice sentence="Flee as long as you can!"/>
        <voice sentence="Annihilon's might will crush you all!"/>
        <voice sentence="I am coming for you!"/>
    </voices>
    <loot>
        <item id="2148" chance="100000" countmax="159"/>
        <item id="2152" chance="2280" countmax="30"/>
        <item id="9971" chance="2516"/>
        <item id="7440" chance="1965"/>
        <item id="5944" chance="2593" countmax="5"/>
        <item id="7366" chance="2358" countmax="70"/>
        <item id="7368" chance="2516" countmax="50"/>
        <item id="2150" chance="3677" countmax="20"/>
        <item id="7439" chance="2358" countmax="2"/>
        <item id="6529" chance="2830" countmax="50"/>
        <item id="2547" chance="2280" countmax="94"/>
        <item id="7840" chance="2516" countmax="96"/>
        <item id="5954" chance="1651" countmax="2"/>
        <item id="7632" chance="4481" countmax="4"/>
        <item id="8473" chance="3930"/>
        <item id="7591" chance="3617"/>
        <item id="8472" chance="3567"/>
        <item id="7590" chance="2830"/>
        <item id="2515" chance="1887"/>
        <item id="2381" chance="5032"/>
        <item id="2427" chance="5312"/>
        <item id="2156" chance="5037"/>
        <item id="2154" chance="5980"/>
        <item id="2158" chance="5817"/>
        <item id="2155" chance="3460"/>
        <item id="2153" chance="4560"/>
        <item id="2170" chance="4962"/>
        <item id="2127" chance="5995"/>
        <item id="2165" chance="7362"/>
        <item id="2214" chance="8212"/>
        <item id="7387" chance="1887"/>
        <item id="2520" chance="1120"/>
        <item id="2514" chance="1472"/>
        <item id="9810" chance="7782"/>
        <item id="2519" chance="2987"/>
        <item id="2528" chance="2357"/>
        <item id="8891" chance="2515"/>
        <item id="2452" chance="4732"/>
        <item id="8889" chance="1962"/>
        <item id="7421" chance="4087"/>
        <item id="8928" chance="599"/>
        <item id="7431" chance="290"/>
        <item id="8929" chance="365"/>
        <item id="8877" chance="495"/>
    </loot>
</monster>

Thanks,
rstdias
 
Back
Top