Jump to content

sphkz

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by sphkz


  1. 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;
×
×
  • Create New...

Important Information

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