CursorX Posted February 18, 2014 Posted February 18, 2014 how do i make this 1kiel = 30% , 2 kiel = 60% but when u have 3kiel it has only 2kiel effect.. in shot.. stack only in 2kiels 4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ bonus bDelayRate,-30; },{},{} thank you... Quote
sandbox Posted February 18, 2014 Posted February 18, 2014 (edited) Though it's not free, here's a similar topic http://rathena.org/board/topic/78767-card-effect-stack-limit/#entry180003 To answer your question, based on that topic, 3 kiels should work.. Edited February 18, 2014 by sandbox Quote
Patskie Posted February 18, 2014 Posted February 18, 2014 Try : 4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ set .@count, isequippedcnt( 4403 ); bonus bDelayRate, ( .@count > 2 ) ? -60 : -30; },{},{} Quote
CursorX Posted February 23, 2014 Author Posted February 23, 2014 it never stack to 2 cards.. still have effect when using 3 kiels >.> Quote
sandbox Posted February 26, 2014 Posted February 26, 2014 Pat's script should work, hmm you should try using PCSO or a macro to spam skills so you can test if it changes anything Quote
Question
CursorX
how do i make this 1kiel = 30% , 2 kiel = 60%
but when u have 3kiel it has only 2kiel effect.. in shot.. stack only in 2kiels
4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ bonus bDelayRate,-30; },{},{}
thank you...
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.