Jump to content
  • 0
Sign in to follow this  
mleo1

Where to edit status resistance

Question

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

2 answers to this question

Recommended Posts

  • 0

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 by quesoph

Share this post


Link to post
Share on other sites
  • 0

thanks daga, I was searching for "crys" and was lazy haha. thank you again.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.