hyuna Posted February 5, 2013 Posted February 5, 2013 (edited) Can I ask how do I remove the HP penalty from the Union skill of star glads? I dont have an idea but i really want to change it Edited February 10, 2013 by hyuna Quote
1 Capuche Posted February 8, 2013 Posted February 8, 2013 In battle.c remove //SG_FUSION hp penalty [Komurka] if (sc->data[sC_FUSION]) { int hp= sstatus->max_hp; if (sd && tsd) { hp = 8*hp/100; if (((int64)sstatus->hp * 100) <= ((int64)sstatus->max_hp * 20)) hp = sstatus->hp; } else hp = 2*hp/100; //2% hp loss per hit status_zap(src, hp, 0); } then recompile 1 Quote
hyuna Posted February 9, 2013 Author Posted February 9, 2013 @Capuche , u mean I remove all that line??? Quote
Capuche Posted February 9, 2013 Posted February 9, 2013 (edited) Yes without theses lines, no HP penalty for the Union (SC_FUSION) skill of SG against monsters and players. Edited February 10, 2013 by Capuche Quote
Question
hyuna
Can I ask how do I remove the HP penalty from the Union skill of star glads? I dont have an idea but i really want to change it
Edited by hyuna4 answers 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.