Jump to content
  • 0

MBK,Provoke,SharpS Friendly WOE


Alicemoon

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  01/29/18
  • Last Seen:  

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 ^_^

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  70
  • Reputation:   0
  • Joined:  06/19/18
  • Last Seen:  

You will neee to either modify the main skill script. Or add a skill that is different from the other skills.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...