Jump to content
  • 0

How to get Perfect hit..?


Question

Posted

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

Posted

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

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...