mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 17:23:25 +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="The Plasmother" nameDescription="The Plasmother" race="venom" experience="8900" speed="310" manacost="0">
|
||||
<health now="7500" max="7500" />
|
||||
<look type="238" corpse="6532" />
|
||||
@@ -53,12 +52,11 @@
|
||||
<voice sentence="Blubberdiblubb" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="177" chance="20000" /> <!-- gold coins -->
|
||||
<item id="2152" countmax="13" chance="25000" /><!-- platinum coin -->
|
||||
<item id="6500" chance="45000" /><!-- demonic essence -->
|
||||
<item id="2144" countmax="3" chance="5000" /><!-- black pearl -->
|
||||
<item id="2146" countmax="3" chance="5000" /><!-- small sapphire -->
|
||||
<item id="5944" chance="35000" /><!-- soul orb -->
|
||||
<item id="6535" chance="100000" /><!-- the plasmother's remains -->
|
||||
<item id="3031" countmax="177" chance="200" /> <!-- gold coins -->
|
||||
<item id="3035" countmax="13" chance="250" /><!-- platinum coin -->
|
||||
<item id="3027" countmax="3" chance="50" /><!-- black pearl -->
|
||||
<item id="3029" countmax="3" chance="50" /><!-- small sapphire -->
|
||||
<item id="5944" chance="350" /><!-- soul orb -->
|
||||
<item id="6535" chance="1000" /><!-- the plasmother's remains -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user