Conf questions

Moration

New member
Messages
5
Points
0
Hi all,

Can someone expound what these function means?

I have my own thoughts made but I wanna double check from other perspectives.

// Delay time after casting (Note 2)
delay_rate: 100

Code:
// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530

Thanks!

 
Hi all,

Can someone expound what these function means?

I have my own thoughts made but I wanna double check from other perspectives.

// Delay time after casting (Note 2) delay_rate: 100

// Delay time after casting (Note 2)
delay_rate: 100


// How much (dex*2+int) does variable cast turns zero? vcast_stat_scale: 530

// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530




Thanks!
delay_rate : 100 - meaning you have minimum of 100ms after-casting delay in all skills

vcast_stat_scale : 530
Your Total Dex * 2 + your total int

Example :
Dex : 100(2) = 200
Int : 100 = 100
Total = 300

I think this is only applied for renewal (vcast_stat_scale)

 
Last edited by a moderator:
Assuming that min_skill_delay_limit is 100ms [the default setting under skill.conf], correct?

 
Assuming that min_skill_delay_limit is 100ms [the default setting under skill.conf], correct?
yup, even you put 100ms, still some skill has a after cast delay because of sprite animation and client version you used

 
Back
Top