• 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 Cursed Human

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
194
Location
Iquique Chile
CURSED HUMAN

viz.gif


kxuq.jpg

Cursed Human 9.86
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Cursed Human" nameDescription="a cursed human" race="blood" experience="500" speed="300" manacost="0">

*******************************************************************************************
*                       CURSED HUMAN: This monster Was made by Amy Azzkaban               *
*                          Tibia 9.86 con cuerpo de werewolf muerto                       *
*******************************************************************************************

    <health now="700" max="700"/>
    <look type="132" head="76" body="38" legs="0" feet="95" corpse="20379"/>
    <targetchange interval="5000" chance="50"/>
    <strategy attack="100" defense="0"/>
    <flags>
        <flag summonable="0"/>
        <flag attackable="1"/>
        <flag hostile="1"/>
        <flag illusionable="0"/>
        <flag convinceable="0"/>
        <flag pushable="1"/>
        <flag canpushitems="1"/>
        <flag canpushcreatures="1"/>
        <flag targetdistance="1"/>
        <flag staticattack="70"/>
        <flag runonhealth="100"/>
    </flags>
    <attacks>
             <attack name="melee" interval="2000" skill="90" attack="70" curse="4000"/>
     <attack name="outfit" interval="5000" chance="90" range="1" type="308" duration="10000">
     <attribute key="areaeffect" value="bigclouds"/>
    </attack>
             <attack name="speed" interval="5000" chance="90" radius="4" range="1" target="1" speedchange="-950" duration="3000">
             <attribute key="shootEffect" value="death"/>
    </attack>
    </attacks>
    <defenses armor="25" defense="25">
             <defense name="healing" interval="500" chance="23" min="20" max="40">
             <attribute key="areaEffect" value="mortarea"/>
    </defense>
             <defense name="outfit" interval="6000" chance="90" type="308" duration="3000">
             <attribute key="areaEffect" value="bigclouds"/>
    </defense>
    </defenses>
    <elements>
              <element holyPercent="-30"/>
    </elements>
    <immunities>
              <immunity invisible="1"/>
              <immunity paralyze="1"/>
    </immunities>
    <voices interval="5000" chance="30">
              <voice sentence="AWWWWWWWWWWWWW" yell="1"/>
    </voices>
    <loot>
     <item id="5897" countmax="4" chance="100000"/><!-- wolf paws -->
    </loot>
</monster>


Cursed Human 8.6 old human corpse
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Cursed Human" nameDescription="a cursed human" race="blood" experience="500" speed="300" manacost="0">

*******************************************************************************************
*                       CURSED HUMAN: This monster Was made by Amy Azzkaban               *
*                                Tibia 8.60 con cuerpo antiguo                            *
*******************************************************************************************

    <health now="700" max="700"/>
    <look type="132" head="76" body="38" legs="0" feet="95" corpse="6080"/>
    <targetchange interval="5000" chance="50"/>
    <strategy attack="100" defense="0"/>
    <flags>
        <flag summonable="0"/>
        <flag attackable="1"/>
        <flag hostile="1"/>
        <flag illusionable="0"/>
        <flag convinceable="0"/>
        <flag pushable="1"/>
        <flag canpushitems="1"/>
        <flag canpushcreatures="1"/>
        <flag targetdistance="1"/>
        <flag staticattack="70"/>
        <flag runonhealth="100"/>
    </flags>
    <attacks>
             <attack name="melee" interval="2000" skill="90" attack="70" curse="4000"/>
     <attack name="outfit" interval="5000" chance="90" range="1" type="308" duration="10000">
     <attribute key="areaeffect" value="bigclouds"/>
    </attack>
             <attack name="speed" interval="5000" chance="90" radius="4" range="1" target="1" speedchange="-950" duration="3000">
             <attribute key="shootEffect" value="death"/>
    </attack>
    </attacks>
    <defenses armor="25" defense="25">
             <defense name="healing" interval="500" chance="23" min="20" max="40">
             <attribute key="areaEffect" value="mortarea"/>
    </defense>
             <defense name="outfit" interval="6000" chance="90" type="308" duration="3000">
             <attribute key="areaEffect" value="bigclouds"/>
    </defense>
    </defenses>
    <elements>
              <element holyPercent="-30"/>
    </elements>
    <immunities>
              <immunity invisible="1"/>
              <immunity paralyze="1"/>
    </immunities>
    <voices interval="5000" chance="30">
              <voice sentence="AWWWWWWWWWWWWW" yell="1"/>
    </voices>
    <loot>
     <item id="5897" countmax="4" chance="100000"/><!-- wolf paws -->
    </loot>
</monster>

Any Idea Post Here


PS: Post number 1000 Wiiiiiiii​
 
Last edited:

Similar threads

Back
Top