Alicemoon Posted February 19, 2019 Posted February 19, 2019 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 ^_^ Quote
0 Psy Ops Posted March 3, 2019 Posted March 3, 2019 You will neee to either modify the main skill script. Or add a skill that is different from the other skills. Quote
Question
Alicemoon
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 ^_^
1 answer 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.