Jump to content
  • 0

HELP regards FREE CAST


Yonko

Question


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  103
  • Reputation:   28
  • Joined:  09/20/12
  • Last Seen:  

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

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