Mo?e komu? si? przydaj? mam 2 potworki do oddania wygl?daj? jak gracze :lol:
Robimy plik Nightmare Knight.xml
do niego wrzucamy :
A w monsters wrzucamy
Drugi robimy plik Prince of Persia
wrzucamy:
i w monsters wrzucamy :
Robimy plik Nightmare Knight.xml
do niego wrzucamy :
Kod:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Nightmare Knight" species="human" nameDescription="a nightmare knight" race="blood" experience="70000" speed="390" manacost="0">
<health now="55000" max="55000"/>
<look type="268" head="114" body="114" legs="114" feet="114" addons="3" corpse="3128"/>
<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="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag staticattack="50"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" min="-500" max="-700"/>
<attack name="berserk" interval="5000" chance="70"/>
</attacks>
<defenses armor="43" defense="45"/>
<immunities>
<immunity physical="0"/>
<immunity energy="1"/>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="1"/>
</immunities>
<voices interval="2000" chance="5">
<voice sentence="I'm Nightare Knight!"/>
<voice sentence="You are death!"/>
<voice sentence="Where are you?"/>
<voice sentence="I killed you!"/>
<voice sentence="It's time to your death!"/>
</voices>
<loot>
<item id="2148" countmax="10" chance1="100000" chancemax="0"/>
<item id="2148" countmax="100" chance1="100000" chancemax="0"/>
<item id="2476" chance="1000"/>
<item id="2489" chance="1428"/>
<item id="2490" chance="6666"/>
<item id="2381" chance="5000"/>
<item id="2389" countmax="1" chance1="20000" chancemax="0"/>
<item id="1987" chance="100000">
<inside>
<item id="2463" chance="2500"/>
<item id="2148" countmax="15" chance1="100000" chancemax="0"/>
<item id="2120" chance="20000"/>
<item id="2387" chance="6666"/>
<item id="2377" chance="2857"/>
<item id="2430" chance="1333"/>
<item id="2414" chance="909"/>
<item id="2195" chance="555"/>
</inside>
</item>
</loot>
</monster>
Kod:
<monster name="Nightmare Knight" file="Nightmare Knight.xml" />
wrzucamy:
Kod:
<?xml version="1.0" encoding="UTF-8" ?>
<monster name="Prince of Persia" nameDescription="Prince of Persia" race="blood" experience="60000" speed="18000" manacost="0">
<health now="50000" max="50000" />
<look type="146" head="114" body="88" legs="0" feet="58" addons="1" corpse="3128" />
<targetchange interval="2000" chance="50" />
<strategy attack="100" defense="0" />
<flags>
<flag summonable="1" />
<flag attackable="1" />
<flag hostile="1" />
<flag illusionable="1" />
<flag convinceable="1" />
<flag pushable="1" />
<flag canpushitems="1" />
<flag canpushcreatures="0" />
<flag targetdistance="1" />
<flag runonhealth="25" />
</flags>
<attacks>
<attack name="melee" interval="2000" min="-800" max="-1000"/>
<attack name="berserk" interval="5000" chance="70"/>
</attacks>
<defenses armor="11" defense="17" />
<immunities>
<immunity physical="0"/>
<immunity energy="1"/>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="I kill you!" />
<voice sentence="Atack!!" />
<voice sentence="This desert is mine!" />
</voices>
<loot capacity="500">
<item id="2160" countmax="30" chance1="82000" chancemax="0" />
<item id="2666" countmax="2" chance1="42000" chancemax="0" />
<item id="2114" chance="750" />
<item id="2436" chance="3200" />
<item id="1987" chance="100000">
<inside>
<item id="7415" chance="1200" />
<item id="2408" chance="1200" />
<item id="7413" chance="1200" />
<item id="2523" chance="35000" />
<item id="2391" chance="2300" />
<item id="2511" chance="52000" />
<item id="2110" chance="3000" />
</inside>
</item>
</loot>
</monster>
Kod:
<monster name="Prince of Persia" file="Prince of Persia.xml" />
Notka moderatorska: |
Do dodawania kod?w s?u?y [.code][./code] |