mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-10 04:10:45 +01:00
training monks spawn
This commit is contained in:
28
data/monster/Training Monk.xml
Normal file
28
data/monster/Training Monk.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<monster name="Training Monk" nameDescription="a training monk" race="blood" experience="0" speed="0" manacost="0">
|
||||
<health now="100000" max="100000"/>
|
||||
<look type="57" head="0" body="0" legs="0" feet="0" corpse="6080" />
|
||||
<targetchange interval="1000" chance="5" />
|
||||
<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
|
||||
<flags>
|
||||
<flag summonable="0"/>
|
||||
<flag attackable="1"/>
|
||||
<flag hostile="1"/>
|
||||
<flag illusionable="0"/>
|
||||
<flag convinceable="0"/>
|
||||
<flag pushable="0"/>
|
||||
<flag canpushitems="1"/>
|
||||
<flag lightlevel="0"/>
|
||||
<flag lightcolor="0"/>
|
||||
<flag targetdistance="1"/>
|
||||
<flag runonhealth="0"/>
|
||||
</flags>
|
||||
<attacks attack="1" skill="60">
|
||||
</attacks>
|
||||
<defenses armor="0" defense="0">
|
||||
<defense name="healing" interval="10000" chance="100" min="100000" max="100000"/>
|
||||
</defenses>
|
||||
<immunities>
|
||||
<immunity invisible="1"/>
|
||||
</immunities>
|
||||
</monster>
|
||||
@@ -3,6 +3,7 @@
|
||||
<!-- event -->
|
||||
<monster name="raid orc" file="raids/orc.xml" />
|
||||
<monster name="raid orc warlord" file="raids/orcwarlord.xml" />
|
||||
<monster name="Training Monk" file="Training Monk.xml"/>
|
||||
|
||||
<!-- normal -->
|
||||
<monster name="amazon" file="amazon.xml" />
|
||||
|
||||
Reference in New Issue
Block a user