Jump to content
  • 0

{HELP} Custom Skill


Question

Posted

Ok well im trying to make a custom skill for my server. I Have made it but its a new skill ID.

 

So I added the skill to the table with this query:

 

#CUSTOM CHARACTER BALANCE PASSIVE SKILLS
REPLACE INTO `skill_trees` VALUES ('88', '3536301', '1', 'BALANCE', '0', '76');

So as the query says im trying to add a passive skill to characters here is what the skill looks like:

 

<?xml version="1.0" encoding="UTF-8"?>
<list>
<!-- Duelist -->
<skill id="3536301" levels="1" name="BALANCE">
	<set name="target" val="TARGET_SELF" />
	<set name="skillType" val="BUFF" />
	<set name="operateType" val="OP_PASSIVE" />
	<for>
		<mul order="0x30" stat="pDef" val="1" />
		<mul order="0x30" stat="mDef" val="1" />
		<mul order="0x30" stat="pAtk" val="1" />
		<mul order="0x30" stat="mAtk" val="1" />
		<mul order="0x30" stat="pAtkSpd" val="1" />
		<mul order="0x30" stat="mAtkSpd" val="1" />			
		<mul order="0x30" stat="mReuse" val="1" />			
		<mul order="0x30" stat="sDef" val="1" />			
		<mul order="0x30" stat="cAtk" val="1" />			
		<mul order="0x30" stat="cAtkAdd" val="1" />			
	</for>
</skill>
</list>

 

And ingame The Skill isn't in the passive skills

 

What have i done wrong?

3 answers to this question

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.

Guest
Answer this question...

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