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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..