• logo_cipsoft
    Nowe serwery zostały otwarte 19 Lut 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

Monsters Dreadbeast

Status
Zamknięty.

Hakeq

Banned
Dołączył
Marzec 23, 2013
Posty
103
Liczba reakcji
6
Autor: Master Filip

Witam! Postanowilem wam pokazac skrypt na dreadbeast'a.
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="dreadbeast" nameDescription="a dreadbeast" race="undead" experience="250" speed="210" manacost="800">
	<health now="800" max="800"/>
	<look type="101" corpse="6030"/>
	<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="1"/>
		<flag pushable="0"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="-0" max="-50"/>
		<attack name="drown" interval="2000" chance="10" range="6" min="-70" max="-90">
			<attribute key="shootEffect" value="ice"/>
			<attribute key="areaEffect" value="bluebubble"/>
		</attack>
	</attacks>
	<defenses armor="20" defense="35">
	</defenses>
	<elements>
		<element deathPercent="100"/>
		<element earthPercent="100"/>
		<element firePercent="-10"/>
		<element holyPercent="-30"/>
		<element drownPercent="-30"/>
	</elements>
	<immunities>
		<immunity lifedrain="1"/>
		<immunity paralyze="1"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="Cccchhhhhhhhh!"/>
		<voice sentence="Knooorrrrr!"/>
	</voices>
	<loot>
		<item id="2148" countmax="70" chance="100000"/><!-- gold coin -->
		<item id="2229" countmax="2" chance="20000"/><!-- skull -->
		<item id="2231" chance="33333"/><!-- big bone -->
		<item id="2463" chance="2500"/><!-- plate armor -->
		<item id="5925" countmax="1" chance="5000"/><!-- hardened bone -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2541" chance="2000"/><!-- bone shield -->
				<item id="2148" countmax="18" chance="50000"/><!-- gold coin -->
				<item id="2450" chance="1666"/><!-- bone sword -->
				<item id="2449" chance="10000"/><!-- bone club -->
			</inside>
		</item>
	</loot>
</monster>
.
A jesli nie macie Hellgoraka:
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="hellgorak" nameDescription="hellgorak" race="fire" experience="10000" speed="360" manacost="0">
    <health now="40000" max="40000"/>
    <look type="12" head="19" body="96" legs="21" feet="81" corpse="6068"/>
    <targetchange interval="3000" chance="28"/>
    <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="85"/>
        <flag runonhealth="0"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" min="0" max="-800"/>
        <attack name="energy" interval="1000" chance="11" length="8" spread="0" min="0" max="-850">
            <attribute key="areaEffect" value="purpleenergy"/>
        </attack>
        <attack name="manadrain" interval="2000" chance="14" radius="5" target="0" min="-90" max="-500">
            <attribute key="areaEffect" value="stun"/>
        </attack>
        <attack name="melee" interval="1000" chance="8" target="0" radius="6" min="-40" max="-100">
            <attribute key="areaEffect" value="poff"/>
        </attack>
        <attack name="fire" interval="1000" chance="11" radius="7" target="1" min="0" max="-600">
            <attribute key="areaEffect" value="firearea"/>
        </attack>
        <attack name="energy" interval="1000" chance="12" range="1" target="1" min="-200" max="-400">
            <attribute key="shootEffect" value="energy"/>
            <attribute key="areaEffect" value="energyarea"/>
        </attack>
    </attacks>
    <defenses armor="70" defense="65">
        <defense name="healing" interval="1000" chance="11" min="400" max="900">
            <attribute key="areaEffect" value="greenshimmer"/>
        </defense>
    </defenses>
    <elements>
        <element physicalPercent="98"/>
        <element icePercent="98"/>
        <element energyPercent="98"/>
        <element earthPercent="98"/>
        <element holyPercent="98"/>
        <element deathPercent="98"/>
        <element firePercent="98"/>
        <element drownPercent="-205"/>
    </elements>
    <immunities>
        <immunity lifedrain="1"/>
        <immunity paralyze="1"/>
        <immunity invisible="1"/>
    </immunities>
    <summons maxSummons="8">
        <summon name="dreadbeast" interval="2000" chance="40" max="8"/>
    </summons>
<voices interval="5000" chance="10">
    <voice sentence="No man can defeat me!" yell="1"/>
    <voice sentence="Your puny skills are no match for me!" yell="1"/>
    <voice sentence="I will sacrifice yours souls to seven!" yell="1"/>
    <voice sentence="I smell your fear. Delicious!" yell="1"/>
    <voice sentence="I am bad news for your mortals!" yell="1"/>
  </voices>
    <loot>
        <item id="2148" countmax="100" chance="100000"/>
        <item id="2148" countmax="83" chance="80000"/>
        <item id="2152" countmax="28" chance="60000"/>
        <item id="2149" countmax="19" chance="8000"/>
        <item id="2145" countmax="23" chance="8000"/>
        <item id="9970" countmax="24" chance="8000"/>
        <item id="2147" countmax="16" chance="8000"/>
        <item id="2146" countmax="21" chance="8000"/>
        <item id="2150" countmax="25" chance="8000"/>
        <item id="2144" countmax="20" chance="8000"/>
        <item id="2143" countmax="25" chance="8000"/>
        <item id="8473" countmax="2" chance="20000"/>
        <item id="6300" chance="6000"/>
        <item id="8901" chance="6000"/>
        <item id="2656" chance="4000"/>
        <item id="9813" chance="6000"/>
        <item id="3962" chance="6000"/>
        <item id="9810" chance="6000"/>
        <item id="2477" countmax="2" chance="6000"/>
        <item id="2488" chance="6000"/>
        <item id="2136" chance="8000"/>
        <item id="8870" chance="16000"/>
        <item id="7894" chance="7000"/>
        <item id="2466" chance="6000"/>
        <item id="2155" chance="3000"/>
        <item id="7453" chance="2000"/>
        <item id="8879" chance="1000"/>
        <item id="6300" countmax="4" chance="2000"/>
    <item id="1987" chance="100000">
    <inside>
        <item id="5954" countmax="2" chance="10000"/>
        <item id="7591" chance="11000"/>
        <item id="2197" chance="9000"/>
        <item id="2167" chance="6000"/>
        <item id="2125" chance="20000"/>
        <item id="2214" chance="6000"/>
        <item id="2164" chance="6000"/>
        <item id="2187" chance="4000"/>
        <item id="2133" chance="6000"/>
        <item id="2415" chance="600"/>
        <item id="8918" chance="800"/>
        <item id="8926" chance="700"/>
        <item id="2645" chance="6000"/>
        <item id="2487" chance="5000"/>
        <item id="7456" chance="6000"/>
        <item id="2130" chance="5000"/>        
        <item id="8903" chance="3000"/>
        <item id="7412" chance="6000"/>
        <item id="8904" chance="2000"/>
        <item id="8902" chance="9000"/>
        <item id="2470" chance="5000"/>
        <item id="7388" chance="2000"/>
      </inside>
    </item>
  </loot>
</monster>
To na tyle.
 
Status
Zamknięty.
Do góry