AngelRO Posted July 27, 2013 Posted July 27, 2013 (edited) Hi guys, How can I enable the use of some skills, like Bowling Bash, while on Berserker Mode? Thanks Edited July 27, 2013 by AngelRO Quote
Hiryu Imajin Posted August 1, 2013 Posted August 1, 2013 (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 August 1, 2013 by Amaranth 1 Quote
Question
AngelRO
Hi guys,
How can I enable the use of some skills, like Bowling Bash, while on Berserker Mode?
Thanks
Edited by AngelRO1 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.