Tenraku 0 Posted January 26, 2014 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 ingame2. 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 Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted January 26, 2014 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%) 1 Tenraku reacted to this Quote Share this post Link to post Share on other sites
0 Tenraku 0 Posted January 27, 2014 Still not working D; Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted January 27, 2014 are you sure you installed that plugins? you must install it first! 1 Tenraku reacted to this Quote Share this post Link to post Share on other sites
0 Tenraku 0 Posted January 27, 2014 Oh... XD Didn't see that this was a Link, sorry, i am so stupid hahaThank you! Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted January 27, 2014 No problem, if you have any problem installing plugins, don't hesitate to ask 2 karazu and Tenraku reacted to this Quote Share this post Link to post Share on other sites
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