• 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 Wisp Monster [Finished]

Snowman

Swaggg
Joined
Mar 1, 2008
Messages
167
Reaction score
0
Location
USA
Hi Welcome

I have finished the wisp monster script this is handy for all those

lazy people who r lazy to make there own script xD

http://www.speedy*****malware.localhost/524266183.html Scan if u want ^^

But it dosent have 2 things

1. Monster CORPSE SCRIPT Because it never came out yet so don't get mad xD

2. Drunkness missile xD

PLEASE COMMENTS
 
Might this by any better than download?

PHP:
<monster name="wisp" nameDescription="a wisp" race="undead" experience="65" speed="200" manacost="250">
<health now="115" max="115"/>
<look type="294" head="20" body="30" legs="40" feet="50" corpse="6324"/>
<targetchange interval="60000" chance="0"/>
<strategy attack="100" defense="0"/>

	<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag staticattack="15"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="1"/>
</flags>

	<attacks>
<attack name="melee" interval="2000" min="0" max="60"/>
<attack name="life drain" interval="2000" min="20" max="40"/>
</attacks>
<defenses armor="10" defense="15"/>
<defense name="haste" interval="10000" chance="40"/>
<defense name="light healing" interval="5000" chance="60" min="20" max="70"/>
<defense name="Invisible" interval="4000" chance="0"/>

	<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="1"/>
<immunity lifedrain="0"/>
<immunity paralyze="1"/>
<immunity outfit="0"/>
<immunity drunk="1"/>
<immunity invisible="0"/>
</immunities>

	<voices interval="2000" chance="5">
<voice sentence="Crackle!"/>
</voices>
</monster>
 
Might this by any better than download?

PHP:
<monster name="wisp" nameDescription="a wisp" race="undead" experience="65" speed="200" manacost="250">
<health now="115" max="115"/>
<look type="294" head="20" body="30" legs="40" feet="50" corpse="6324"/>
<targetchange interval="60000" chance="0"/>
<strategy attack="100" defense="0"/>

	<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag staticattack="15"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="1"/>
</flags>

	<attacks>
<attack name="melee" interval="2000" min="0" max="60"/>
<attack name="life drain" interval="2000" min="20" max="40"/>
</attacks>
<defenses armor="10" defense="15"/>
<defense name="haste" interval="10000" chance="40"/>
<defense name="light healing" interval="5000" chance="60" min="20" max="70"/>
<defense name="Invisible" interval="4000" chance="0"/>

	<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="1"/>
<immunity lifedrain="0"/>
<immunity paralyze="1"/>
<immunity outfit="0"/>
<immunity drunk="1"/>
<immunity invisible="0"/>
</immunities>

	<voices interval="2000" chance="5">
<voice sentence="Crackle!"/>
</voices>
</monster>


Whats wrong wit it
 
It's easier to copy, and people trust it earlier. Downloadable files always leave questionmarks around the safety.
 
Here is the monster coded with tabs to make it easier for some people to read/edit.

PHP:
<monster name="wisp" nameDescription="a wisp" race="undead" experience="65" speed="200" manacost="250">
  <health now="115" max="115"/>
  <look type="294" head="20" body="30" legs="40" feet="50" corpse="6324"/>
  <targetchange interval="60000" chance="0"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="0"/>
    <flag convinceable="1"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag staticattack="15"/>
    <flag lightlevel="0"/>
    <flag lightcolor="0"/>
    <flag targetdistance="1"/>
    <flag runonhealth="1"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="0" max="60"/>
    <attack name="life drain" interval="2000" min="20" max="40"/>
  </attacks>
  <defenses armor="10" defense="15"/>
    <defense name="haste" interval="10000" chance="40"/>
    <defense name="light healing" interval="5000" chance="60" min="20" max="70"/>
    <defense name="Invisible" interval="4000" chance="0"/>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="1"/>
    <immunity lifedrain="0"/>
    <immunity paralyze="1"/>
    <immunity outfit="0"/>
    <immunity drunk="1"/>
    <immunity invisible="0"/>
</immunities>
<voices interval="2000" chance="5">
    <voice sentence="Crackle!"/>
  </voices>
</monster>

just to help some people :)
 
It doesn't even work with TFS. Just bugs around with parser errors.
 
haha here is mi wisp edited check it ;)

Code:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Fairy" nameDescription="a Fairy" race="haste" experience="0" speed="3000" manacost="800">
    <health now="1" max="1"/>
    <look type="294" head="0" body="0" legs="0" feet="0" corpse="3001"/>
    <targetchange/>
    <strategy attack="100" defense="0"/>
    <flags>
      <flag summonable="0"/>
      <flag attackable="0"/>
      <flag hostile="1"/>
      <flag illusionable="1"/>
      <flag convinceable="1"/>
      <flag pushable="1"/>
      <flag canpushitems="1"/>
      <flag staticattack="1"/>
      <flag lightlevel="1"/>
      <flag lightcolor="1"/>
      <flag targetdistance="30"/>
      <flag runonhealth="1"/>
    </flags>
    <attacks>
    </attacks>
    <defenses armor="0" defense="2"/>
<defense name="ultimate healing" interval="6000" chance="80" min="1200" max="6000"/>
 <defense name="haste" interval="5000" chance="70"/>
    <immunities>
      <immunity physical="1"/>
      <immunity energy="1"/>
      <immunity fire="1"/>
      <immunity poison="1"/>
      <immunity lifedrain="1"/>
      <immunity paralyze="1"/>
      <immunity outfit="1"/>
      <immunity drunk="1"/>
      <immunity invisible="1"/>
    </immunities>
    <voices interval="60000" chance="0">
      <voice sentence="Im the light of your way"/>
    </voices>
  </monster>
cya...
 
Last edited by a moderator:
Back
Top