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="Diabolic Imp" nameDescription="a diabolic imp" race="fire" experience="1950" speed="220" manacost="0">
|
||||
<health now="2900" max="2900" />
|
||||
<look type="237" corpse="6364" />
|
||||
<look type="237" corpse="6363" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -56,23 +55,20 @@
|
||||
<voice sentence="He he he." />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="50000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="97" chance="40000" /><!-- gold coin -->
|
||||
<item id="2548" chance="50000" /><!-- pitchfork -->
|
||||
<item id="6558" countmax="2" chance="25000" /><!-- concentrated demonic blood -->
|
||||
<item id="2260" countmax="2" chance="16666" /><!-- blank rune -->
|
||||
<item id="6500" chance="8000" /><!-- demonic essence -->
|
||||
<item id="2515" chance="8130" /><!-- guardian shield -->
|
||||
<item id="2568" chance="8830" /><!-- cleaver -->
|
||||
<item id="2419" chance="5660" /><!-- scimitar -->
|
||||
<item id="5944" chance="7230" /><!-- soul orb -->
|
||||
<item id="2148" countmax="7" chance="3390" /><!-- platinum coin -->
|
||||
<item id="2150" countmax="3" chance="2250" /><!-- small amethyst -->
|
||||
<item id="2165" chance="2702" /><!-- stealth ring -->
|
||||
<item id="2387" chance="1994" /><!-- double axe -->
|
||||
<item id="6300" chance="120" /><!-- death ring -->
|
||||
<item id="7899" chance="250" /><!-- magma coat-->
|
||||
<item id="7900" chance="430" /><!-- magma monocle -->
|
||||
<item id="2185" chance="830" /><!-- necrotic rod -->
|
||||
<item id="3031" countmax="100" chance="500" /><!-- gold coin -->
|
||||
<item id="3031" countmax="97" chance="400" /><!-- gold coin -->
|
||||
<item id="3451" chance="500" /><!-- pitchfork -->
|
||||
<item id="6558" countmax="2" chance="250" /><!-- concentrated demonic blood -->
|
||||
<item id="3147" countmax="2" chance="166" /><!-- blank rune -->
|
||||
<item id="3415" chance="81" /><!-- guardian shield -->
|
||||
<item id="3471" chance="88" /><!-- cleaver -->
|
||||
<item id="3307" chance="56" /><!-- scimitar -->
|
||||
<item id="5944" chance="72" /><!-- soul orb -->
|
||||
<item id="3031" countmax="7" chance="33" /><!-- platinum coin -->
|
||||
<item id="3033" countmax="3" chance="22" /><!-- small amethyst -->
|
||||
<item id="3049" chance="27" /><!-- stealth ring -->
|
||||
<item id="3275" chance="19" /><!-- double axe -->
|
||||
<item id="6299" chance="1" /><!-- death ring -->
|
||||
<item id="3069" chance="8" /><!-- necrotic rod -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user