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,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Nightmare" nameDescription="a nightmare" race="blood" experience="2150" speed="240" manacost="0">
|
||||
<health now="2700" max="2700" />
|
||||
<look type="245" corpse="6340" />
|
||||
<look type="245" corpse="6339" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -56,22 +55,19 @@
|
||||
<voice sentence="Weeeheeheeeheee!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="50000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="55" chance="50000" /><!-- gold coin -->
|
||||
<item id="2671" countmax="2" chance="29000" /><!-- ham -->
|
||||
<item id="5944" chance="20000" /><!-- soul orb -->
|
||||
<item id="6558" countmax="2" chance="19666" /><!-- concentrated demonic blood -->
|
||||
<item id="11223" chance="15240" /><!-- essence of a bad dream -->
|
||||
<item id="6500" chance="10000" /><!-- demonic essence -->
|
||||
<item id="2547" countmax="4" chance="9090" /><!-- power bolt -->
|
||||
<item id="11229" chance="9090" /><!-- scythe leg -->
|
||||
<item id="2152" countmax="3" chance="2564" /><!-- platinum coin -->
|
||||
<item id="6300" chance="1298" /><!-- death ring -->
|
||||
<item id="2532" chance="990" /><!-- ancient shield -->
|
||||
<item id="2477" chance="961" /><!-- knight legs -->
|
||||
<item id="2195" chance="337" /><!-- boots of haste -->
|
||||
<item id="6526" chance="337" /><!-- skeleton decoration -->
|
||||
<item id="5669" chance="123" /><!-- mysterious voodoo skull -->
|
||||
<item id="2454" chance="95" /><!-- war axe -->
|
||||
<item id="3031" countmax="100" chance="500" /><!-- gold coin -->
|
||||
<item id="3031" countmax="55" chance="500" /><!-- gold coin -->
|
||||
<item id="3582" countmax="2" chance="290" /><!-- ham -->
|
||||
<item id="5944" chance="200" /><!-- soul orb -->
|
||||
<item id="6558" countmax="2" chance="196" /><!-- concentrated demonic blood -->
|
||||
<item id="3450" countmax="4" chance="90" /><!-- power bolt -->
|
||||
<item id="3035" countmax="3" chance="25" /><!-- platinum coin -->
|
||||
<item id="6299" chance="12" /><!-- death ring -->
|
||||
<item id="3432" chance="9" /><!-- ancient shield -->
|
||||
<item id="3371" chance="9" /><!-- knight legs -->
|
||||
<item id="3079" chance="3" /><!-- boots of haste -->
|
||||
<item id="6525" chance="3" /><!-- skeleton decoration -->
|
||||
<item id="5668" chance="1" /><!-- mysterious voodoo skull -->
|
||||
<item id="3342" chance="95" /><!-- war axe -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user