i use renewal on ths server, i already do this but still not work, anyone can help me pls?
in conf/battle/skill.conf
// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 180
// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 180
in src/config/renewal.h
/// Renewal cast time
/// (disable by commenting the line)
///
/// Leave this line to enable renewal casting time algorithms and enable fixed cast bonuses.
/// See also default_fixed_castrate in conf/battle/skill.conf for default fixed cast time (default is 20%).
/// Cast time is altered be 2 portion, Variable Cast Time (VCT) and Fixed Cast Time (FCT).
/// By default FCT is 20% of VCT (some skills aren't)
/// - VCT is decreased by DEX * 2 + INT.
/// - FCT is NOT reduced by stats, reduced by equips or buffs.
/// Example:
/// On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT
//#define RENEWAL_CAST
after that i recompile server. then some skills Dex 1 instant cast (i use Dangerous Soul Collect), and variable skill is work like strom gust nocast at dex 180,, can u guys help our problem? thanks
Question
danzafm
i use renewal on ths server, i already do this but still not work, anyone can help me pls?
in conf/battle/skill.conf
in src/config/renewal.h
after that i recompile server. then some skills Dex 1 instant cast (i use Dangerous Soul Collect), and variable skill is work like strom gust nocast at dex 180,, can u guys help our problem? thanks
Edited by danzafm7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.