• 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!

Monsters

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
Code:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Winter Wolf" nameDescription="a winter wolf" race="blood" experience="10000000" speed="1000" manacost="260">
    <health now="300000000" max="300000000"/>
    <look type="52" head="0" body="0" legs="0" feet="0" corpse="2924"/>
    <targetchange interval="60000" chance="0"/>
    <strategy attack="100" defense="0"/>
    <flags>
      <flag summonable="1"/>
      <flag attackable="1"/>
      <flag hostile="1"/>
      <flag illusionable="1"/>
      <flag convinceable="1"/>
      <flag pushable="1"/>
      <flag canpushitems="0"/>
      <flag canpushcreatures="0"/>
      <flag targetdistance="1"/>
      <flag runonhealth="0"/>
    </flags>
    <attacks>
      <attack name="melee" interval="2000" skill="21" attack="13"/>
    </attacks>
    <defenses armor="2" defense="6"/>
    <immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="0"/>
      <immunity poison="0"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="0"/>
    </immunities>
    <loot capacity="100">
      <item id="2666" countmax="2" chance="30000"/>
    </loot>
  </monster>


How To let this Monster Have A Strong Atttek


Need Help Plz And Sooory For MY English<_<
 
Just change Skill and Attack too a higher value.

Code:
<attack name="melee" interval="2000" skill="150" attack="80"/>
 
Last edited:
Back
Top