Yuasa Posted August 5, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 12/06/11 Last Seen: February 25, 2014 Share Posted August 5, 2012 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. Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 5, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted August 5, 2012 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 AttackMin: (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 Quote Link to comment Share on other sites More sharing options...
Question
Yuasa
Dear Staff rAthena,
I have one question for attack formula.
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.