Jump to content
  • 0

Increase Extremity Fist Damage


Question

1 answer to this question

Recommended Posts

Posted

Are you crazy?

The Extreme First skill is the more overpowered skill on the ragnarok and you want to increase her damage? LoL

If you really want to do that, search " case MO_EXTREMITYFIST: " without quotation marks in "battle.c" file. (line 2336)

The basic functioning for the damage's calculation of the skill is based on 'skillratio', but you can add after case statement whatever instruction you want.

Example:

case MO_EXTREMITYFIST:
  // with 10.000 sp, damage will be 15000000
  md.damage = (status_get_hp(src) * skill_lv) * 300;
  return md;

Of course that with the example code the damage doesn't will receive any reduction based on the basic defense or card (ghostring) from the target.

I don't recommend let the skillratio over pass 150.000, generally can cause some problems.

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