mleo1 36 Posted August 3, 2013 I wanna edit stat resistance, crystalization and deep sleep. I dunno where to look lawl.I wanna add luk. Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted August 3, 2013 (edited) status.c case SC_DEEP_SLEEP: sc_def = status->int_*50; tick_def = status->int_*10 + iStatus->get_lv(bl) * 65 / 10; //Seems to be -1 sec every 10 int and -5% chance every 10 int. break; For crystalization(?) not sure case SC_COLD: tick -= (1000*(status->vit/10))+(iStatus->get_lv(bl)/50); break; Edited August 3, 2013 by quesoph Quote Share this post Link to post Share on other sites
0 mleo1 36 Posted August 3, 2013 thanks daga, I was searching for "crys" and was lazy haha. thank you again. Quote Share this post Link to post Share on other sites
I wanna edit stat resistance, crystalization and deep sleep. I dunno where to look lawl.
I wanna add luk.
Share this post
Link to post
Share on other sites