Witamy na nowym Forum o Grze Tibia
Elf kozak i bezpo¶rednio diabe³ z piek³a rodem
robimy plik elf boss.xml a w nim
Spoiler:
<?xml version="1.0"?>
<monster name="Elf Boss" nameDescription="an elf boss" experience="1000000" speed="500" race="Blood">
<health now="100000" max="100000"/>
<look type="64" head="20" body="30" legs="40" feet="50" corpse="2981"/>
<strategy attack="100"/>
<flags>
<flag canpushitems="1"/>
<flag hostile="1"/>
<flag attackable="1"/>
<flag pushable="0"/>
<flag staticattack="80"/>
<flag targetdistance="1"/>
<flag runonhealth="1"/>
</flags>
<attacks>
<attack name="arrow" interval="1000" chance="100" min="-10" max="-70">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="arrow" interval="3500" chance="100" min="-10" max="-70">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="heavy magic missile" interval="5000" chance="70" min="-50" max="-90">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="heavy magic missile" interval="2500" chance="40" min="-50" max="-1000">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="sudden death" interval="7000" chance="85" min="-175" max="-250">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="sudden death" interval="3500" chance="35" min="-175" max="-500">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="arrow" interval="1000" chance="100" min="-500" max="-600">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="arrow" interval="1000" chance="100" min="-500" max="-600">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
</attacks>
<defenses defense="90" armor="90"/>
<immunities>
<immunity name="outfit"/>
<immunity name="fire"/>
<immunity name="paralyze"/>
<immunity name="invisible"/>
<immunity name="drunk"/>
</immunities>
<voices speed="50" chance="50">
<voice sentence="Ab'dendriel in devil my soul" yell="1"/>
<voice sentence="I Kill You" yell="1"/>
<voice sentence="My Elf's Attack Some Noob's" yell="1"/>
<voice sentence="Tha'shi Ab'dendriel!" yell="1"/>
<voice sentence="You Die In My Arrow -.^" yell="1"/>
</voices>
<loot>
<item id="2523" countmax="1" chance="9000"/>
<item id="5803" countmax="1" chance="10000"/>
<item id="6529" countmax="100" chance="10000"/>
<item id="7368" countmax="100" chance="10000"/>
</loot>
</monster>
oraz devil.xml
Spoiler:
<?xml version="1.0"?>
<monster name="Devil" nameDescription="a devil, from the hell" experience="100000" speed="500" race="Fire">
<health now="60000" max="60000"/>
<look type="35" head="20" body="30" legs="40" feet="50" corpse="2916"/>
<strategy attack="200" defense="90"/>
<flags>
<flag canpushitems="1"/>
<flag hostile="1"/>
<flag attackable="1"/>
<flag pushable="0"/>
<flag staticattack="80"/>
<flag targetdistance="3"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" skill="90" attack="90" min="-300" max="-700" range="1"/>
<attack name="Great Fireball" interval="10000" chance="30" min="-100" max="-350">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="Fire Field" interval="6000" chance="55" min="-10" max="-20">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="Great Energy Beam" interval="5500" chance="20" min="-700" max="-750">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
</attacks>
<defenses defense="0" armor="90">
<defense name="Ultimate Healing" interval="4000" chance="25" min="150" max="400">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</defense>
</defenses>
<immunities>
<immunity name="energy"/>
<immunity name="fire"/>
</immunities>
<voices speed="0" chance="10">
<voice sentence="Insert Ass Give Me Cash!!!"/>
<voice sentence="Muhahaha!!!"/>
<voice sentence="Your soul will be mine!"/>
</voices>
<summons maxSummons="2">
<summon name="Demon" speed="2000" chance="50"/>
</summons>
<loot>
<item id="1987" countmax="1" chance="10000">
<inside>
<item id="2342" countmax="1" chance="1000"/>
<item id="2472" countmax="1" chance="5000"/>
<item id="2507" countmax="1" chance="450"/>
<item id="6433" countmax="1" chance="3000"/>
</inside>
</item>
<item id="2496" countmax="1" chance="1000"/>
<item id="6391" countmax="1" chance="2000"/>
<item id="7425" countmax="1" chance="1500"/>
</loot>
</monster>
no i linijki
Spoiler:
<monster name="Elf Boss" file="Elf Boss.xml" />
<monster name="Devil" file="Devil.xml" />
Offline