Jump to content
  • 0

STR Formula


Yuasa

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  12/06/11
  • Last Seen:  

Dear Staff rAthena,

I have one question for attack formula.


#ifdef RENEWAL
	str = (rstr*10 + dex*10/5 + status->luk*10/3 + ((TBL_PC*)bl)->status.base_level*10/4)/10;

From that source, were based to calculate the formula? I would like to know to explain to my users with proof that it's official.

Regards.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Formula in our source does match what was said in Renewal Changes: http://ro.doddlercon..._Attack_Formula

iRO's wiki: http://irowiki.org/wiki/Renewal links directly to Doddler that specific article.

Weapon Attack

Min: (2*[equipAtk] + 1.5*[str + luk/3 + level/4 + str/5 + dex/10]) * SkillModifier + mastery - ArmorDef*2 -statusDef*1.5

Max: (2*[equipAtk + (weaponAtk*weaponLvl)/20] + 1.5*[str + luk/3 + level/4 + str/5 + dex/10]) * SkillModifier + mastery - ArmorDef*2 -statusDef*1.5

- Unarmed attacks substitute strangth as weapon attack, and counts as a level 1 weapon.

Magic Attack

Min: (2*(equipMatk) + 1.5*(1.5*int + luk/3 + level/4 + dex/5)) * SkillModifier - ArmorMDef*2 - statusMDef*1.5

Max: (2*(equipMatk+[weaponMatk*weaponLvl/10]) + 1.5*(1.5*int + luk/3 + level/4 + dex/5)) * SkillModifier - ArmorMDef*2 - statusMDef*1.5

http://forums.irowik...ead.php?t=33450

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