hyuna Posted February 5, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 144 Reputation: 4 Joined: 10/28/12 Last Seen: November 29, 2014 Share 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 Link to comment Share on other sites More sharing options...
1 Capuche Posted February 8, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
hyuna Posted February 9, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 144 Reputation: 4 Joined: 10/28/12 Last Seen: November 29, 2014 Author Share Posted February 9, 2013 @Capuche , u mean I remove all that line??? Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 9, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
hyuna Posted February 10, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 144 Reputation: 4 Joined: 10/28/12 Last Seen: November 29, 2014 Author Share Posted February 10, 2013 OH THX so much...SOLVED Quote Link to comment Share on other sites More sharing options...
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 hyunaLink to comment
Share on other sites
4 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.