mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 09:13:27 +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="Hellhound" nameDescription="a hellhound" race="blood" experience="6800" speed="280" manacost="0">
|
||||
<health now="7500" max="7500" />
|
||||
<look type="240" corpse="6332" />
|
||||
<look type="240" corpse="6331" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -63,27 +62,19 @@
|
||||
<voice sentence="GRRRRR!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="100000" /><!-- gold coin -->
|
||||
<item id="2152" countmax="7" chance="100000" /><!-- platinum coin -->
|
||||
<item id="2671" countmax="14" chance="30930" /><!-- ham -->
|
||||
<item id="7368" countmax="10" chance="38000" /><!-- assassin star -->
|
||||
<item id="2144" countmax="4" chance="9400" /><!-- black pearl -->
|
||||
<item id="2231" chance="1000" /><!-- big bone -->
|
||||
<item id="6558" countmax="2" chance="31000" /><!-- concentrated demonic blood -->
|
||||
<item id="6500" chance="17000" /><!-- demonic essence -->
|
||||
<item id="9971" chance="1500" /><!-- gold ingot -->
|
||||
<item id="9810" chance="4500" /><!-- rusty armor -->
|
||||
<item id="2393" chance="950" /><!-- giant sword -->
|
||||
<item id="5944" chance="53000" /><!-- soul orb -->
|
||||
<item id="2430" chance="10810" /><!-- knight axe -->
|
||||
<item id="2383" chance="16310" /><!-- spike sword -->
|
||||
<item id="6553" chance="400" /><!-- ruthless axe -->
|
||||
<item id="10554" chance="18000" /><!-- hellhound slobber -->
|
||||
<item id="7894" chance="1270" /><!-- magma legs -->
|
||||
<item id="2392" chance="6900" /><!-- fire sword -->
|
||||
<item id="4873" chance="130" /><!-- explorer brooch -->
|
||||
<item id="2187" chance="9000" /><!-- wand of inferno -->
|
||||
<item id="7591" countmax="2" chance="15150" /><!-- great health potion -->
|
||||
<item id="7590" countmax="3" chance="15150" /><!-- great mana potion -->
|
||||
<item id="3031" countmax="100" chance="1000" /><!-- gold coin -->
|
||||
<item id="3035" countmax="7" chance="1000" /><!-- platinum coin -->
|
||||
<item id="3582" countmax="14" chance="309" /><!-- ham -->
|
||||
<item id="3027" countmax="4" chance="94" /><!-- black pearl -->
|
||||
<item id="3116" chance="10" /><!-- big bone -->
|
||||
<item id="6558" countmax="2" chance="310" /><!-- concentrated demonic blood -->
|
||||
<item id="3281" chance="9" /><!-- giant sword -->
|
||||
<item id="5944" chance="530" /><!-- soul orb -->
|
||||
<item id="3318" chance="108" /><!-- knight axe -->
|
||||
<item id="3271" chance="163" /><!-- spike sword -->
|
||||
<item id="6553" chance="4" /><!-- ruthless axe -->
|
||||
<item id="3280" chance="69" /><!-- fire sword -->
|
||||
<item id="4871" chance="1" /><!-- explorer brooch -->
|
||||
<item id="3071" chance="90" /><!-- wand of inferno -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user