Jump to content
  • 0

about no casting


franboise

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  06/01/12
  • Last Seen:  

good day to all

i just want to know guys if you can help me on this

when im using old rathena SVN version even that i enabled renewal casting i can implement the

no casting method what i did is just tweak this part.

i just remove the 20% fixed casting

int fixed = skill_get_fixed_cast(skill_id, skill_lv);

if( !fixed ) {

fixed = skill_get_cast(skill_id, skill_lv);

fixed = ( fixed > 1 ? ( fixed * 20 / 100 ) : 0 );

}

but in new SVN they have change this part.

so that is my question. is there a way to remove that 20% casting on new version?

i hope you guys can help me.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Why not you just turn it Pre-RE instead of RE?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  06/01/12
  • Last Seen:  

because i want renewal casting specially the delays.

the reason why i want to remove 20% is because of some item bonuses

for example about the glorious fist even that its refine above +9 still cant use the ASURA no cast.

sorry for my bad english

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...