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,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Massacre" nameDescription="Massacre" race="blood" experience="9800" speed="390" manacost="0">
|
||||
<health now="30000" max="30000" />
|
||||
<look type="244" corpse="6336" />
|
||||
<look type="244" corpse="6335" />
|
||||
<targetchange interval="60000" chance="0" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -36,6 +35,6 @@
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<loot>
|
||||
<item id="6540" chance="100000" /><!-- massacre's shell piece -->
|
||||
<item id="6540" chance="1000" /><!-- massacre's shell piece -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user