Jump to content
  • 0

Blinding Blow Effect


tiguz

Question

Hello, while testing the classes in my server i noticed that blinding blow isnt workinng properly cause it doesnt have the Bluff effect. After taking a look in the skill.xml I noticed that there is a line there for the bluff effect with effectpower=40. but it never casts the effect, even if I set it to 100.

 

Here is how it is set:

 

   <!-- Status:Fixed Pack:l2jfrozen author:Nefer -->
    <skill id="321" levels="10" name="Blinding Blow">
        <table name="#mpConsume">67 68 69 70 71 72 73 74 75 76</table>
        <table name="#magicLvl">65 66 67 68 69 70 71 72 73 74</table>
        <table name="#power">2751 2850 2950 3050 3151 3252 3353 3453 3553 3653</table>
        <set name="weaponsAllowed" val="16"/>
        <set name="mpConsume" val="#mpConsume"/>
        <set name="magicLvl" val="#magicLvl"/>
        <set name="power" val="#power"/>
        <set name="target" val="TARGET_ONE"/>
        <set name="condition" val="16"/>
        <set name="reuseDelay" val="90000"/>
        <set name="hitTime" val="1080"/>
        <set name="coolTime" val="720"/>
        <set name="skillType" val="BLOW"/>
        <set name="lethal1" val="4"/>
        <set name="lethal2" val="1"/>
        <set name="overHit" val="true"/>
        <set name="isDebuff" val="true"/>
        <set name="operateType" val="OP_ACTIVE"/>
        <set name="castRange" val="40"/>
        <set name="effectRange" val="400"/>
        <for>
            <effect self="1" count="1" name="Buff" time="15" val="0" stackOrder="40" stackType="SpeedUpS">
                <add order="0x40" stat="runSpd" val="40"/>
            </effect>
            <effect name="Bluff" val="0" effectPower="40" effectType="STUN"/>
        </for>
    </skill>
 
I have played in many l2j servers where it is working normaly, yet for the last rev of l2jfrozen it isnt.
I would like to get help with it, thks in advance!
 
 
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...