Jump to content
  • 0

Blinding Blow Effect


Question

Posted

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!
 
 

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock