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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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