AngelRO Posted July 27, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 34 Reputation: 2 Joined: 09/25/12 Last Seen: November 23, 2020 Share 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 Link to comment Share on other sites More sharing options...
Hiryu Imajin Posted August 1, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 58 Reputation: 4 Joined: 07/10/13 Last Seen: December 15, 2018 Share 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 Link to comment Share on other sites More sharing options...
Question
AngelRO
Hi guys,
How can I enable the use of some skills, like Bowling Bash, while on Berserker Mode?
Thanks
Edited by AngelROLink to comment
Share on other sites
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.