Page 1 of 1

S-Grade Expertise

Posted: Thu Jun 18, 2009 8:17 am
by momo61
What is the best way to lower the expertise for S-grades from lv. 76 to lv. 67 or 72 or something similar ?

Re: S-Grade Expertise

Posted: Thu Jun 18, 2009 8:25 am
by Zealar
sql/skill_trees.sql

Just edit when player learn skill for some grade.
(im no sure this work)

Code: Select all

 (0,239,1,'Expertise D',0,20),(0,239,2,'Expertise C',0,40),(0,239,3,'Expertise B',0,52),(0,239,4,'Expertise A',0,61),(0,239,5,'Expertise S',0,76),(0,239,6,'Expertise S80',0,80),(0,239,7,'Expertise S84',0,84),(10,239,1,'Expertise D',0,20),(10,239,2,'Expertise C',0,40),(10,239,3,'Expertise B',0,52),(10,239,4,'Expertise A',0,61), 

Re: S-Grade Expertise

Posted: Thu Jun 18, 2009 8:45 am
by momo61
oh ...

and should I delete the expertise from character_skills ? So old characters also get it when they log back in ?