• 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 Book of the Dead

azzkaban

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


Book of the Dead.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Book of the dead" nameDescription="a book, You read: Book of the dead. Chapter 1: Azzkaban death..." race="undead" experience="70000" speed="0" manacost="0">

*******************************************************************************************
*              BOOK OF THE DEAD: This monster Was made by Amy Azzkaban                    *
*                                   Para servidores 8.6+                                  *
* ADVERTENCIA: El item ID de este monstruo puede variar dependiendo del que usa tu OT     *
*******************************************************************************************

  <health now="10000" max="10000"/>
  <look typeex="12396"/>
  <targetchange interval="5000" chance="20"/>
  <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="0"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="100"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
  </attacks>
  <defenses armor="20" defense="20"/>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="1"/>
    <immunity poison="1"/>
    <immunity ice="1"/>
    <immunity death="1"/>
    <immunity lifedrain="1"/>
    <immunity manadrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="6">
    <summon name="zombie" interval="3000" chance="100" max="5"/>
    <summon name="grim reaper" interval="2000" chance="29" max="1"/>
  </summons>
</monster>
 
You should make it better, not just having some non-movable monster summoning things.
Looking at your description, it states Chapter 1. Why not create creaturescripts, so when it dies, it goes to chapter 2 and summons harder things. And then keep doing it until chapter 5 or so, then summon the main boss Azzkaban or whatever.
 
Why not create creaturescripts, so when it dies, it goes to chapter 2 and summons harder things. And then keep doing it until chapter 5 or so, then summon the main boss Azzkaban or whatever.

Nice idea! :) Thank you!!
 
ama ama ama ama aamaazziiiinnggg ouuu yeah!
Thanks for this relase!
 
Back
Top