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="Phantasm" nameDescription="a phantasm" race="undead" experience="0" speed="240" manacost="0">
|
||||
<health now="65" max="65" />
|
||||
<look type="241" head="20" corpse="6344" />
|
||||
<look type="241" head="20" corpse="6343" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
@@ -37,7 +36,7 @@
|
||||
<defense name="speed" interval="2000" chance="10" speedchange="500" duration="6000">
|
||||
<attribute key="areaEffect" value="redshimmer" />
|
||||
</defense>
|
||||
<defense name="invisible" interval="2000" chance="25" duration="8000" >
|
||||
<defense name="invisible" interval="2000" chance="25" duration="8000">
|
||||
<attribute key="areaEffect" value="blueshimmer" />
|
||||
</defense>
|
||||
</defenses>
|
||||
@@ -61,4 +60,4 @@
|
||||
<voice sentence="Its nothing but a dream!" />
|
||||
<voice sentence="Give in!" />
|
||||
</voices>
|
||||
</monster>
|
||||
</monster>
|
Reference in New Issue
Block a user