Jump to content

Custom Skill Not Showing In Skill List?


lixxit

Recommended Posts

Can someone help me, I'm trying too add a custom skill (latest l2j high five). But when I give it too my char, it is not showing in my skills...

 

Data side:

    <skill id="26074" levels="3" name="Freeze">
        <table name="#abnormalLvls"> 1 2 3 </table>
        <table name="#abnormalTime"> 900 3600 86400 </table>
        <table name="#ticks"> 1 1 1 </table>
        <set name="abnormalLvl" val="#abnormalLvls" />
        <set name="abnormalTime" val="#abnormalTime" />
        <set name="abnormalType" val="CASTING_TIME_DOWN" />
        <set name="abnormalVisualEffect" val="FROZEN_PILLAR" />
        <set name="effectPoint" val="100" />
        <set name="castRange" val="400" />
        <set name="isMagic" val="1" /> <!-- Magic Skill -->
        <set name="reuseDelay" val="2000" />
        <set name="icon" val="icon.skill6274" />
        <set name="isDebuff" val="true" />
        <set name="magicLvl" val="85" />
        <set name="operateType" val="A2" />
        <set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
        <set name="targetType" val="ONE" />
        <for>
            <effect name="Paralyze" />
            <effect name="DamOverTime" ticks="#ticks">
                <param power="0" />
            </effect>
        </for>
    </skill>

Client side: I added the skill(26074) at skillsoundsource, skillsoundgrp, skillname-e and skillgrp dat files.

 

Anyone know what im doing wrong? The skill doesnt now show in skill window..

Edited by lixxit
Link to comment
Share on other sites

Client side, all 3 levels?

If you see a msg that skill has been added and you dont see it, then its client issue. Make sure you added it properly.

Edited by SweeTs
Link to comment
Share on other sites

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
Reply to this topic...

×   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...