justin008 Posted December 11, 2016 Posted December 11, 2016 Tarot of fate skill of clown dispell the FCP or remove the FCP how to fix this? i want it will not remove or dispell the FCP.. can somebody help me? Quote
1 Playtester Posted January 11, 2017 Posted January 11, 2017 It's not a bug, Tarot Card of Fate can dispell FCP. case 3: // THE HIGH PRIESTESS - all buffs removed { status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); break; } 1 Quote
0 randomhotstuff Posted January 11, 2017 Posted January 11, 2017 i have the same issue T_T hope someone fixes this Quote
0 Archduke Posted June 21, 2017 Posted June 21, 2017 On 1/11/2017 at 9:40 PM, randomhotstuff said: i have the same issue T_T hope someone fixes this Try to remove the | SCCB_CHEM_PROTECT make it status_change_clear_buffs(target, SCCB_BUFFS ); On 1/12/2017 at 5:42 AM, Playtester said: It's not a bug, Tarot Card of Fate can dispell FCP. case 3: // THE HIGH PRIESTESS - all buffs removed { status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); break; } On 1/11/2017 at 9:40 PM, randomhotstuff said: i have the same issue T_T hope someone fixes this just try it then recompile Quote
0 Ukiram Posted April 27, 2019 Posted April 27, 2019 This modification still working or not? Thank you. Quote
Question
justin008
Tarot of fate skill of clown dispell the FCP or remove the FCP how to fix this?
i want it will not remove or dispell the FCP.. can somebody help me?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.