lixxit Posted January 15, 2016 Posted January 15, 2016 (edited) 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 January 15, 2016 by lixxit Quote
SweeTs Posted January 15, 2016 Posted January 15, 2016 (edited) 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 January 15, 2016 by SweeTs Quote
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.