Good evening, I came here to ask how I can make myself immune to freezing with 300 luk in my server pre-re. I have seen how to do it elsewhere but my emulator is new.
my code is :
|
Quote
case SC_FREEZE:
#ifndef RENEWAL
sc_def = status->mdef*100;
sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;
tick_def2 = status_src->luk*-10; // Caster can increase final duration with luk
#else
sc_def = status->mdef * 100 - levelAdv;
tick_def2 = -3000;
#endif
Question
Mitosky
Good evening, I came here to ask how I can make myself immune to freezing with 300 luk in my server pre-re. I have seen how to do it elsewhere but my emulator is new.
my code is :
|
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.