Skill icon

NoClaiM

Heir
Customer
1729022232322.webp
Where to change on what weapons you can use skills? For exmaple with simple HD shows what you can use rush, but if HD is with SA its not "glowing" anymore.
Where is located this client side feature?
 
And reason why cant use skill why target issint flag? (cant use it whille pushed ctrl) on mobs same. Cant use skill if holding CTRL
 
And reason why cant use skill why target issint flag? (cant use it whille pushed ctrl) on mobs same. Cant use skill if holding CTRL
You made skill incorrect. Here is work Rush Impact
Code:
    <skill id="995" levels="1" name="Rush Impact">
        <set name="icon" val="icon.skill0793" />
        <set name="coolTime" val="200" />
        <set name="power" val="4224" />
        <set name="magicLevel" val="83" />
        <set name="castRange" val="600" />
        <set name="hitTime" val="800" />
        <set name="reuseDelay" val="20000"/>
        <set name="hitCancelTime" val="500" />
        <set name="mpConsume1" val="82" />
        <set name="activateRate" val="60" />
        <set name="target" val="TARGET_TUNNEL" />
        <set name="skillRadius" val="400" />
        <set name="skillType" val="PDAM" />
        <set name="flyType" val="CHARGE" />
        <set name="flyRadius" val="600" />
        <set name="trait" val="SHOCK" />
        <set name="saveVs" val="CON" />
        <set name="operateType" val="OP_ACTIVE" />
        <for>
            <effect count="1" name="Stun" stackOrder="-1" stackType="Stun" time="9" val="0" />
        </for>
    </skill>
 
Strange thing. You cant use ctrl+f1 to rush but can use ctrl+mouse click on skill and only for this skill
 
IF played flaged all good. Just a bit strange what for non flagged Ones it works like this. But nvm.
 
Back
Top