Jump to content
  • 0

Using skills on Beserker Mode


Question

1 answer to this question

Recommended Posts

Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...