• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Need Monster Azerus

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<monster name="Azerus" nameDescription="azerus" race="blood" experience="6000" speed="320" manacost="0"> 
    <health now="7500" max="7500"/> 
    <look type="309" head="19" body="96" legs="21" feet="81" corpse="9738"/> 
    <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="85"/> 
        <flag runonhealth="0"/> 
    </flags> 
<script> 
    <event name="Azerus"/> 
</script> 
    <attacks> 
        <attack name="melee" interval="2000" min="-0" max="-900"/> 
        <attack name="manadrain" interval="2000" chance="10" range="7" min="-0" max="-2000"> 
            <attribute key="shootEffect" value="energy"/> 
            <attribute key="areaEffect" value="poff"/> 
        </attack> 
          <attack name="manadrain" interval="2000" chance="15" range="7" radius="7" target="1" min="-0" max="-800"> 
            <attribute key="shootEffect" value="fire"/> 
            <attribute key="areaEffect" value="bigclouds"/> 
        </attack> 
        <attack name="death" interval="2000" chance="20" range="7" min="-0" max="-524"> 
                  <attribute key="shootEffect" value="suddendeath"/> 
                <attribute key="areaEffect" value="mortarea"/> 
          </attack> 
        <attack name="lifedrain" interval="1000" chance="10" length="8" spread="0" min="-100" max="-500"> 
            <attribute key="areaEffect" value="sleep"/> 
        </attack>  
    </attacks> 
    <defenses armor="40" defense="65"> 
        <defense name="healing" interval="1000" chance="11" min="400" max="900"> 
            <attribute key="areaEffect" value="greenshimmer"/> 
        </defense> 
    </defenses> 
    <elements> 
        <element energyPercent="40"/> 
        <element deathPercent="14"/> 
        <element physicalPercent="-10"/> 
    </elements> 
    <immunities> 
        <immunity paralyze="1"/> 
        <immunity invisible="1"/> 
    </immunities> 
  <summons maxSummons="10"> 
    <summon name="Rift Brood" speed="3000" chance="30"/> 
    <summon name="Rift Worm" speed="3000" chance="30"/> 
    <summon name="Rift Scythe" speed="3000" chance="30"/> 
  </summons> 
    <voices interval="5000" chance="12"> 
        <voice sentence="The ultimate will finally consume this unworthy existence!" /> 
        <voice sentence="My masters and I will tear down barriers and join the ultimate in its realm!" /> 
        <voice sentence="The power of the Yalahari will all be mine!" /> 
        <voice sentence="He who has returned from beyond has taught me secrets you can't even grasp!" /> 
        <voice sentence="You can't hope to penetrate my shields!"/> 
        <voice sentence="Do you really think you could beat me?"/> 
    </voices> 
</monster>

give me repp------
 
thx :D does anyone else have the script that when he dies there will come a teleport ?:p and I made this acc 2 months ago but Im using it 2 days :P dont know how to repp....
 
Try to google it, alot of those scripts are already released :p

Ps: With your join date you need at least 30 posts to be able to give points with a rep. But by clicking on the star to the left (under name, info, etc) of someones post, you can add a rep.
 
Last edited:
haha dankjewel ;) ff proberen :p zag dat je ook nl was op de profiel van Forsakenfate :d ey weetjy hoe ik repp moet down ofzo dat vroeg iemand maar weetni hoe ik et moet doen of wat et is xd
 
Back
Top