sτrίkε- Posted April 1, 2011 Posted April 1, 2011 Hello guys, 2 days ago i included to my L2j server the The Anti Buff Shield that parizakis posted months before. Where i have problem... i dont want to use a skill that already exists to my server so i decided to make a new. i add a line in skill.grp 9999 1 2 0 -1 0 0.000000 0 icon.skill0142 0 0 0 0 -1 -1 in skillname-e.dat 9999 1 Genesys Protection A toggle skill that protects you from retard buffers. none none and in datapack on xmls. <skill id="9999" levels="1" name="Genesys Protection"> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="CONT"/> <set name="operateType" val="OP_TOGGLE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <effect count="0x7fffffff" name="DeflectBuff" time="3" val="0"/> </for> </skill> when i'm in game and i press //add_skill 9999 1 the chat says me that admin gave me skill Genesys Protection but the skill isnt appeared on my skill list.\ can some1 tell me where is the problem?
∽Ave∽ Posted April 1, 2011 Posted April 1, 2011 You have forgot one DB table addon ;) I dont have right now any DB in my Navicat, but it should be something like "skill_learn_tree" (?) :) You need to add there lines for all classes to allow them to use Your skill. Take care
sτrίkε- Posted April 1, 2011 Author Posted April 1, 2011 You have forgot one DB table addon ;) I dont have right now any DB in my Navicat, but it should be something like "skill_learn_tree" (?) :) You need to add there lines for all classes to allow them to use Your skill. Take care i added the record in skill_trees and nothing happened again. when i press in game give all skills the chat wrote that admin gave me 7 skill but in my skill list i had 6 apeared.
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 accountSign in
Already have an account? Sign in here.
Sign In Now