Hey, I'm trying to make PF_MINBREAKER , SM_PROVOKE, SN_SHARPSHOOTING friendly during woe, found this from hercules forum http://herc.ws/board/topic/15669-sn_sharpshooting-focused-arrow-strike/#comment-86425 .
I went for this :
------------------------------------------------------------------------------------------------------------------------------
if (src && (map[m].flag.gvg_castle || map [m].flag.gvg) && (battle_getcurrentskill(src) == SN_SHARPSHOOTING || battle_getcurrentskill(src) == SM_PROVOKE || battle_getcurrentskill(src) == PF_MINDBREAKER))
state |= BCT_ENEMY;
state &= ~BCT_GUILD;
------------------------------------------------------------------------------------------------------------------------------
It isn't working, if someone could help me i would be grateful ^_^