Jump to content
  • 0

disable autoguard reflect damage


Question

16 answers to this question

Recommended Posts

Posted

lol i didn't read that well. maybe what he means is this:

 

reflect shield + auto guard skill = damage blocked by auto guard skill still reflects the damage ( no damage to paladin but deals reflect damage to the attacker)

same goes for parry/safetywall and item based reflect damage.

Posted

In battle.c

 

FIND

		// Calculate skill reflect damage separately
		if( tsc ) {
			struct status_data *tstatus = status_get_status_data(target);

 

REPLACE WITH

		// Calculate skill reflect damage separately
		if( tsc && wd->dmg_lv != ATK_BLOCK ) {
			struct status_data *tstatus = status_get_status_data(target);

 

Should work.  Let me know.

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