Halestorm Posted February 19, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/19/16 Last Seen: July 13, 2017 Share Posted February 19, 2017 Good day! can anyone help me resolve the FP skill, it is breakable by tarot skill.. not sure if it is only on GVG maps but we experience this during WOE. Thank you in advance. Quote Link to comment Share on other sites More sharing options...
1 maxine02 Posted February 19, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 58 Reputation: 4 Joined: 04/15/16 Last Seen: July 14, 2022 Share Posted February 19, 2017 (edited) edit trunk/src/map/skill.c find line case 3: // THE HIGH PRIESTESS below that remove "| SCCB_CHEM_PROTECT" from status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); it will look like this now. status_change_clear_buffs(target, SCCB_BUFFS); Edited February 19, 2017 by maxine02 2 Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted February 20, 2017 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 7 hours ago Share Posted February 20, 2017 I just want to note that that Tarot (and Gospel) breaking Chemical Protection is the official behavior. You modify it as maxine02 explained. Quote Link to comment Share on other sites More sharing options...
0 Halestorm Posted February 21, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/19/16 Last Seen: July 13, 2017 Author Share Posted February 21, 2017 Thank you sir and madam for the reply. its working now... thread closed. Quote Link to comment Share on other sites More sharing options...
Question
Halestorm
Good day! can anyone help me resolve the FP skill, it is breakable by tarot skill.. not sure if it is only on GVG maps but we experience this during WOE. Thank you in advance.
Link to comment
Share on other sites
3 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.