Issue Information
-
#005689
-
4 - High
-
Fixed
Issue Confirmations
-
Yes (5)No (0)
here is the formula I formulated from irowiki and from testing in kRO
already tested with players and it has different calculations on mdef reduction
take note it seems that smatk is converted to nearest even number...eg. 147 is converted to 146
Quote
-in progress-
final calculation
Quote
for players
magic damage =Floor( (min_matk<>max_matk) * skillmod * racialmod * elemental_calc * 111.5 / (111.5+mdef) - mdef2) * %mod
for mobs
magic damage =Floor( (min_matk<>max_matk) * skillmod * racialmod * elemental_calc * 111.5 / (111.5+mdef) - mdef*1.5) * %mod
from: http://rathena.org/b...-formula-issue/
- why is that if i switch my equips and items now i cant see the effect of addition to effect. is this on my client or in the latest update of the said fix?
What do you mean on
Quote
?i cant see the effect of addition to effect.
What effect does, or does not this affect?
@GM Yakumirai
can you make a bug report for that...
I didn't want to start a new issue for this because its relevant to this issue and needs attention.
Homunculus Status Formulae (from iROwiki)
Quote
Renewal Calculations
- ATK = Floor((STR + DEX + LUK) / 3) + Floor(Base Level / 10)
- MATK = Base Level + INT + Floor((INT + DEX + LUK) / 3) + Floor(Base Level / 10) * 2
- HIT = Base Level + DEX + 150
- CRI = Floor(LUK / 3) + 1
- DEF = (VIT + Floor(Base Level / 10)) * 2 + Floor((AGI + Floor(Base Level / 10)) / 2) + Floor(Base Level / 2)
- FLEE = Base Level + AGI + Floor(Base Level / 10)
Edited by Smoke, 12 July 2012 - 11:28 AM.
@Angezerus
actually not yet...and the information all over the internet are only applicable with neutral targets..and still I'm figuring out the correct formula specially the formula for elemental...also with mobs calc...
@Smoke
hmm..if I have time I'll do the update...
Any update on this?
yeah.. any updates?
ok..I'm already done recoding MATK for PVP/players however matk and mdef dealing with mobs is a headache still now I can't figure out what formula they use ..anyway if I have time I'll commit my current updates..

This is a good news tnx malufet
This is a good news tnx malufet
malufett news ? any update ? thanks.
'malufett', on 12 Nov 2012 - 14:02, said:
ok..I'm already done recoding MATK for PVP/players however matk and mdef dealing with mobs is a headache still now I can't figure out what formula they use ..anyway if I have time I'll commit my current updates..
I hope this will help you..
iRO Wiki's Renewal DEF and MDEF Formula
Edited by Rage, 18 November 2012 - 02:27 PM.
*bump

Fixed @ [rev='16981']
take note only characters not mobs

Thanks Malufet..
