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,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Lost Soul" nameDescription="a lost soul" race="undead" experience="4000" speed="220" manacost="0">
|
||||
<health now="5800" max="5800" />
|
||||
<look type="232" corpse="6310" />
|
||||
@@ -45,28 +44,28 @@
|
||||
<voice sentence="Help meeee!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="198" chance="99950" /> <!-- gold coin -->
|
||||
<item id="2152" countmax="7" chance="99950" /> <!-- platinum coin -->
|
||||
<item id="2260" countmax="3" chance="35250" /> <!-- blank rune -->
|
||||
<item id="11233" chance="33010" /> <!-- unholy bone -->
|
||||
<item id="5944" chance="15000" /> <!-- soul orb -->
|
||||
<item id="7590" countmax="2" chance="14000" /> <!-- great mana potion -->
|
||||
<item id="2144" countmax="3" chance="12000" /> <!-- black pearl -->
|
||||
<item id="2143" countmax="3" chance="11000" /> <!-- white pearl -->
|
||||
<item id="7591" countmax="2" chance="9300" /> <!-- great health potion -->
|
||||
<item id="6500" chance="7070" /> <!-- demonic essence -->
|
||||
<item id="5806" chance="5240" /> <!-- silver goblet -->
|
||||
<item id="9809" chance="3880" /> <!-- rusty armor (semi-rare) -->
|
||||
<item id="9810" chance="3880" /> <!-- rusty armor (rare) -->
|
||||
<item id="2197" chance="2980" /> <!-- stone skin amulet -->
|
||||
<item id="6300" chance="2510" /> <!-- death ring -->
|
||||
<item id="2156" chance="1920" /> <!-- red gem -->
|
||||
<item id="2133" chance="1500" /> <!-- ruby necklace -->
|
||||
<item id="6526" chance="1190" /> <!-- skeleton decoration -->
|
||||
<item id="7413" chance="1000" /> <!-- titan axe -->
|
||||
<item id="2436" chance="960" /> <!-- skull staff -->
|
||||
<item id="7407" chance="910" /> <!-- haunted blade -->
|
||||
<item id="2528" chance="820" /> <!-- tower shield -->
|
||||
<item id="5741" chance="140" /> <!-- skull helmet -->
|
||||
<item id="3031" countmax="198" chance="999" /> <!-- gold coin -->
|
||||
<item id="3035" countmax="7" chance="999" /> <!-- platinum coin -->
|
||||
<item id="3147" countmax="3" chance="352" /> <!-- blank rune -->
|
||||
<!-- unholy bone -->
|
||||
<item id="5944" chance="150" /> <!-- soul orb -->
|
||||
<!-- great mana potion -->
|
||||
<item id="3027" countmax="3" chance="120" /> <!-- black pearl -->
|
||||
<item id="3026" countmax="3" chance="110" /> <!-- white pearl -->
|
||||
<!-- great health potion -->
|
||||
<!-- demonic essence -->
|
||||
<item id="5806" chance="52" /> <!-- silver goblet -->
|
||||
<!-- rusty armor (semi-rare) -->
|
||||
<!-- rusty armor (rare) -->
|
||||
<item id="3081" chance="29" /> <!-- stone skin amulet -->
|
||||
<item id="6299" chance="25" /> <!-- death ring -->
|
||||
<item id="3039" chance="19" /> <!-- red gem -->
|
||||
<item id="3016" chance="15" /> <!-- ruby necklace -->
|
||||
<item id="6525" chance="11" /> <!-- skeleton decoration -->
|
||||
<!-- titan axe -->
|
||||
<item id="3324" chance="9" /> <!-- skull staff -->
|
||||
<!-- haunted blade -->
|
||||
<item id="3428" chance="8" /> <!-- tower shield -->
|
||||
<item id="5741" chance="1" /> <!-- skull helmet -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user