Jump to content
  • 0

R>Perfect Dodge & Perfect Hit


Dissidia

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

enemy's perfect dodge will reduce by your perfect hit. how can i do that. any code? tnx sir

Edited by Dissidia
Link to comment
Share on other sites

13 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

in battle.c find this battle_calc_weapon_attack then insert this code:

 

if( sd ) {
    tstatus->flee2 = tstatus->flee2 - sd->bonus.perfect_hit;
}
 
im using pre-renewal

 

 

Edited by Dissidia
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

On 9/4/2015 at 7:23 AM, Dissidia said:

because my server is super high rate and they cant hit the player with 100 PD. anyway i found it.

Sorry for necro bumping. I was looking for method to bypass FLEE/PD. mind sharing your solution to this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

Out of curiosity, why would you want to do that? Perfect hit is rarely used and allotted by so few items that it rarely comes in to play.

Regards,
~Azura Skyy

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

because my server is super high rate and they cant hit the player with 100 PD. anyway i found it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

because my server is super high rate and they cant hit the player with 100 PD. anyway i found it.

can you share it? xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

 

because my server is super high rate and they cant hit the player with 100 PD. anyway i found it.

can you share it? xD

 

just try this sample put this on an item or card and try to hit people with 100 PD or even high flee for sure they can't dodge it lol

bonus bPerfectHitRate,100;

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

just try this sample put this on an item or card and try to hit people with 100 PD or even high flee for sure they can't dodge it lol

bonus bPerfectHitRate,100;

 

The problem with that example is that you have to be wearing it, and it would give you perfect accuracy. I think Dissidia was looking for an src edit to do something a little different, so PD still counted for something.

Regards,

~Azura Skyy

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

 

 

because my server is super high rate and they cant hit the player with 100 PD. anyway i found it.

can you share it? xD

 

just try this sample put this on an item or card and try to hit people with 100 PD or even high flee for sure they can't dodge it lol

bonus bPerfectHitRate,100;

 

 

bonus bPerfectHitRate doesn't hit 100PD. Only hits high flee(agi flee)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

bonus bPerfectHitRate doesn't hit 100PD. Only hits high flee(agi flee)

 

Perfect Hit is calculated above everything. 25 Perfect Hit / Guided Attack is literally a 25% chance of landing an attack regardless of all other factors.

Regards,

~Azura Skyy

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

 

bonus bPerfectHitRate doesn't hit 100PD. Only hits high flee(agi flee)

 

Perfect Hit is calculated above everything. 25 Perfect Hit / Guided Attack is literally a 25% chance of landing an attack regardless of all other factors.

Regards,

~Azura Skyy

 

What do you mean by above everything? I just tried it, and it won't land any attack on a player with 100 perfect dodge. Always lucky dodge even if perfecthit is set to 100.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

I'm unable to currently experiment with this, and unfortunately, my claims are coming from what I've read on a very old irowiki post by Doddler.

In part of the Renewal changes he explains that Perfect Hit is a guaranteed hit % regardless of your hit and evasion rates (implying it takes into consideration the targets stats as well as your own).

When you tested this, did you test on Pre-re or Re?

Regards,
~Azura Skyy

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

I'm unable to currently experiment with this, and unfortunately, my claims are coming from what I've read on a very old irowiki post by Doddler.

In part of the Renewal changes he explains that Perfect Hit is a guaranteed hit % regardless of your hit and evasion rates (implying it takes into consideration the targets stats as well as your own).

When you tested this, did you test on Pre-re or Re?

Regards,

~Azura Skyy

Ohh. Okay. I tested this on pre-re, maybe that's why it can't hit the 100Perfect dodge.. Maybe only for renewal.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

Update: Tested 100PD against Gungnir (25pHit) on a renewal server. Perfect Dodge dodges Perfect Hit.
Looking at Gungnir now, it seems as though it was designed for Swordsman/High Swordsman. It is weldable at level 4 by Swordy branch and allows them to ignore the Dexterity stat with it's +30 Hit rate and 25 pHit. It's one-handed attribute, low weight, and lack of slots make it pretty much useless in renewal and even more so in pre-re where any level 1 weapon with 4 slots could outshine it.

Perfect Hit > Flee
Perfect Dodge > Perfect Hit/Critical/Hit Rate/Sacrifice Skill

Thanks for the topic. Learned a bit.

Regards,
~Azura Skyy


because my server is super high rate and they cant hit the player with 100 PD. anyway i found it.

 

Would you be willing to share your solution? I'm very interested.
Sorry for posting so frequently on this topic.

Regards,
~Azura Skyy

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...