imat1 Posted September 18, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: 5 hours ago Share Posted September 18, 2016 How to exclude FCP from being dispell by tarot? Quote Link to comment Share on other sites More sharing options...
1 anacondaq Posted September 19, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 imat1 Posted September 19, 2016 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: 5 hours ago Author Share Posted September 19, 2016 Thank you Anacondaqq, i'll test it and will mark as solved later. Quote Link to comment Share on other sites More sharing options...
Question
imat1
How to exclude FCP from being dispell by tarot?
Link to comment
Share on other sites
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.