Venture Posted September 18, 2013 Posted September 18, 2013 I can get player str like this one. bonus bAtk2,readparam(bStr)*6; but how get perfect hit? Pls tell ;_;. Perfect hit script from this one please get me script ok (Never miss hitting attack). bonus bPerfectHitRate,1; bonus bPerfectHitAddRate,3; is it readparam(perfektuHitto); ? Quote
Capuche Posted September 18, 2013 Posted September 18, 2013 to retrieve the current bPerfectHitRate of the player -> readparam( bPerfectHitRate ); note that if you also use bPerfectHitAddRate like in your example, readparam( bPerfectHitRate ) will throw the total value bonus bPerfectHitRate,1; bonus bPerfectHitAddRate,3; -> readparam( bPerfectHitRate ) => 4 1 Quote
Venture Posted September 20, 2013 Author Posted September 20, 2013 Thank you very much! Solved! Quote
Question
Venture
I can get player str like this one.
bonus bAtk2,readparam(bStr)*6;
but how get perfect hit?
Pls tell ;_;.
Perfect hit script from this one please get me script ok (Never miss hitting attack).
bonus bPerfectHitRate,1; bonus bPerfectHitAddRate,3;
is it
readparam(perfektuHitto); ?
3 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.