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="20" />
|
||||
<flag runonhealth="3500" />
|
||||
</flags>
|
||||
<attacks>
|
||||
<attack name="melee" interval="2000" skill="70" attack="130" poison="380" />
|
||||
<attacks skill="70" attack="130" poison="380">
|
||||
<attack name="manadrain" interval="2000" chance="15" range="1" min="0" max="-920" />
|
||||
<attack name="drunk" interval="2000" chance="10" target="0" radius="4" duration="3000">
|
||||
<attribute key="areaEffect" value="smallclouds" />
|
||||
|
Reference in New Issue
Block a user