mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 01:23: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="Dark Torturer" nameDescription="a dark torturer" race="undead" experience="4650" speed="240" manacost="0">
|
||||
<health now="7350" max="7350" />
|
||||
<look type="234" corpse="6328" />
|
||||
<look type="234" corpse="6330" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -47,25 +46,17 @@
|
||||
<voice sentence="The torturer is in!" />
|
||||
</voices>
|
||||
<loot>
|
||||
<item id="2148" countmax="100" chance="50000" /><!-- gold coin -->
|
||||
<item id="2148" countmax="99" chance="40000" /><!-- gold coin -->
|
||||
<item id="2671" countmax="2" chance="60000" /><!-- ham -->
|
||||
<item id="2152" countmax="8" chance="55000" /><!-- platinum coin -->
|
||||
<item id="6558" countmax="3" chance="33333" /><!-- concentrated demonic blood -->
|
||||
<item id="5944" chance="23000" /><!-- soul orb -->
|
||||
<item id="7591" countmax="2" chance="10000" /><!-- great health potion -->
|
||||
<item id="7590" countmax="2" chance="14830" /><!-- great mana potion -->
|
||||
<item id="2645" chance="5050" /><!-- steel boots -->
|
||||
<item id="9971" chance="3140" /><!-- gold ingot -->
|
||||
<item id="6500" chance="8520" /><!-- demonic essence -->
|
||||
<item id="2558" chance="5250" /><!-- saw -->
|
||||
<item id="6300" chance="2008" /><!-- death ring -->
|
||||
<item id="7368" countmax="5" chance="2222" /><!-- assassin star -->
|
||||
<item id="5480" chance="2222" /><!-- cat's paw -->
|
||||
<item id="5022" countmax="2" chance="2760" /><!-- orichalcum pearl -->
|
||||
<item id="7412" chance="850" /><!-- butcher axe -->
|
||||
<item id="5801" chance="1192" /><!-- jewelled backpack -->
|
||||
<item id="7388" chance="480" /><!-- vile axe -->
|
||||
<item id="2470" chance="30" /><!-- golden legs -->
|
||||
<item id="3031" countmax="100" chance="500" /><!-- gold coin -->
|
||||
<item id="3031" countmax="99" chance="400" /><!-- gold coin -->
|
||||
<item id="3582" countmax="2" chance="600" /><!-- ham -->
|
||||
<item id="3035" countmax="8" chance="550" /><!-- platinum coin -->
|
||||
<item id="6558" countmax="3" chance="333" /><!-- concentrated demonic blood -->
|
||||
<item id="5944" chance="230" /><!-- soul orb -->
|
||||
<item id="3554" chance="50" /><!-- steel boots -->
|
||||
<item id="3461" chance="52" /><!-- saw -->
|
||||
<item id="6299" chance="20" /><!-- death ring -->
|
||||
<item id="5479" chance="22" /><!-- cat's paw -->
|
||||
<item id="5021" countmax="2" chance="27" /><!-- orichalcum pearl -->
|
||||
<item id="3364" chance="30" /><!-- golden legs -->
|
||||
</loot>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user