Jump to content
  • 0

How to get Perfect hit..?


gekigengar

Question


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   2
  • Joined:  08/30/13
  • Last Seen:  

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); ?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

bonus bPerfectHitRate,100;

Link to comment
Share on other sites

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.

×
×
  • Create New...