Peonie Posted February 25, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 01/16/16 Last Seen: April 1, 2016 Share Posted February 25, 2016 Please help! What should I change to decrease the chance rate of the crystallization/freezing status? case SO_DIAMONDDUST: rate = 5 + 5 * skill_lv; if( sc && sc->data[sC_COOLER_OPTION] ) rate += (sd ? sd->status.job_level / 5 : 0); sc_start(src,bl, SC_CRYSTALIZE, rate, skill_lv, skill_get_time2(skill_id, skill_lv)); break; Quote Link to comment Share on other sites More sharing options...
0 Scylla Posted February 25, 2016 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: April 27 Share Posted February 25, 2016 Please help! What should I change to decrease the chance rate of the crystallization/freezing status? case SO_DIAMONDDUST: rate = 5 + 5 * skill_lv; if( sc && sc->data[sC_COOLER_OPTION] ) rate += (sd ? sd->status.job_level / 5 : 0); sc_start(src,bl, SC_CRYSTALIZE, rate, skill_lv, skill_get_time2(skill_id, skill_lv)); break; Uh, there it is: rate = 5 + 5 * skill_lv; Quote Link to comment Share on other sites More sharing options...
Question
Peonie
Please help! What should I change to decrease the chance rate of the crystallization/freezing status?
case SO_DIAMONDDUST: rate = 5 + 5 * skill_lv; if( sc && sc->data[sC_COOLER_OPTION] ) rate += (sd ? sd->status.job_level / 5 : 0); sc_start(src,bl, SC_CRYSTALIZE, rate, skill_lv, skill_get_time2(skill_id, skill_lv)); break;
Link to comment
Share on other sites
1 answer 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.