Jump to content

Question

8 answers to this question

Recommended Posts

  • 0
Posted
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. 

  • 0
Posted
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

  • 0
Posted
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

  • 0
Posted
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 :)

  • 0
Posted
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

  • 0
Posted
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?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...