• 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 Release complete monster pack v5.0

It's from Gozzler

edit. There are some usefull monsters for me, thx for this relase ;)
Something in exchange(untested in game, but quite usefull)
Change lookouts to black colours I forget about this xD
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="dark magician" nameDescription="a dark magician" race="blood" experience="185" speed="230" manacost="0">
  <health now="325" max="325"/>
  <look type="133" head="39" body="0" legs="19" feet="20" addons="2" corpse="3058"/>
  <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="0"/>
    <flag targetdistance="4"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" skill="25" attack="20"/>
    <attack name="energy" interval="1000" chance="10" range="7" min="-20" max="-35">
      <attribute key="shootEffect" value="energy"/>
    </attack>
	    <attack name="fire" interval="1000" chance="10" range="7" min="-10" max="-40">
      <attribute key="shootEffect" value="fire"/>
    </attack>
  </attacks>
  <defenses armor="20" defense="20">
    <defense name="healing" interval="1000" chance="13" min="35" max="75">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
	 <defense name="speed" interval="1000" chance="10" speedchange="200" duration="2000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <elements>
  <element deathPercent="-10"/>
  <element firePercent="10"/>
  <element earthPercent="20"/>
  <element energyPercent="20"/>
  <element icePercent="10"/>
  <element holyPercent="20"/>
  </elements>
  <immunities>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="Feel the power of my runes!"/>
    <voice sentence="Killing you is getting expensive"/>
    <voice sentence="My secrets are mine alone!"/>
  </voices>
  <loot>
    <item id="2148" countmax="60" chance1="100000" chancemax="0"/> --gps
	<item id="7620" chance="3200"/> --mana potion
	<item id="1987" chance="100000">
      <inside>
	  <item id="5934" chance="50000"/> --dead frog
	  <item id="2260" chance="30000"/> --blank rune
	  <item id="2260" chance="20000"/> --blank rune
	  <item id="2260" chance="20000"/> --blank rune
	  <item id="7762" chance="600"/> --enchanted amethyst
      </inside>
    </item>
  </loot>
</monster>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="dark apprentice" nameDescription="a dark apprentice" race="blood" experience="100" speed="220" manacost="0">
  <health now="225" max="225"/>
  <look type="133" head="39" body="0" legs="19" feet="20" addons="1" corpse="3058"/>
  <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="0"/>
    <flag targetdistance="4"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" skill="25" attack="20"/>
    <attack name="energy" interval="1000" chance="10" range="7" min="-15" max="-25">
      <attribute key="shootEffect" value="energy"/>
    </attack>
	    <attack name="fire" interval="1000" chance="10" range="7" min="-15" max="-25">
      <attribute key="shootEffect" value="fire"/>
    </attack>
	    <attack name="melee" interval="1000" chance="20" range="7" min="-5" max="-25">
      <attribute key="shootEffect" value="smallstone"/>
    </attack>
    <attack name="outfit" interval="1000" chance="10" range="7" monster="cyclops" duration="6000">
      <attribute key="areaEffect" value="greenshimmer"/>
    </attack>
	<attack name="outfit" interval="2000" chance="15" range="7" target="1" radius="3" item="2551" duration="6000">
      <attribute key="areaEffect" value="greenshimmer"/>
    </attack>
  </attacks>
  <defenses armor="10" defense="19">
    <defense name="healing" interval="1000" chance="13" min="15" max="35">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  <elements>
  <element deathPercent="-10"/>
  </elements>
  <immunities>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="10">
    <voice sentence="Outch!"/>
    <voice sentence="I must dispose of my masters enemies!"/>
    <voice sentence="Oops, I did it again."/>
    <voice sentence="From the spirits that I called Sir, deliver me!"/>
  </voices>
  <loot>
    <item id="2148" countmax="50" chance1="100000" chancemax="0"/> --gps
	<item id="7620" chance="2000"/> --mana potion
	<item id="1987" chance="100000">
      <inside>
	  <item id="5934" chance="50000"/> --dead frog
	  <item id="2260" chance="30000"/> --blank rune
	  <item id="2260" chance="20000"/> --blank rune
	  <item id="2260" chance="20000"/> --blank rune
      <item id="7620" chance="1800"/> --mana potion
	  <item id="2188" chance="2500"/> --wand of decay
      </inside>
    </item>
  </loot>
</monster>
 
Last edited:
I know these monsters aren't important but I have a major RPG server and it's missing Dwarf Henchman and Dwarf Miner.

--EDIT--

Also, Orshabaal no longer drops Great Shield, Massacre does.
 
Last edited:
Code:
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Butterfly
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Young Sea Serpent
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
[23/12/2008  10:39:09] [Spawn::addMonster] Can not find Lavahole
 
i think the butterflys ae blue butterfly, red, yellow and the other two (lavahole,young ss) haven't made them
 
Rat, Cave rat - has wrong loot and wrong power of attack / deffence
Wolf has wrong power of attack.
Slime is attackin on distance
Larva, Poison spider don't poison.
 
carrion worm and so on are just lava and they don't give exp !
what's that ?
 
Rukor Zad is convienceable (spelled wrong? xd) Smuggler baron silvertoe is SUMMONABLE WHOA! :D
Dragon scale helmet is missing in Demodras loot, maybe later i will add more.
 
Missing Monsters

There are a couple monsters missing from your pack.

Code:
I/O warning : failed to load external entity "data/monster/Ghosts/wisp.xml"
I/O warning : failed to load external entity "data/monster/undead humanoids/zebelon duskbringer.xml"
[Spawn::addMonster] Can not find Dwarf Henchman
[Spawn::addMonster] Can not find Dwarf Miner

Otherwise keep up the great work. :p
 
Back
Top