|
first u must get cap 130 Sro_Client and replace it with the old one.
then u must get the skill code by knowing it's name , this is all in textdata_equip&skill.txt
search for the name of skill then the line which skill name exists u will see the skill code.
then run this Query :
DELETE FROM _RefSkill
WHERE Basic_Code LIKE 'SKILL CODE HERE'
note : u must delete the 'SN_' that is before the skill code
ex : u have seen the code like this : SN_SKILL_CH_BOW_CRITICAL_A_STUDY
remove the 'SN_' to be like this : SKILL_CH_BOW_CRITICAL_A_STUDY
then replace it with 'SKILL CODE HERE' in the Query and do the same as in the client
but u will delete it from the client manually.
|