Jump to content
  • 0

SG tweak


Question

Posted (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 by hyuna

4 answers to this question

Recommended Posts

  • 1
Posted

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

  • 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...