Jump to content
  • 0

Need help , making Magnus Exorcistmus deals damage to every mob regardless the race and element


Question

Posted (edited)

Hello, it is me again.., I need a help to make Priest's MG can deal damage to every type and monster element. I tried to change the RC_DEMON to RC_ALL but it found it didnt change anything ?
 

		case UNT_MAGNUS:
			if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_ALL)
				break;
			skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0);
			break;

 

Edited by Rizz

1 answer to this question

Recommended Posts

  • 0
Posted
1 hour ago, Rizz said:

Hello, it is me again.., I need a help to make Priest's MG can deal damage to every type and monster element. I tried to change the RC_DEMON to RC_ALL but it found it didnt change anything ?
 


		case UNT_MAGNUS:
			if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_ALL)
				break;
			skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0);
			break;

 

		case UNT_MAGNUS:
			//if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_ALL)
				//break;
			skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0);
			break;

 

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