mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-22 09:55:53 +02:00
fix 790 monsters target strategy
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<monster name="Blightwalker" nameDescription="a blightwalker" race="undead" experience="5850" speed="125" manacost="0">
|
||||
<health now="8900" max="8900" />
|
||||
<look type="246" corpse="6353" />
|
||||
<targetchange interval="4000" chance="10" />
|
||||
<targetchange interval="1000" chance="10" />
|
||||
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
||||
<flags>
|
||||
<flag summonable="0" />
|
||||
<flag attackable="1" />
|
||||
@@ -12,7 +13,6 @@
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="1" />
|
||||
<flag targetdistance="1" />
|
||||
<flag staticattack="90" />
|
||||
<flag runonhealth="800" />
|
||||
</flags>
|
||||
<attacks attack="90" skill="100">
|
||||
|
Reference in New Issue
Block a user