Resolved Bow resist don't work

MrTitan

Knight
Customer
Hi everyone, do you have this problem?
I tried to add a bow resist to but the damage dont change. Any clues?
I tried with this skill
<skill id="4444" levels="5" name="Higher Resist Bow/Crossbow Weapons">
<table name="#bowRcpt">30 35 40 45 50</table>
<set name="icon" val="icon.skill4444"/>
<set name="magicLevel" val="1"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<for>
<sub order="0x40" stat="bowWpnVuln" val="#bowRcpt"/>
</for>
</skill>
 
Back
Top