- Open Navicat and run this code
INSERT INTO skill_trees VALUES (0,150,2,'Weight Limit',0,1);Explain:
0 - Class ID (Human Fighter have class ID = 0)
150 - Skill ID (Weight Limit have skill ID = 150)
2 - level of skill
'Weight Limit' - name of skill
0 - number of SP need to learn skill
1 - level of player need to learn skill
-- Some usefull guides like these you can find in Hero's server files - readme -



Reply With Quote


