Jump to content

Recommended Posts

Posted

i need help with anti buff, i have put correctly the code  and when i login i dont have the icon of anti-buff in my skills also if i get it with skill id it says that i take anti buff skill but its invisible on skills tab. 

 

:S

  • 4 months later...
Posted

maybe you have a bad code, try this:
 

The skill itself:

<skill id="9999" levels="1" name="Block Buff">  
<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>

what to fill in the base:
 

INSERT INTO `skill_trees` VALUES ('0', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('10', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('18', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('25', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('31', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('38', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('44', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('49', '9999', '1', 'Block Buff', '0', '1');
INSERT INTO `skill_trees` VALUES ('53', '9999', '1', 'Block Buff', '0', '1');

 

client:

 

skillgrp.dat
9999	1	3	35	-1	0	0.000000	0			icon.skill1405	0	0	0	0	-1	-1

skillname-e.dat

9999	1	Block Buff	Block All Buff	none	none

 

if not working try change id skills

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