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

Windows Monster

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
I Need To Make This Monster Attek Like Boss ! Ummmm
Strong Attek


Code:
<attacks>
    <attack name="melee" interval="2000" skill="80" attack="83" poison="920"/>
    <attack name="earth" interval="1000" chance="6" length="8" spread="3" min="-250" max="-450">
      <attribute key="areaEffect" value="CARNIPHILA"/>

    </attack>
    <attack name="lifedrain" interval="1000" chance="9" range="7" min="-100" max="-250"> 
      <attribute key="shootEffect" value="earth"/>
     <attribute key="areaeffect" value="CARNIPHILA"/>
    </attack>
    <attack name="speed" interval="1000" chance="7" radius="5" target="0" speedchange="-700">
        <attribute key="areaEffect" value="poff"/>
    </attack>
<attack name="outfit" interval="1000" chance="10" range="7" monster="Paralysis" duration="9000">
<attribute key="areaEffect" value="blueshimmer"/>
</attack> 
    <attack name="speed" interval="1000" chance="10" range="7" monster="rat" duration="12000" speedchange="-700">
      <attribute key="areaEffect" value="blueshimmer"/>
</attack>
  </attacks>
  <defenses armor="25" defense="25">
    <defense name="healing" interval="1000" chance="17" min="200" max="400">
      <attribute key="areaEffect" value="blueshimmer"/>
 
if you don't know that then why are you making an ot? Sorry to be rude but WTF... are you blind?
Code:
     <attack name="lifedrain" interval="1000" chance="9" range="7" [COLOR="#FF0000"]min="-100" max="-250"[/COLOR]> 
      <attribute key="shootEffect" value="earth"/>
     <attribute key="areaeffect" value="CARNIPHILA"/>
    </attack>
I think you should try to look at stuff before posting...
 
Back
Top