Jump to content
  • 0

Increase Extremity Fist Damage


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

how to Increase Extremity Fist Damage

eathena svn

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  11
  • Reputation:   9
  • Joined:  01/03/13
  • Last Seen:  

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.

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