K1NGRAFFY Posted May 10, 2017 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
0 Ninja Posted May 10, 2017 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
0 K1NGRAFFY Posted May 10, 2017 Author 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
0 crazyarashi Posted May 10, 2017 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
0 Ninja Posted May 10, 2017 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
0 K1NGRAFFY Posted May 11, 2017 Author 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
0 peculiarro Posted May 29, 2017 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
Question
K1NGRAFFY
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
8 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.