mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 01:23:27 +02:00
fix 790 monsters loot and corpses. 100% finish only wyvern monster
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Undead Dragon" nameDescription="an undead dragon" race="undead" experience="7200" speed="250" manacost="0">
|
||||
<health now="8350" max="8350" />
|
||||
<look type="231" corpse="6306" />
|
||||
<look type="231" corpse="6305" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -67,30 +66,19 @@
|
||||
<voice sentence="I SENSE LIFE" yell="1" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="35500" /><!-- gold coin -->
|
||||
<item id="2148" countmax="98" chance="55500" /><!-- gold coin -->
|
||||
<item id="6500" chance="12460" /><!-- demonic essence -->
|
||||
<item id="2152" countmax="5" chance="52000" /><!-- platinum coin -->
|
||||
<item id="6300" chance="1150" /><!-- death ring -->
|
||||
<item id="7591" chance="21200" /><!-- great health potion -->
|
||||
<item id="2033" chance="6002" /><!-- golden mug -->
|
||||
<item id="2547" countmax="15" chance="15190" /><!-- power bolt -->
|
||||
<item id="7430" chance="4000" /><!-- dragonbone staff -->
|
||||
<item id="2476" chance="5500" /><!-- knight armor -->
|
||||
<item id="2177" chance="2500" /><!-- life crystal -->
|
||||
<item id="5925" chance="14180" /><!-- hardened bone -->
|
||||
<item id="9971" chance="570" /><!-- gold ingot -->
|
||||
<item id="2498" chance="1720" /><!-- royal helmet -->
|
||||
<item id="2454" chance="1290" /><!-- war axe -->
|
||||
<item id="8885" chance="430" /><!-- divine plate -->
|
||||
<item id="11233" chance="33380" /><!-- unholy bone -->
|
||||
<item id="2146" countmax="2" chance="28370" /><!-- small sapphires -->
|
||||
<item id="7368" countmax="5" chance="26650" /><!-- assassin stars -->
|
||||
<item id="7402" chance="860" /><!-- dragon slayer -->
|
||||
<item id="2144" countmax="2" chance="22780" /><!-- black pearls -->
|
||||
<item id="7590" chance="21490" /><!-- great mana potion -->
|
||||
<item id="11355" chance="860" /><!-- spellweaver's robe -->
|
||||
<item id="2466" chance="860" /><!-- golden armor -->
|
||||
<item id="8889" chance="290" /><!-- skullcracker armor -->
|
||||
<item id="3031" countmax="100" chance="355" /><!-- gold coin -->
|
||||
<item id="3031" countmax="98" chance="555" /><!-- gold coin -->
|
||||
<item id="3035" countmax="5" chance="520" /><!-- platinum coin -->
|
||||
<item id="6299" chance="11" /><!-- death ring -->
|
||||
<item id="2903" chance="60" /><!-- golden mug -->
|
||||
<item id="3450" countmax="15" chance="151" /><!-- power bolt -->
|
||||
<item id="3370" chance="55" /><!-- knight armor -->
|
||||
<item id="3061" chance="25" /><!-- life crystal -->
|
||||
<item id="5925" chance="141" /><!-- hardened bone -->
|
||||
<item id="3392" chance="17" /><!-- royal helmet -->
|
||||
<item id="3342" chance="12" /><!-- war axe -->
|
||||
<item id="3029" countmax="2" chance="283" /><!-- small sapphires -->
|
||||
<item id="3027" countmax="2" chance="227" /><!-- black pearls -->
|
||||
<item id="3360" chance="8" /><!-- golden armor -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user