Jump to content
  • 0

Need help Gate Of Hell Old Formula


Question

Posted (edited)

Hello..

i want to ask about gate of hell formula.. in my Ro Gate of hell looking from max SP..

 

        case SR_GATEOFHELL: {
            struct status_data *sstatus = status_get_status_data(src);

            ATK_ADD(wd.damage, wd.damage2, sstatus->max_hp - sstatus->hp);
            if(sc && sc->data[SC_COMBO] && sc->data[SC_COMBO]->val1 == SR_FALLENEMPIRE) {
                ATK_ADD(wd.damage, wd.damage2, (sstatus->max_sp * (100 + skill_lv * 10 / 100)) + 40 * status_get_lv(src));
            } else
                ATK_ADD(wd.damage, wd.damage2, (sstatus->sp * (100 + skill_lv * 10 / 100)) + 10 * status_get_lv(src));
        }
 

i can't find gate of hell old formula like from mhp & low hp increase damage.....

someone can't help me ?

thank you before..
 

Edited by Styx15

2 answers to this question

Recommended Posts

  • 0
Posted
On 8/26/2021 at 7:49 PM, Styx15 said:

Hello..

i want to ask about gate of hell formula.. in my Ro Gate of hell looking from max SP..

 

        case SR_GATEOFHELL: {
            struct status_data *sstatus = status_get_status_data(src);

            ATK_ADD(wd.damage, wd.damage2, sstatus->max_hp - sstatus->hp);

 

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