Tarot Card of fate problem

dhaisuke

New member
Messages
99
Points
0
Hi Guys,

I have a problem regarding the tarot card of fate skill it can dispel the full chemical protection
where I can change that?

 

 
then how can I change the skill of Tarot to become dispel? to avoid clear buff for fcp?

Code:
	break;					case 2:	// all buffs removed						iStatus->change_clear_buffs(bl,1);						break;
 
Try this: In your sc_config.txt

Change:

SC_PROTECTWEAPON, 28 SC_PROTECTSHIELD, 28 SC_PROTECTARMOR, 28 SC_PROTECTHELM, 28
to:

Code:
SC_PROTECTWEAPON, 12SC_PROTECTSHIELD, 12SC_PROTECTARMOR, 12   SC_PROTECTHELM, 12
 
Last edited by a moderator:
Try this: In your sc_config.txt

Change:

SC_PROTECTWEAPON, 28 SC_PROTECTSHIELD, 28 SC_PROTECTARMOR, 28 SC_PROTECTHELM, 28
to:

SC_PROTECTWEAPON, 12SC_PROTECTSHIELD, 12SC_PROTECTARMOR, 12  SC_PROTECTHELM, 12
is this fixed with this?

i have also problem in tarot, its breaks all equip event the players is full chemical protected

 
Last edited by a moderator:
Back
Top