Jump to content
  • 0
Sign in to follow this  
Hadeszeus

bCastrate is not working in RENEWAL?

Question

Confirm ko lang po. Yung berzebub kasi sa renewal VARIABLE CAST TIME ang ni rereduce. Pag pinalitan ko ng script ng reduce casting di gumagana?

 

<" bonus bCastrate,-30; ">

 

Thanks!

Share this post


Link to post
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Okay para mas malinaw sayo eto ang mga description nyan.

bonus bFixedCastrate,x;			Increases fixed cast time of all skills by x%.bonus bVariableCastrate,x;		Increases variable cast time of all skills by x%.bonus bFixedCast,x;			Increases fixed cast time of all skills by x milliseconds;bonus bVariableCast,x;			Increases variable cast time of all skills by x milliseconds;

 

 

 

Disable mo po yung renewal cast sa renewal.h mo

/// renewal cast time/// (disable by commenting the line)////// leave this line to enable renewal casting time algorithms/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats./// example:///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a///  "fixed cast time" which can only be reduced by specialist items and skills#define RENEWAL_CAST //<-- change to //#define RENWAL_CAST to disable

Naka disable naman po..

Siguraduhin mo pong nag recompile ka,

Share this post


Link to post
Share on other sites
  • 0

Disable mo po yung renewal cast sa renewal.h mo

/// renewal cast time/// (disable by commenting the line)////// leave this line to enable renewal casting time algorithms/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats./// example:///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a///  "fixed cast time" which can only be reduced by specialist items and skills#define RENEWAL_CAST //<-- change to //#define RENWAL_CAST to disable

Share this post


Link to post
Share on other sites
  • 0

try bVariableCastrate

 

Bakit ganun ang nirereduce lng ng bVariableCastrate yung TIME TO CAST in second pero ung casting time hindi...

 

For example yung STORM GUST pag cast mo with 2x Berze <" bonus bVariableCastrate,-30; ">

 

kahit wala kang DEX rereduce nya sa 7 seconds yung casting. 

 

if my DEX ka naman halimbawa 120 DEX casting time mo is 3 seconds

 

ang gagawin ng bVariableCastrate na 60% rereduce nya ng 1.8secs (3sec.*.60). dapat no cast na un eh...

 

 

k

Share this post


Link to post
Share on other sites
  • 0

 

Disable mo po yung renewal cast sa renewal.h mo

/// renewal cast time/// (disable by commenting the line)////// leave this line to enable renewal casting time algorithms/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats./// example:///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a///  "fixed cast time" which can only be reduced by specialist items and skills#define RENEWAL_CAST //<-- change to //#define RENWAL_CAST to disable

Naka disable naman po..

Share this post


Link to post
Share on other sites
  • 0

 

try bVariableCastrate

 

Bakit ganun ang nirereduce lng ng bVariableCastrate yung TIME TO CAST in second pero ung casting time hindi...

 

For example yung STORM GUST pag cast mo with 2x Berze <" bonus bVariableCastrate,-30; ">

 

kahit wala kang DEX rereduce nya sa 7 seconds yung casting. 

 

if my DEX ka naman halimbawa 120 DEX casting time mo is 3 seconds

 

ang gagawin ng bVariableCastrate na 60% rereduce nya ng 1.8secs (3sec.*.60). dapat no cast na un eh...

 

 

k

ahhh, fixedcast at varcast kapag renewal.

 

 

gawin mo na lang prere

 

//#define RENEWAL_CAST

 

recompile

 

Share this post


Link to post
Share on other sites
  • 0

Sorry Sir Mhalicot.

 

Bale kasi po diba pag disable yung //#define RENEWAL_CAST

NO CAST na sya pag 180dex (ito ung sinet kung DEX to no cast) 

 

 

 

Ang scenario kasi is pag naka BERZEBUB na dalawa rereduce nya ung VARIABLE CAST TIME to 60%.

If that's correct. I can cast a 15secs SKILL (e.g STORM GUST) with reduce variable casting time to 60% which is equivalent to 15*.60 = 9sec 

Now Storm Gust will cast in 6 seconds without DEX. And still you need 180dex to NO CAST.

 

I'm expecting na yung Variable Cast Time ay iba sa Cast Time.

While Cast time affects DEX stats and Variable only affects the total CAST TIME of a skill pero di na aapektuhan yung DEX.

 

Ang gusto ko sanang mangyari is. Pag naka Berzebub rereduce nya yung cast time nung usage ng DEX. 

 

To compute.

180dex to no cast 180*.60= 108 

 

meaning 72DEX nalang ang need mo to NO CAST if you're wearing 2 BERZEBUB.

Edited by Hadeszeus

Share this post


Link to post
Share on other sites
  • 0

I believe na mali ang na set mo.. kung rate naman pala ang hinahanap mo edi dapat 

 

bonus bVariableCastrate,x;		Increases variable cast time of all skills by x%.

 

ang ginamit mo hindi bonus bVariableCast,x; 

 

magkaiba po yang dalawang yan read the description above.

Share this post


Link to post
Share on other sites
  • 0

Yup. and upon testing po tlga bonus bVariableCastrate,x;  reduces the variable skill cast time not the cast time reduced by DEX. 

Yung bonus bVariableCast,x; naman hindi gumana. 

 

Thanks ko nlng po ulit.. Salamat!

Edited by Hadeszeus

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.