mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 10:15:54 +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="Defiler" nameDescription="a defiler" race="venom" experience="3700" speed="230" manacost="0">
|
||||
<health now="3650" max="3650" />
|
||||
<look type="238" corpse="6532" />
|
||||
@@ -30,7 +29,7 @@
|
||||
<attack name="poisoncondition" interval="2000" chance="10" length="8" spread="3" min="-500" max="-1000">
|
||||
<attribute key="areaEffect" value="smallplants" />
|
||||
</attack>
|
||||
<attack name="speed" interval="2000" chance="15" length="8" spread="3" speedchange="-700" duration="15000" >
|
||||
<attack name="speed" interval="2000" chance="15" length="8" spread="3" speedchange="-700" duration="15000">
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
</attack>
|
||||
</attacks>
|
||||
@@ -54,22 +53,19 @@
|
||||
<voice sentence="Blubb Blubb" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="100000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="100" chance="100000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="72" chance="100000" /><!-- gold coin -->
|
||||
<item id="2152" countmax="6" chance="95000" /><!-- platinum coin -->
|
||||
<item id="5944" chance="20000" /><!-- soul orb -->
|
||||
<item id="6500" chance="20320" /><!-- demonic essence -->
|
||||
<item id="9967" chance="14210" /><!-- glob of acid slime -->
|
||||
<item id="9968" chance="12000" /><!-- glob of tar -->
|
||||
<item id="2151" chance="5710" /><!-- talon -->
|
||||
<item id="2158" chance="300" /><!-- blue gem -->
|
||||
<item id="2149" countmax="3" chance="5366" /><!-- small emeralds-->
|
||||
<item id="2147" countmax="2" chance="3000" /><!-- small rubies -->
|
||||
<item id="6300" chance="3030" /><!-- death ring-->
|
||||
<item id="2145" countmax="2" chance="2439" /><!-- small diamond -->
|
||||
<item id="2156" chance="1538" /><!-- red gem -->
|
||||
<item id="2154" chance="1219" /><!-- yellow gem -->
|
||||
<item id="2155" chance="613" /><!-- green gem -->
|
||||
<item id="3031" countmax="100" chance="1000" /><!-- gold coin -->
|
||||
<item id="3031" countmax="100" chance="1000" /><!-- gold coin -->
|
||||
<item id="3031" countmax="72" chance="1000" /><!-- gold coin -->
|
||||
<item id="3035" countmax="6" chance="950" /><!-- platinum coin -->
|
||||
<item id="5944" chance="200" /><!-- soul orb -->
|
||||
<item id="3034" chance="57" /><!-- talon -->
|
||||
<item id="3041" chance="3" /><!-- blue gem -->
|
||||
<item id="3032" countmax="3" chance="53" /><!-- small emeralds-->
|
||||
<item id="3030" countmax="2" chance="30" /><!-- small rubies -->
|
||||
<item id="6299" chance="30" /><!-- death ring-->
|
||||
<item id="3028" countmax="2" chance="24" /><!-- small diamond -->
|
||||
<item id="3039" chance="15" /><!-- red gem -->
|
||||
<item id="3037" chance="12" /><!-- yellow gem -->
|
||||
<item id="3038" chance="6" /><!-- green gem -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user