jharick Posted July 21, 2012 Posted July 21, 2012 Is theres anyway to reduce fixed casting time of All 3rd Job Skill at once. Is there a setting for that? Quote
Judas Posted July 21, 2012 Posted July 21, 2012 i think you have to edit the formula in the source, https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/const.h Quote
Seraph Sephiroth Posted July 21, 2012 Posted July 21, 2012 (edited) To my knowledge there is no way to set a skill cast time parameter for a select group such as 3rd Job skills only. It may be possible though by editing the source code, but that won't be worth the efford to begin with if you ask me. Just stick with doing it manually, and you could always re-arrange the layout of the correspondending file. This would allow you to macro manage your settings. Edited July 21, 2012 by Seraph Sephiroth Quote
jharick Posted July 21, 2012 Author Posted July 21, 2012 i think i need to adjust it manually. anyway thanks.. Quote
malufett Posted July 21, 2012 Posted July 21, 2012 try this @skill.c after if( !fixed ) { fixed = skill_get_cast(skill_id, skill_lv); fixed = ( fixed > 1 ? ( fixed * 20 / 100 ) : 0 ); } if( fixed && skill_id >= RK_ENCHANTBLADE && skill_id <= SR_RIDEINLIGHTNING ) fixed = fixed * x / 100; change x to desired value[x%=100%] Quote
Question
jharick
Is theres anyway to reduce fixed casting time of All 3rd Job Skill at once.
Is there a setting for that?
4 answers 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.