Yonko Posted October 5, 2012 Posted October 5, 2012 how to not reduce the speed of sage/professor if he/she intend to cast skill on a mob/player. I cant find the src code @_@ Quote
Spre Posted October 5, 2012 Posted October 5, 2012 how to not reduce the speed of sage/professor if he/she intend to cast skill on a mob/player. I cant find the src code @_@ looks like it is in status.c if( sd && sd->ud.skilltimer != INVALID_TIMER && (pc_checkskill(sd,SA_FREECAST) > 0 || sd->ud.skillid == LG_EXEEDBREAK) ) { if( sd->ud.skillid == LG_EXEEDBREAK ) speed_rate = 100 + 60 - (sd->ud.skilllv * 10); else speed_rate = 175 - 5 * pc_checkskill(sd,SA_FREECAST); } Quote
Question
Yonko
how to not reduce the speed of sage/professor if he/she intend to cast skill on a mob/player. I cant find the src code @_@
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.