K1NGRAFFY 3 Posted May 10, 2017 A poem of bragi has no effect on my server why? I put a cooldown in one job like wizard and still have a delay Thanks in advance Quote Share this post Link to post Share on other sites
0 Ninja 78 Posted May 10, 2017 51 minutes ago, k1ngk1ng said: A poem of bragi has no effect on my server why? I put a cooldown in one job like wizard and still have a delay Thanks in advance You should try to check if you compiled your server with RENEWAL_CAST enabled. mmo.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 It causes a FCT of 20%VCT. Casting time reduction items only affect VCT in this mode. Just comment out the last line to achieve no cast time. Quote Share this post Link to post Share on other sites
0 K1NGRAFFY 3 Posted May 10, 2017 Just now, Ninja said: You should try to check if you compiled your server with RENEWAL_CAST enabled. mmo.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 It causes a FCT of 20%VCT. Casting time reduction items only affect VCT in this mode. Just comment out the last line to achieve no cast time. I can't find the #define RENEWAL_CAST on mmo.h Quote Share this post Link to post Share on other sites
0 crazyarashi 208 Posted May 10, 2017 38 minutes ago, k1ngk1ng said: I can't find the #define RENEWAL_CAST on mmo.h it's not in mmo.h :)) you can find it in the config part of the src. renewal.h just comment out this line #define RENEWAL_CAST Quote Share this post Link to post Share on other sites
0 Ninja 78 Posted May 10, 2017 On 5/10/2017 at 7:10 PM, K1NGRAFFY said: Still not fixed yet please can someone help me? Ok, I may sound stupid, but did you recompile your source? Oh, sorry about that. My mistake Quote Share this post Link to post Share on other sites
0 K1NGRAFFY 3 Posted May 11, 2017 On 5/10/2017 at 10:02 PM, Ninja said: Ok, I may sound stupid, but did you recompile your source? Yes i already recomplied it. Still not working Still not fixed yet please can someone help me? BUMP Quote Share this post Link to post Share on other sites
0 iamkevin 3 Posted May 22, 2017 db/pre-re or re/skill_castnodex_db.txt Quote Share this post Link to post Share on other sites
0 peculiarro 0 Posted May 29, 2017 On 5/9/2017 at 9:24 PM, K1NGRAFFY said: A poem of bragi has no effect on my server why? I put a cooldown in one job like wizard and still have a delay Thanks in advance Still no fix? Quote Share this post Link to post Share on other sites
A poem of bragi has no effect on my server why?
I put a cooldown in one job like wizard and still have a delay
Thanks in advance
Share this post
Link to post
Share on other sites