imat1 Posted September 18, 2016 Posted September 18, 2016 How to exclude FCP from being dispell by tarot? Quote
1 anacondaq Posted September 19, 2016 Posted September 19, 2016 How to exclude FCP from being dispell by tarot? In skill.c find these lines: case 2: // all buffs removed status_change_clear_buffs(bl, SCCB_BUFFS|SCCB_CHEM_PROTECT); break; replace to: case 2: // all buffs removed status_change_clear_buffs(bl, SCCB_BUFFS); break; 1 Quote
0 imat1 Posted September 19, 2016 Author Posted September 19, 2016 Thank you Anacondaqq, i'll test it and will mark as solved later. Quote
Question
imat1
How to exclude FCP from being dispell by tarot?
2 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.