• 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 Magic Wiard my first monster

Nerkoerko

Banned User
Joined
Feb 28, 2009
Messages
402
Reaction score
5
Location
Polska
<?xml version="1.0" encoding="utf-8"?>
<monster name="Magic Wizard" namedescription="a magic wizard" race="blood" experience="100" speed="300" manacost="0" skull="black">
<health now="6350" max="6350"/>
<look type="12" head="89" body="85" legs="87" feet="104" corpse="6068"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="1500"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="105" attack="30"/>

<attack name="fire" interval="2000" chance="30" range="7" radius="4" target="1" min="-300" max="-395">
<attribute key="shooteffect" value="fire"/>
<attribute key="areaeffect" value="redspark"/>
</attack>

<attack name="death" interval="3000" chance="20" range="7" min="-220" max="-300">
<attribute key="shooteffect" value="suddendeath"/>
</attack>

<attack name="poison" interval="2000" chance="20" range="7" radius="4" target="1" min="-20" max="-90">
<attribute key="shooteffect" value="poison"/>
<attribute key="areaeffect" value="poison"/>
</attack>

<attack name="poison" interval="1000" chance="10" range="7" min="-50" max="-80">
<attribute key="shooteffect" value="poison"/>
<attribute key="areaeffect" value="poison"/>
</attack>

<attack name="fire" interval="4000" chance="25" length="8" spread="3" min="-500" max="-600">
<attribute key="areaeffect" value="firearea"/>
</attack>

<attack name="poison" interval="2000" chance="23" length="8" spread="3" min="-200" max="-685">
<attribute key="areaeffect" value="poison"/>
</attack>

<attack name="lifedrain" interval="3000" chance="25" length="8" spread="3" min="-300" max="-600">
<attribute key="areaeffect" value="greenshimmer"/>
</attack>

</attacks>
<defenses armor="5" defense="20">
</defenses>
<elements>
<element physicalpercent="30"/>
<element icepercent="90"/>
<element holypercent="-50"/>
<element firepercent="-80"/>
<element earthpercent="-70"/>
</elements>
<immunities>
<immunity death="1"/>
<immunity earth="0"/>
<immunity fire="0"/>
<immunity drown="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>
<summons maxsummons="2">
<summon name="Demon" interval="1000" chance="10"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="Whore mother die in hell!"/>
<voice sentence="Learn how to write!"/>
<voice sentence="GRAAARRRRRR"/>
<voice sentence="CHHHHHHHHHHH"/>
</voices>
<loot>
<item id="2646" chance="925" />
<item id="2160" countmax="10" chance="24925" />
<item id="1987" chance="10000">
<inside>
<item id="2160" countmax="3" chance="5000" />
<item id="2342" chance="1250" />
</inside>
</item>
<item id="2160" countmax="10" chance="24925" />
<item id="2160" countmax="10" chance="1925" />
<item id="11204" chance="11600" />
<item id="2168" chance="5675" />
<item id="7454" chance="1450" />
<item id="1987" chance="100000">
<inside>
<item id="2160" countmax="10" chance="34925" />
<item id="2160" countmax="10" chance="24925" />
<item id="2151" countmax="20" chance="12025" />
<item id="2666" chance="31250" />
</inside>
</item>
<item id="2160" countmax="10" chance="24925" />
<item id="2160" countmax="10" chance="24925" />
<item id="8877" chance="3425" />
<item id="2443" chance="5175" />
<item id="2503" chance="1425" />
<item id="8930" chance="1445" />
<item id="1987" chance="100000">
<inside>
<item id="2160" countmax="10" chance="34925" />
<item id="2160" countmax="10" chance="1925" />
<item id="9776" chance="850" />
<item id="2495" chance="500" />
<item id="1987" chance="10000">
<inside>
</inside>
</item>
<item id="2160" countmax="10" chance="14925" />
<item id="2160" countmax="10" chance="14925" />
<item id="2400" chance="3100" />
<item id="7390" chance="2500" />
<item id="2509" chance="2200" />
</inside>
</item>
</loot>
</monster>

Wait for edit :D
 
Last edited:
ktk laho ya kuyt we enta 5ayeb da ur old ot fireblade m3a wa7ed sahby ya nub we soon hgebooh
 
Taken from masiyahs datapack, don't take the credit for someone elses work, the only thing you did was to alter the health, attack.
Code:
<?xml version="1.0" encoding="utf-8"?>
<monster name="Magic Wizard" namedescription="a magic wizard" race="blood" experience="100" speed="300" manacost="0" skull="black">
<health now="12350" max="12350"/>
<look type="12" head="89" body="85" legs="87" feet="104" corpse="6068"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="900"/>
</flags>
<attacks>
<attack name="melee" interval="1000" skill="105" attack="300"/>

<attack name="fire" interval="2000" chance="30" range="7" radius="4" target="1" min="-300" max="-1295">
<attribute key="shooteffect" value="fire"/>
<attribute key="areaeffect" value="redspark"/>
</attack>

<attack name="death" interval="3000" chance="20" range="7" min="-220" max="-300">
<attribute key="shooteffect" value="suddendeath"/>
</attack>

<attack name="poison" interval="2000" chance="20" range="7" radius="4" target="1" min="-20" max="-90">
<attribute key="shooteffect" value="poison"/>
<attribute key="areaeffect" value="poison"/>
</attack>

<attack name="poison" interval="1000" chance="10" range="7" min="-50" max="-80">
<attribute key="shooteffect" value="poison"/>
<attribute key="areaeffect" value="poison"/>
</attack>

<attack name="fire" interval="4000" chance="25" length="8" spread="3" min="-500" max="-600">
<attribute key="areaeffect" value="firearea"/>
</attack>

<attack name="poison" interval="2000" chance="23" length="8" spread="3" min="-200" max="-685">
<attribute key="areaeffect" value="poison"/>
</attack>

<attack name="lifedrain" interval="3000" chance="25" length="8" spread="3" min="-300" max="-600">
<attribute key="areaeffect" value="greenshimmer"/>
</attack>

</attacks>
<defenses armor="5" defense="20">
</defenses>
<elements>
<element physicalpercent="30"/>
<element icepercent="90"/>
<element holypercent="-50"/>
<element firepercent="-80"/>
<element earthpercent="-70"/>
</elements>
<immunities>
<immunity death="1"/>
<immunity earth="0"/>
<immunity fire="0"/>
<immunity drown="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>
<summons maxsummons="2">
<summon name="Demon" interval="1000" chance="10"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="Whore mother die in hell!"/>
<voice sentence="Learn how to write!"/>
<voice sentence="GRAAARRRRRR"/>
<voice sentence="CHHHHHHHHHHH"/>
</voices>
<loot>
<item id="2646" chance="925" />
<item id="2160" countmax="10" chance="24925" />
<item id="1987" chance="10000">
<inside>
<item id="2160" countmax="3" chance="5000" />
<item id="2342" chance="1250" />
</inside>
</item>
<item id="2160" countmax="10" chance="24925" />
<item id="2160" countmax="10" chance="1925" />
<item id="11204" chance="11600" />
<item id="2168" chance="5675" />
<item id="7454" chance="1450" />
<item id="1987" chance="100000">
<inside>
<item id="2160" countmax="10" chance="34925" />
<item id="2160" countmax="10" chance="24925" />
<item id="2151" countmax="20" chance="12025" />
<item id="2666" chance="31250" />
</inside>
</item>
<item id="2160" countmax="10" chance="24925" />
<item id="2160" countmax="10" chance="24925" />
<item id="8877" chance="3425" />
<item id="2443" chance="5175" />
<item id="2503" chance="1425" />
<item id="8930" chance="1445" />
<item id="1987" chance="100000">
<inside>
<item id="2160" countmax="10" chance="34925" />
<item id="2160" countmax="10" chance="1925" />
<item id="9776" chance="850" />
<item id="2495" chance="500" />
<item id="1987" chance="10000">
<inside>
</inside>
</item>
<item id="2160" countmax="10" chance="14925" />
<item id="2160" countmax="10" chance="14925" />
<item id="2400" chance="3100" />
<item id="7390" chance="2500" />
<item id="2509" chance="2200" />
</inside>
</item>
</loot>
</monster>
 
Back
Top