mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 17:55: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="Destroyer" nameDescription="a destroyer" race="undead" experience="2500" speed="270" manacost="0">
|
||||
<health now="3700" max="3700" />
|
||||
<look type="236" corpse="6320" />
|
||||
<look type="236" corpse="6319" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -46,29 +45,24 @@
|
||||
<voice sentence="It's a good day to destroy!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="60000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="100" chance="40000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="100" chance="40000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="41" chance="60000" /><!-- gold coin -->
|
||||
<item id="2666" countmax="6" chance="50000" /><!-- meat -->
|
||||
<item id="6500" chance="20000" /><!-- demonic essence -->
|
||||
<item id="2416" chance="14285" /><!-- crowbar -->
|
||||
<item id="2546" countmax="12" chance="12500" /><!-- burst arrow -->
|
||||
<item id="2489" chance="10000" /><!-- dark armor -->
|
||||
<item id="2150" countmax="2" chance="7692" /><!-- small amethyst -->
|
||||
<item id="11215" chance="7142" /><!-- metal spike -->
|
||||
<item id="5944" chance="6666" /><!-- soul orb-->
|
||||
<item id="2553" chance="6250" /><!-- pick -->
|
||||
<item id="2463" chance="4347" /><!-- plate armor -->
|
||||
<item id="2152" countmax="3" chance="4166" /><!-- platinum coin -->
|
||||
<item id="2393" chance="1694" /><!-- giant sword -->
|
||||
<item id="7591" chance="1136" /><!-- greath health potion -->
|
||||
<item id="2645" chance="992" /><!-- steel boots -->
|
||||
<item id="7427" chance="869" /><!-- chaos mace -->
|
||||
<item id="7419" chance="833" /><!-- dreaded cleaver -->
|
||||
<item id="2125" chance="578" /><!-- crystal necklace -->
|
||||
<item id="2178" chance="564" /><!-- mind stone -->
|
||||
<item id="6300" chance="144" /><!-- death ring -->
|
||||
<item id="5741" chance="108" /><!-- skull helmet -->
|
||||
<item id="3031" countmax="100" chance="600" /><!-- gold coin -->
|
||||
<item id="3031" countmax="100" chance="400" /><!-- gold coin -->
|
||||
<item id="3031" countmax="100" chance="400" /><!-- gold coin -->
|
||||
<item id="3031" countmax="41" chance="600" /><!-- gold coin -->
|
||||
<item id="3577" countmax="6" chance="500" /><!-- meat -->
|
||||
<item id="3304" chance="142" /><!-- crowbar -->
|
||||
<item id="3449" countmax="12" chance="125" /><!-- burst arrow -->
|
||||
<item id="3383" chance="100" /><!-- dark armor -->
|
||||
<item id="3033" countmax="2" chance="76" /><!-- small amethyst -->
|
||||
<item id="5944" chance="66" /><!-- soul orb-->
|
||||
<item id="3456" chance="62" /><!-- pick -->
|
||||
<item id="3357" chance="43" /><!-- plate armor -->
|
||||
<item id="3035" countmax="3" chance="41" /><!-- platinum coin -->
|
||||
<item id="3281" chance="16" /><!-- giant sword -->
|
||||
<item id="3554" chance="9" /><!-- steel boots -->
|
||||
<item id="3008" chance="5" /><!-- crystal necklace -->
|
||||
<item id="3062" chance="5" /><!-- mind stone -->
|
||||
<item id="6299" chance="1" /><!-- death ring -->
|
||||
<item id="5741" chance="1" /><!-- skull helmet -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user