Hyoru Posted November 18, 2014 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: 10 hours ago Share Posted November 18, 2014 (edited) Hello, I'm trying to add 3rd job skills into 2nd job, but the skill level doesnt stop increasing. Here is what I edited: I want to add Diamond Dust on Star Gladiator. db/skill_tree: Star_Gladiator: { inherit: ( "Taekwon" ); skills: { SG_FEEL: 3 SG_SUN_WARM: { MaxLevel: 3 SG_FEEL: 1 } SO_DIAMONDDUST: { MaxLevel: 5 SG_FEEL: 1 } SG_MOON_WARM: { MaxLevel: 3 SG_FEEL: 2 } SG_STAR_WARM: { MaxLevel: 3 SG_FEEL: 3 } SG_SUN_COMFORT: { MaxLevel: 4 SG_FEEL: 1 } SG_MOON_COMFORT: { MaxLevel: 4 SG_FEEL: 2 } SG_STAR_COMFORT: { MaxLevel: 4 SG_FEEL: 3 } SG_HATE: 3 SG_SUN_ANGER: { MaxLevel: 3 SG_HATE: 1 } SG_MOON_ANGER: { MaxLevel: 3 SG_HATE: 2 } SG_STAR_ANGER: { MaxLevel: 3 SG_HATE: 3 } SG_SUN_BLESS: { MaxLevel: 5 SG_FEEL: 1 SG_HATE: 1 } SG_MOON_BLESS: { MaxLevel: 5 SG_FEEL: 2 SG_HATE: 2 } SG_STAR_BLESS: { MaxLevel: 5 SG_FEEL: 3 SG_HATE: 3 } SG_DEVIL: 10 SG_FRIEND: 3 SG_KNOWLEDGE: 10 SG_FUSION: { MaxLevel: 1 SG_KNOWLEDGE: 9 } } } And then I edited skilltreeview.lub: [JOBID.JT_STAR] = { [0] = SKID.SG_FEEL, [1] = SKID.SO_DIAMONDDUST, [2] = SKID.SG_HATE, [4] = SKID.SG_DEVIL, [5] = SKID.SG_KNOWLEDGE, [7] = SKID.SG_SUN_WARM, [8] = SKID.SG_SUN_COMFORT, [9] = SKID.SG_SUN_ANGER, [10] = SKID.SG_SUN_BLESS, [11] = SKID.SG_FRIEND, [12] = SKID.SG_FUSION, [14] = SKID.SG_MOON_WARM, [15] = SKID.SG_MOON_COMFORT, [16] = SKID.SG_MOON_ANGER, [17] = SKID.SG_MOON_BLESS, [21] = SKID.SG_STAR_WARM, [22] = SKID.SG_STAR_COMFORT, [23] = SKID.SG_STAR_ANGER, [24] = SKID.SG_STAR_BLESS }, What's wrong? Well, thanks in adv. Edited November 18, 2014 by Hyoru Quote Link to comment Share on other sites More sharing options...
Question
Hyoru
Hello,
I'm trying to add 3rd job skills into 2nd job, but the skill level doesnt stop increasing.
Here is what I edited:
I want to add Diamond Dust on Star Gladiator.
db/skill_tree:
And then I edited skilltreeview.lub:
What's wrong?
Well, thanks in adv.
Edited by HyoruLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.