mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 17:35: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="0" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="95" attack="90" poison="450" />
|
||||
<attacks skill="95" attack="90" poison="450">
|
||||
<attack name="earth" interval="2000" chance="20" range="7" target="1" min="-150" max="-200">
|
||||
<attribute key="shootEffect" value="poison" />
|
||||
</attack>
|
||||
|
Reference in New Issue
Block a user