nyxfatalis 5 Posted May 25, 2013 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, Quote Share this post Link to post Share on other sites
0 sphkz 0 Posted May 27, 2013 (edited) 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 May 27, 2013 by sphkz Quote Share this post Link to post Share on other sites
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