[PROBLEM]Reduce After Cast Delay Script

Tenraku

New member
Messages
3
Points
0
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

 
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%)
 
Last edited by a moderator:
No problem, if you have any problem installing plugins, don't hesitate to ask
default_ani_meow.gif


 
Back
Top