Halestorm Posted February 19, 2017 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
1 maxine02 Posted February 19, 2017 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
0 Playtester Posted February 20, 2017 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
0 Halestorm Posted February 21, 2017 Author Posted February 21, 2017 Thank you sir and madam for the reply. its working now... thread closed. Quote
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.
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.