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

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.