Jump to content
  • 0

Need help Gate Of Hell Old Formula


Styx15

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

bump?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

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);

 

Link to comment
Share on other sites

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.

×
×
  • Create New...