Jump to content
  • 0

Using skills on Beserker Mode


AngelRO

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   2
  • Joined:  09/25/12
  • Last Seen:  

Hi guys,

 

How can I enable the use of some skills, like Bowling Bash, while on Berserker Mode?

 

Thanks
 

Edited by AngelRO
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  07/10/13
  • Last Seen:  

look for status.c

 

look for this line:

 

if (!flag && ( //Blocked only from using the skill

 

take a look at the line under it and confirm that it has this lines

(sc->data[SC_MARIONETTE2] && skill_num == CG_MARIONETTE) || //Cannot use marionette if you are being buffed by another
sc->data[SC_STEELBODY] ||
sc->data[SC_BERSERK] ||
sc->data[SC_OBLIVIONCURSE] ||
sc->data[SC_WHITEIMPRISON] ||

 

then delete

sc->data[SC_BERSERK] ||

 

in skill.c

 

look for this line 

if(sd->sc.count && (//Note: If any of these status's are active, any skill you use will fail. So be careful when adding new status's here.

 

and then again delete the 

sc->data[SC_BERSERK] ||

 

Please give me feedback if it does work or not. Havent tested it out but I think thats the only thing you needed to do.

Edited by Amaranth
  • Upvote 1
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...