• 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 Natural Ghost

azzkaban

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

XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Natural Ghost" nameDescription="a natural ghost" race="VENOM" experience="0" speed="0" manacost="0">

*******************************************************************************************
*                    NATURAL GHOST: This monster Was made by Amy Azzkaban                 *
*                                   Para servers 8.54+                                    *
*                                   Monstruo armable                                      *
* ADVERTENCIA: El item ID de este monstruo puede variar dependiendo del que usa tu OT     *
*******************************************************************************************

  <health now="1" max="1"/>
  <look typeex="4242"/>
  <targetchange interval="5000" chance="0"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="0"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="0"/>
    <flag canpushcreatures="0"/>
    <flag targetdistance="1"/>
    <flag staticattack="100"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
 <attack name="poisonfield" interval="2000" chance="80" range="5">
 <attribute key="shootEffect" value="poison"/>
 <attribute key="areaEffect" value="poison"/>
 </attack>
  </attacks>
  <defenses armor="1999" defense="1999"/>
  <immunities>
    <immunity physical="1"/>
    <immunity holy="1"/>
    <immunity energy="1"/>
    <immunity fire="1"/>
    <immunity death="1"/>
    <immunity earth="1"/>
    <immunity ice="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity invisible="1"/>
    <immunity outfit="1"/>
  </immunities>
</monster>
 
I add but when I want to put in the remeres not appear ¿Why?
 
Because it has an item as looktype (typeex), you can import an other monster with the same name. This way you can see it in Remere with the looktype of the imported monster and ingame you see it with the item looktype.
You can also just add it and remember where you placed it, it won't be visible in Remere but it will still spawn ingame.
 
Back
Top