• 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 Rox666, Athxzor releases

WibbenZ

Global Moderator
Staff member
Global Moderator
Joined
Oct 16, 2008
Messages
6,374
Solutions
229
Reaction score
1,503
Location
Sweden
Hiho, tought I would release some of the script I was "given" years back when I was working with Dalale and Rox666(Kernkraft). Here we go!
http://otland.net/threads/sweden-today-15-30-19-6-custom-roxor-8-60-athxzor-is-back.161078/

If there is someone who wants more files, just pm me.

- Abrii
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Abrii" nameDescription="Abrii" race="blood" experience="8000" speed="650" manacost="0">
  <health now="5500" max="5500"/>
  <look type="143" head="114" body="114" legs="114" feet="114" addons="3" corpse="6080"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
<attacks>
<attack name="melee" interval="500" min="-120" max="-250"/>
</attacks>
<defenses armor="10" defense="13"/>
<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="1"/>
</immunities>
  <voices interval="3000" chance="30">
    <voice sentence="HMM, I DON'T MIND A NEW BODY"/>
    <voice sentence="This body is ITCHING!"/>
    <voice sentence="Come get some!huehue"/>
  </voices>
  <loot>
   <item id="2160" countmax="3" chance1="100000" chancemax="0"/> --Gold Coins
   <item id="2671" countmax="5" chance1="33333" chancemax="0"/> --Hams
   <item id="2470" chance="2000"/> --Golden Legs
   <item id="6300" chance="2066"/> --Death Ring
   <item id="1987" chance="100000"> --Bag
          <inside>
   <item id="5480" chance="1666"/> --Cat's Paw
          </inside>
       </item>
 </loot>
</monster>

- Mujaffa
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Mujaffa" nameDescription="Mujaffa" race="blood" experience="8000" speed="650" manacost="0">
  <health now="5500" max="5500"/>
  <look type="147" head="114" body="114" legs="114" feet="114" addons="3" corpse="6080"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
<attacks>
<attack name="melee" interval="500" min="-120" max="-250"/>
</attacks>
<defenses armor="10" defense="13"/>
<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="1"/>
</immunities>
  <voices interval="3000" chance="30">
    <voice sentence="HMM, I DON'T MIND A NEW BODY"/>
    <voice sentence="This body is ITCHING!"/>
    <voice sentence="Come get some!huehue"/>
  </voices>
  <loot>
   <item id="2160" countmax="3" chance1="100000" chancemax="0"/> --Gold Coins
   <item id="2671" countmax="5" chance1="33333" chancemax="0"/> --Hams
   <item id="2470" chance="2000"/> --Golden Legs
   <item id="6300" chance="2066"/> --Death Ring
   <item id="1987" chance="100000"> --Bag
          <inside>
   <item id="5480" chance="1666"/> --Cat's Paw
          </inside>
       </item>
 </loot>
</monster>
Rep++?
WibbenZ
 
Back
Top