Jump to content
  • 0
HisokaMachi

is this the correct script for this?

Question

Sealed Kiel Card Script I think it would only take effect when your headgear is +15 above but in the card it says reduce 15% after cast delay when compounded on no+ headgear

 

{ bonus bDelayRate,((getrefine()>14)?-20:-15); },{},{

 

here is the item  post-4806-0-58713500-1391359480_thumb.png

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I think it's OK. This says if the headgear is refined less than +15, just reduce a 15%; Else if its refined over +15, then reduce a 20%. At least that's what I get from the description.

Share this post


Link to post
Share on other sites
  • 0

more detailed...

 

getrefine() > 14

 

if the item refine is greater than 14, then

 

{ bonus bDelayRate,-20; } 

else

{ bonus bDelayRate,-15; }

Share this post


Link to post
Share on other sites
  • 0

I think setting up Negative(-) value may cost you a problem. Kindly take a look at this Topic http://herc.ws/board/topic/4153-problemreduce-after-cast-delay-script/?hl=bdelayrate

 

Quoting this: 

 

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 !

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

×
×
  • Create New...

Important Information

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