Jump to content
  • 0
Sign in to follow this  
nyxfatalis

Luk freeze status.

Question

Hi hercules,

 

How to make a player cannot be freeze when he got 200 LUK.?

they said its on skill.conf but i cannot find it.

 

Thanks in advance,

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Search this in your src/map/status.c:

 

 

case SC_FREEZE:sc_def = status->mdef*100;sc_def2 = status->luk*10;break;

 

Then add this line before break;

 

 

tick = status->luk>199?0:tick;
Edited by sphkz

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.