Jump to content
  • 0

Help Renewal Casting


ZAGALiC

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   0
  • Joined:  06/07/13
  • Last Seen:  

Help about renewal casting,

 

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

castrate_dex_scale: 150

 

I've set my dex status into 150 but still not instacast.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

go to src/config/renewal.h 

find: 

 

 

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

add a "//in front of the   #define RENEWAL_CAST

 

Then, compile it and done

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   0
  • Joined:  06/07/13
  • Last Seen:  

 

go to src/config/renewal.h 

find: 

 

 

/// 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
add a "//in front of the   #define RENEWAL_CAST

 

Then, compile it and done

 

Thanks sir :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

go to src/config/renewal.h 

find: 

 

 

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

add a "//in front of the   #define RENEWAL_CAST

 

Then, compile it and done

 

 

hi, i just did this on my server.. but it didn't change to the way i wanted to..

when i did this, even with 1dex, the casting time was very fast.. what i want is the cast rate to be based on the dex

like its suppose to be.. i already did try to edit on pre-re(using) and renewal.. also tried skill.conf.

how could i fix this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

Go to your conf/battle/skill.conf

 

// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)

casting_rate: 100

 

Change the number to your own liking.
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...