Jump to content
  • 0

Reduce Fixed Casting Time


jharick

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  03/25/12
  • Last Seen:  

Is theres anyway to reduce fixed casting time of All 3rd Job Skill at once.

Is there a setting for that?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

i think you have to edit the formula in the source,

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/const.h

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

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 by Seraph Sephiroth
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  03/25/12
  • Last Seen:  

i think i need to adjust it manually.

anyway thanks..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

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%]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...