• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster HighExp + rebirths boss

9380023

New Member
Joined
Apr 19, 2010
Messages
37
Reaction score
0
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Flamingo" nameDescription="a flamingo" race="blood" experience="99999999990" speed="1060" manacost="100000000">
  <health now="999999999" max="999999999"/>
  <look type="332" head="20" body="30" legs="40" feet="50" corpse="6048"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <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="90"/>
    <flag runonhealth="300"/>
  </flags>
  <attacks>

    <attack name="melee" interval="2000" min="-92000000" max="-99200000"/>

    <attack name="speed" interval="1000" chance="17" range="7" radius="4" target="1" speedchange="-600" duration="15000">
      <attribute key="shootEffect" value="poison"/>
      <attribute key="areaEffect" value="greenbubble"/>
    </attack>

    <attack name="physical" interval="3000" chance="17" length="8" spread="3" min="-90999150" max="-999900000">
      <attribute key="areaEffect" value="bluebubble"/>
    </attack>

    <attack name="poison" interval="2" chance="20" length="8" spread="3" min="-90000000" max="-999999999">
      <attribute key="areaEffect" value="poison"/>
    </attack>
  </attacks>

  <defenses armor="25" defense="35">
    <defense name="healing" interval="1000" chance="25" min="2000000" max="20000000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="OMG don't kill me don't wanna lose my donates!!"/>
    <voice sentence="Aaaah..fuck me"/>
  </voices>
  <loot>
    <item id="2300" countmax="1" chance1="500" chancemax="0"/>
    <item id="6527" countmax="70" chance1="100000" chancemax="50"/>
    <item id="7958" countmax="1" chance="500"/>
    <item id="7416" chance="500"/>
    <item id="2195" chance="500"/>
    <item id="3975" chance="500"/>
    <item id="7461" countmax="1" chance="500" chancemax="0"/>
    <item id="2507" countmax="1" chance="500"/>
    <item id="2505" chance="500">
    </item>
  </loot>
</monster>


its a boss for highexp servers :) specially forgotten's

enjoy it
 
Way to much exp, which will say from lvl 8 to 717217 when killing it, or the exp wont be added at all.
 
Back
Top