• 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 Cockroach [finished]

Snowman

Swaggg
Joined
Mar 1, 2008
Messages
167
Reaction score
0
Location
USA
Code:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="cockroach" nameDescription="a cockroach" race="venom" experience="0" speed="2000" manacost="200">
    <health now="1" max="1"/>
    <look type="284" head="20" body="30" legs="40" feet="50" corpse="8497"/>
    <targetchange interval="60000" chance="0"/>
    <strategy attack="0" defense="0"/>
    <flags>
      <flag summonable="0"/>
      <flag attackable="1"/>
      <flag hostile="0"/>
      <flag illusionable="0"/>
      <flag convinceable="1"/>
      <flag pushable="1"/>
      <flag canpushitems="0"/>
      <flag staticattack="50"/>
      <flag lightlevel="0"/>
      <flag lightcolor="0"/>
      <flag targetdistance="3"/>
      <flag runonhealth="4"/>
    </flags>
    <attacks>
    </attacks>
    <defenses armor="0" defense="0"/>
    <immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="0"/>
      <immunity poison="1"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="0"/>
    </immunities>
    <loot>
    <item id="8616" chance="999999999"/>
    </loot>
  </monster>                      <?xml version="1.0" encoding="UTF-8"?>
  <monster name="cockroach" nameDescription="a cockroach" race="venom" experience="0" speed="2000" manacost="200">
    <health now="1" max="1"/>
    <look type="284" head="20" body="30" legs="40" feet="50" corpse="8497"/>
    <targetchange interval="60000" chance="0"/>
    <strategy attack="0" defense="0"/>
    <flags>
      <flag summonable="0"/>
      <flag attackable="1"/>
      <flag hostile="0"/>
      <flag illusionable="0"/>
      <flag convinceable="1"/>
      <flag pushable="1"/>
      <flag canpushitems="0"/>
      <flag staticattack="50"/>
      <flag lightlevel="0"/>
      <flag lightcolor="0"/>
      <flag targetdistance="3"/>
      <flag runonhealth="4"/>
    </flags>
    <attacks>
    </attacks>
    <defenses armor="0" defense="0"/>
    <immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="0"/>
      <immunity poison="1"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="0"/>
    </immunities>
    <loot>
    <item id="8616" chance="999999999"/>
    </loot>
  </monster>

I have fixed Everything so everything is perfect this time Loot/corpse/looktype ect comment please
 
Last edited by a moderator:
first why don't put the code here on the forum?

second I just saw another thread from you saying the id of the corpse. So thats just spamming.
 
Back
Top