Potion Pitch and Gospel

koko24

New member
Messages
81
Points
0
Github
koko24
Emulator
Hello where should i look to set the healing cap of Potion Pitch? 

and Gospel doesnt remove FCP

Thank you god bless

 
@@koko24 doesn't remove FCP or Strip?

find this line in skill.c and remove it, then adjust the case number, case always start in 1.

Note : if you removed this line, not only the strip can be affected as well as other negative status

Path : trunk/src/skill.c

Code:
case 1: // End all negative status	status->change_clear_buffs(bl,2);	if (tsd) clif->gospel_info(tsd, 0x15);	break;
 
Last edited by a moderator:
yes i want the gospel skill does not remove the fcp buff status

 
Back
Top