mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-21 09:33:26 +02:00
fix 790 melee attacks
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
<flag canpushitems="1" />
|
||||
<flag canpushcreatures="1" />
|
||||
<flag targetdistance="4" />
|
||||
<flag staticattack="90" />
|
||||
<flag runonhealth="400" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="70" attack="60" poison="160" />
|
||||
<attacks skill="70" attack="60" poison="160">
|
||||
<attack name="fire" interval="2000" chance="20" range="7" radius="4" target="1" min="-100" max="-240">
|
||||
<attribute key="shootEffect" value="fire" />
|
||||
<attribute key="areaEffect" value="firearea" />
|
||||
|
Reference in New Issue
Block a user