someone help me please!!
help me to make mdef won't affect freeze duration/freeze status
and every 40 luk there will be a 10% reduce of freeze duration.
case SC_FREEZE:
sc_def = st->mdef*100;
sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10);
tick_def2 = status_get_luk(src) * -10; //Caster can increase final duration with luk
break;
help me to make mdef won't affect freeze duration/freeze status
and every 40 luk there will be a 10% reduce of freeze duration.
case SC_FREEZE:
sc_def = st->mdef*100;
sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10);
tick_def2 = status_get_luk(src) * -10; //Caster can increase final duration with luk
break;
Last edited by a moderator: