Highness Heal not working

x13th

New member
Messages
78
Points
0
Good day everyone. After I edited the skill id of "Highness Heal", I can't cast it anymore to myself/other char but if I cast it to undead monster it can cause damage.

Here's what i've done:

Server Side:

skill.h

Code:
	AB_HIGHNESSHEAL = 1023,	AB_CLEARANCE = 2052,
skill_db.txt
Code:
1023,11,6,16,6,0x21,0,5,1,yes,0,0,0,magic,0,	AB_HIGHNESSHEAL,Highness Heal //CHECK Info shows this has magic attack.
 
skill_cast_db.txt
Code:
//-- AB_HIGHNESSHEAL 1023,1000,1000,0,0,0,3000
 
skill_require_db.txt
Code:
1023,0,0,70:100:130:160:190,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//AB_HIGHNESSHEAL#Highness Heal#
 
skill_tree.txt
Code:
8,1023,5,70,7,12,7,54,4,74,3,28,10 //AB_HIGHNESSHEAL#Highness Heal#
 
Client Side:
 
skillid.lub
Code:
	AB_HIGHNESSHEAL = 1023,
skilltreeview.lub
Code:
		{"AB_HIGHNESSHEAL", 1023; Pos = 21, MaxLv = 5, NeedSkillList = {6, 20, 9, 1}},
 
Last edited by a moderator:
Anyone?
default_sad.png


 
Back
Top