How to reduce range of Effect "raid curse" or "petrific" when buff near a boss?

Alexander9595

Heir
Customer
when u have a party near boss and buff u get petrific how to interact with this range? even after the character dies the boss continues to give petrification to the buff that buffs him.
 
data\stats\skills

<skill id="4515" levels="1" name="Raid Curse">
<set name="magicType" val="MAGIC"/>
<set name="icon" val="icon.skill4111"/>
<set name="castRange" val="1500"/>
<set name="target" val="TARGET_ONE"/>
<set name="skillType" val="PARALYZE"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="cancelable" val="false"/>
<set name="reflectable" val="false"/>
<for>
<effect count="1" name="Petrification" stackOrder="-1" stackType="paralyze" time="120" val="0">
<set order="0x80" stat="regHp" val="0"/>
</effect>
</for>
</skill>
 
Back
Top