Jump to content
  • 0

HELP regards FREE CAST


Question

1 answer to this question

Recommended Posts

Posted

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);
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...