• 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 Giant Bonebeast

azzkaban

Monster Maker
Joined
Feb 23, 2010
Messages
1,101
Reaction score
194
Location
Iquique Chile
GiantBonebeast1.png


Giant Bonebeast 1

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<monster name="Giant Bonebeast" nameDescription="a giant bonebeast" race="Undead" experience="900" speed="0" manacost="0"> 

*******************************************************************************************
*             GIANT BONEBEAST 1: This monster Was made by Amy Azzkaban                    *
*                                   Monstruo armable                                      *
*******************************************************************************************

<health now="20000" max="20000"/> 
<look typeex="8388" /> 
<targetchange interval="2000" chance="5"/> 
<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 staticattack="80"/> 
<flag lightlevel="0"/> 
<flag lightcolor="0"/> 
<flag targetdistance="1"/> 
<flag runonhealth="0"/> 
</flags> 
<attacks>
    <attack name="melee" interval="1400" min="0" max="-250"/>
    <attack name="fire" interval="2000" chance="50" range="7" radius="2" target="1" min="-10" max="-200">
		<attribute key="shootEffect" value="fire"/>
		<attribute key="areaEffect" value="firearea"/>
	</attack>
    <attack name="poison" interval="500" chance="25"/>
  </attacks>
  <defenses armor="22" defense="35">
    <defense name="healing" interval="1000" chance="25" min="57" max="293">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
<immunities> 
<immunity physical="0"/> 
<immunity energy="0"/> 
<immunity fire="0"/> 
<immunity poison="1"/> 
<immunity lifedrain="0"/> 
<immunity paralyze="0"/> 
<immunity outfit="1"/> 
<immunity drunk="1"/> 
<immunity invisible="1"/> 
</immunities> 
  <summons maxSummons="2">
    <summon name="bonebeast" interval="4000" chance="12"/>
  </summons>
<voices interval="2000" chance="40"> 
<voice sentence="Leave Or Dead."/> 
</voices> 
</monster>

Giant Bonebeast 2

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<monster name="Giant Bonebeast" nameDescription="a giant bonebeast (Level 348) He Is a Danger of deeper." race="Undead" experience="900" speed="0" manacost="0"> 

*******************************************************************************************
*                GIANT BONEBEAST 2: This monster Was made by Amy Azzkaban                 *
*                                   Monstruo armable                                      *
*******************************************************************************************

<health now="20000" max="20000"/> 
<look typeex="8399" /> 
<targetchange interval="2000" chance="5"/> 
<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 staticattack="80"/> 
<flag lightlevel="0"/> 
<flag lightcolor="0"/> 
<flag targetdistance="1"/> 
<flag runonhealth="0"/> 
</flags> 
<attacks>
    <attack name="melee" interval="1400" min="0" max="-250"/>
    <attack name="fire" interval="2000" chance="50" range="7" radius="2" target="1" min="-10" max="-200">
		<attribute key="shootEffect" value="fire"/>
		<attribute key="areaEffect" value="firearea"/>
	</attack>
    <attack name="poison" interval="500" chance="25"/>
  </attacks>
  <defenses armor="22" defense="35">
    <defense name="healing" interval="1000" chance="25" min="57" max="293">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
<immunities> 
<immunity physical="0"/> 
<immunity energy="0"/> 
<immunity fire="0"/> 
<immunity poison="1"/> 
<immunity lifedrain="0"/> 
<immunity paralyze="0"/> 
<immunity outfit="1"/> 
<immunity drunk="1"/> 
<immunity invisible="1"/> 
</immunities> 
  <summons maxSummons="2">
    <summon name="bonebeast" interval="4000" chance="12"/>
  </summons>
<voices interval="2000" chance="40"> 
<voice sentence="Leave Or Dead."/> 
</voices> 
</monster>
 
Doesn't it move? lol

It is a nice idea but idk if useful to alot of servers,

Though, i wont flame or anything, it seems ok
 
I like it too. If you make the bone beasts strong then this could be a good boss at the end of a quest or something
 
Back
Top