mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-23 02:05:54 +02:00
fix 790 melee attacks
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="1" />
|
||||
<flag targetdistance="1" />
|
||||
<flag staticattack="70" />
|
||||
<flag runonhealth="500" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="1500" skill="100" attack="98" poison="200" />
|
||||
<attacks skill="100" attack="98" poison="200">
|
||||
<attack name="poison" interval="2000" chance="15" radius="4" target="0" min="-60" max="-114">
|
||||
<attribute key="areaEffect" value="poison" />
|
||||
</attack>
|
||||
|
Reference in New Issue
Block a user