K koko24 New member Messages 81 Points 0 Github koko24 Emulator Jul 17, 2015 #2 Hello where should i look to set the healing cap of Potion Pitch? and Gospel doesnt remove FCP Thank you god bless
Hello where should i look to set the healing cap of Potion Pitch? and Gospel doesnt remove FCP Thank you god bless
Kuya Jeo New member Messages 596 Points 0 Emulator Jul 17, 2015 #3 @@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: Jul 17, 2015
@@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;
K koko24 New member Messages 81 Points 0 Github koko24 Emulator Jul 18, 2015 #4 yes i want the gospel skill does not remove the fcp buff status
K koko24 New member Messages 81 Points 0 Github koko24 Emulator Jul 18, 2015 #5 any know how to set the healing cap?