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="Betrayed Wraith" nameDescription="a betrayed wraith" race="undead" experience="3500" speed="230" manacost="0">
|
||||
<health now="4200" max="4200" />
|
||||
<look type="233" corpse="6316" />
|
||||
<look type="233" corpse="6315" />
|
||||
<targetchange interval="4000" chance="15" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -54,22 +53,22 @@
|
||||
<voice sentence="Tcharrr!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="198" chance="100000" /> <!-- gold coin -->
|
||||
<item id="2152" countmax="8" chance="100000" /> <!-- platinum coin -->
|
||||
<item id="6558" chance="65250" /> <!-- concentrated demonic blood -->
|
||||
<item id="2547" countmax="15" chance="50000" /> <!-- power bolt -->
|
||||
<item id="6500" chance="19430" /> <!-- demonic essence -->
|
||||
<item id="11233" chance="18410" /> <!-- unholy bone -->
|
||||
<item id="7590" countmax="3" chance="15000" /> <!-- great mana potion -->
|
||||
<item id="8473" chance="15410" /> <!-- ultimate health potion -->
|
||||
<item id="2145" countmax="4" chance="11800" /> <!-- small diamond -->
|
||||
<item id="7368" countmax="5" chance="10780" /> <!-- assassin star -->
|
||||
<item id="5944" chance="9000" /> <!-- soul orb -->
|
||||
<item id="5022" countmax="2" chance="8000" /> <!-- orichalcum pearl -->
|
||||
<item id="7386" chance="1790" /> <!-- mercenary sword -->
|
||||
<item id="6300" chance="420" /> <!-- death ring -->
|
||||
<item id="5741" chance="420" /> <!-- skull helmet -->
|
||||
<item id="5799" chance="140" /> <!-- golden figurine -->
|
||||
<item id="7416" chance="70" /> <!-- bloody edge -->
|
||||
<item id="3031" countmax="198" chance="1000" /> <!-- gold coin -->
|
||||
<item id="3035" countmax="8" chance="1000" /> <!-- platinum coin -->
|
||||
<item id="6558" chance="652" /> <!-- concentrated demonic blood -->
|
||||
<item id="3450" countmax="15" chance="500" /> <!-- power bolt -->
|
||||
<!-- demonic essence -->
|
||||
<!-- unholy bone -->
|
||||
<!-- great mana potion -->
|
||||
<!-- ultimate health potion -->
|
||||
<item id="3028" countmax="4" chance="118" /> <!-- small diamond -->
|
||||
<!-- assassin star -->
|
||||
<item id="5944" chance="90" /> <!-- soul orb -->
|
||||
<item id="5021" countmax="2" chance="80" /> <!-- orichalcum pearl -->
|
||||
<!-- mercenary sword -->
|
||||
<item id="6299" chance="4" /> <!-- death ring -->
|
||||
<item id="5741" chance="4" /> <!-- skull helmet -->
|
||||
<item id="5799" chance="1" /> <!-- golden figurine -->
|
||||
<!-- bloody edge -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user