mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 18:25:54 +02:00
finish serpentine tower event and quest
This commit is contained in:
33
data/monster/790/mr. punish.xml
Normal file
33
data/monster/790/mr. punish.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Mr. Punish" nameDescription="Mr. Punish" race="undead" experience="5500" speed="470" manacost="0">
|
||||
<health now="12000" max="12000" />
|
||||
<look type="234" corpse="6331" />
|
||||
<targetchange interval="2000" chance="5" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
<flag hostile="1" />
|
||||
<flag illusionable="0" />
|
||||
<flag convinceable="0" />
|
||||
<flag pushable="0" />
|
||||
<flag canpushitems="1" />
|
||||
<flag staticattack="50" />
|
||||
<flag lightlevel="0" />
|
||||
<flag lightcolor="0" />
|
||||
<flag targetdistance="1" />
|
||||
<flag runonhealth="2000" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" min="-660" max="-1280" />
|
||||
</attacks>
|
||||
<defenses armor="64" defense="72" />
|
||||
<immunities>
|
||||
<immunity energy="1" />
|
||||
<immunity fire="1" />
|
||||
<immunity poison="1" />
|
||||
<immunity invisible="1" />
|
||||
</immunities>
|
||||
<loot>
|
||||
<item id="6537" chance="100000" /><!-- mr punish's handcuffs -->
|
||||
</loot>
|
||||
</monster>
|
Reference in New Issue
Block a user