Where to edit status resistance

mleo1

Community Contributors
Messages
314
Points
0
Age
10
Location
Failippines
Github
mleo1
Emulator
I wanna edit stat resistance, crystalization and deep sleep. I dunno where to look lawl.

I wanna add luk.

 
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
 

Code:
    case SC_COLD:        tick -= (1000*(status->vit/10))+(iStatus->get_lv(bl)/50);        break;
 
Last edited by a moderator:
thanks daga, I was searching for "crys" and was lazy haha. thank you again.

 
Back
Top