Jump to content
  • 0
Sign in to follow this  
xserabee

Question about free cast

Question

1 answer to this question

Recommended Posts

  • 0

Free cast is a sage spell which lets you walk while casting, and you don't get it by increasing your stats.

 

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150

 

Your problem is probably that you have a renewal server. On renewal, there are fixed cast times ingrained into skills which are stopping you from casting instatly(presumably). You have to go to src/config/renewal.h, and find the following:

 

 

/// renewal cast time
/// (disable by commenting the line)
///
/// leave this line to enable renewal casting time algorithms
/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
/// example:
///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
///  "fixed cast time" which can only be reduced by specialist items and skills
//#define RENEWAL_CAST

 

Make sure you put those 2 bars beside this to remove the fixed cast. There are also other options you may want to read through to make sure your server is configured how you want it.

 

Also, don't forget to recompile after you make these changes, or nothing will change on the server. The src folder creates the login, map and char servers when you compile, so every time you make a change you need to reassemble it.

Edited by Blinzer

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.