Jump to content
  • 0
Sign in to follow this  
Tenraku

[PROBLEM]Reduce After Cast Delay Script

Question

Hello,

 

So I wanted to make a custom item with a "reduce after cast delay on all skills" effect.

I found something and I used this script:

bonus bDelayRate,-10;

 

Well... this should be "Reduce After Cast Delay on all skills by 10%".
 

1. It doesn't work ingame
2. I get this error in my console: pc_bonus: unknown type 0 -10 !

 

So I think it does not know what "-10" means...

How can I fix this?

 

Greetings

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

In documentation 

bonus bDelayrate,n;			Increases skill delay by n%.

so I think negative values is not allowed.

 

try to use bonus bCoolDownRate,<x>;

 

works like bDelayRate example:
- cooldown is 10000 (10s)
--'bonus bCoolDownRate,50;' = 15000 (15s) (+50%)
--'bonus bCoolDownRate,-50;' = 5000 (5s) (-50%)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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