Yonko Posted October 5, 2012 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share 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 Link to comment Share on other sites More sharing options...
Spre Posted October 5, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 103 Reputation: 28 Joined: 09/20/12 Last Seen: January 14, 2019 Share 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 Link to comment Share on other sites More sharing options...
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 @_@
Link to comment
Share on other sites
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.