Jump to content
  • 0

Matk Problem


pachupappy

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   14
  • Joined:  04/28/12
  • Last Seen:  

Hello guys,

Where can I change the source code of this?

I want my Matk to limit to 65k, unfortunately, I can't find in google and rathena/eathena, Thank you in advance!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  818
  • Reputation:   237
  • Joined:  01/30/13
  • Last Seen:  

Stat calculation is in src/map/status.c and damage calculation is in src/map/battle.c.

 

Damage code is quite complicated, though. There are base matk calculations and then those are increased by buffs, etc.

And it's completely different for pre-renewal and renewal.

 

You could look into "status_calc_matk..." and "status_base_matk...".

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