• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Tirecz

soulz

New Member
Joined
Jun 29, 2009
Messages
17
Reaction score
0
Location
Po(or)land
It isn`t Tirecz from zao' arena, i just give him same name :)...
He has strong attacks(like zulazza =P), and doing very often combo...
Every 15secs is 100% chance so he attack with "death ball" (~-1000).

Screen + Random lootek
screenie.jpg



PHP:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Tirecz" nameDescription="Tirecz" race="blood" experience="6000" speed="290" manacost="0">
<health now="25000" max="25000"/>
<look type="334" corpse="11104"/>
    <targetchange interval="2000" chance="19"/>
    <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="0"/>
        <flag targetdistance="1"/>
        <flag staticattack="80"/>
        <flag runonhealth="1200"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" min="-137" max="-2047" poison="2000" tick="3000"/>
        
        <attack name="fire" interval="1000" chance="20" length="8" spread="3" min="-202" max="-646">
            <attribute key="areaEffect" value="explosion"/>
        </attack>
        
        <attack name="skills" interval="1500" chance="21" radius="3" shield="-60">
            <attribute key="areaEffect" value="yellowspark"/>
        </attack>
        
        <attack name="death" interval="2000" chance="19" length="8" spread="0" min="-521" max="-859">
            <attribute key="areaEffect" value="smallclouds"/>
        </attack>
        
        <attack name="death" interval="15000" chance="100" range="7" radius="4" min="-910" max="-1287">
            <attribute key="areaEffect" value="mortarea"/>
        </attack>
        
        <attack name="manadrain" interval="2000" chance="23" range="7" radius="7" min="-204" max="-324">
            <attribute key="areaEffect" value="redshimmer"/>
        </attack>
    </attacks>
    <defenses armor="20" defense="20">
        <defense name="healing" interval="2000" chance="39" min="360" max="620">
            <attribute key="areaEffect" value="greenshimmer"/>
        </defense>
        </defenses>
    <elements>
        <element energyPercent="20"/>
        <element holyPercent="20"/>
        <element deathPercent="30"/>
        <element icePercent="20"/>
        <element earthPercent="70"/>
        <element physicalPercent="-10"/>
    </elements>
    <voices interval="3000" chance="19">
        <voice sentence="Hissss!"/>
    </voices>
    <immunities>
        <immunity lifedrain="1"/>
        <immunity paralyze="1"/>
        <immunity outfit="1"/>
        <immunity drunk="1"/>
        <immunity invisible="1"/>
    </immunities>
    <loot>
    <item id="1987" chance="100000"><!-- bag -->
        <inside>
            <item ids="2153-2156;2158" chance="27650" /><!-- random gem -->
            <item ids="7368;7366" countmax="92" chance="24200" /><!-- assassin;viper strs -->
            
			<item ids="2452;11317" chance="15310" /><!-- zaoan/heavy mace -->
			<item ids="2214" chance="32720" /><!-- life/ring of healing -->
			<item id="2169" chance="29020" /><!-- time ring -->
			<item id="9810" chance="12310" /><!-- rusty armor -->
            <item ids="11114;2195" chance="13325" /><!-- dragonscale boots of haste -->
			<item ids="2789" countmax="13" chance="30450" /><!-- brown mushroom -->
            <item ids="8891;8882" chance="15550" /><!-- paldin/earthbrn armor -->
			<item ids="5954" countmax="2" chance="37120" /><!-- demon horn -->
			<item ids="2514;2528;2515" chance="20990" /><!-- mstermnd/guardian/tower shld -->
        </inside>
    </item>
    <item id="9971;2145;2164;5944" countmax="3" chance="30675" /><!-- soul orb/small diamond/gold ingot -->
    <item ids="7590-7591;8472-8473" countmax="5" chance="32825" /><!-- random potionek -->
    <item ids="7439;7440;7443" chance="23150" /><!-- mstermnd/bersk/bllseye potion -->
    <item id="2152" countmax="12" chance="70435" /><!-- platinum coin -->
    <item id="2152" countmax="24" chance="70675" /><!-- platinum coin -->
</loot> 
</monster>

PHP:
<monster name="Tirecz" file="Tirecz.xml"/>

semi-based on tibiawiki, probably is unbalanced but...hope you like it =)
s.
 
Last edited:
thanks :)... next improved loot and berserk which reduces shielding(-60), now i`m happy =)
 
Last edited:
Back
Top