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

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