Jump to content

[HELP]Skill Creation.


Recommended Posts

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?

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

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