Issue information

Issue ID
#5689
Status
Fixed
Severity
High
Started
Hercules Elf Bot
May 2, 2012 11:58
Last Post
Hercules Elf Bot
Nov 29, 2012 16:31
Confirmation
Yes (5)
No (0)

Hercules Elf Bot - May 2, 2012 11:58

Originally posted by [b]malufett[/b]
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]
[color="#008080"]-in progress-[/color]
[/quote]

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
[/quote]

[size=2]from: [url="http://rathena.org/board/tracker/issue-5103-renewal-matk-formula-issue/"]http://rathena.org/b...-formula-issue/[/url][/size]

This post has been edited by malufett on Nov 29, 2012 15:46

Hercules Elf Bot - May 3, 2012 6:46

Originally posted by [b]GM Takumirai[/b]
- 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?

Hercules Elf Bot - May 3, 2012 12:37

Originally posted by [b]Angezerus[/b]
What do you mean on
[quote][color=#282828][font=helvetica, arial, sans-serif][size=3]i cant see the effect of addition to effect.[/size][/font][/color][/quote]
?

What effect does, or does not this affect?

Hercules Elf Bot - May 7, 2012 8:41

Originally posted by [b]malufett[/b]
@GM Yakumirai
can you make a bug report for that...

Hercules Elf Bot - Jul 12, 2012 10:01

Originally posted by [b]Angezerus[/b]
[quote name='Angezerus' timestamp='1342087150' post='11860']
Was this fixed? I think I saw a revision fixing some part of this, but was that the whole thing?
[/quote]

:)

Hercules Elf Bot - Jul 12, 2012 11:27

Originally posted by [b]Smoke[/b]
I didn't want to start a new issue for this because its relevant to this issue and needs attention.


Homunculus Status Formulae (from [url="http://irowiki.org/wiki/Homunculus_System"]iROwiki[/url])
[quote]

[b] Renewal Calculations[/b]
[list]
[*][b]ATK[/b] = Floor(([url="http://irowiki.org/wiki/STR"]STR[/url] + [url="http://irowiki.org/wiki/DEX"]DEX[/url] + [url="http://irowiki.org/wiki/LUK"]LUK[/url]) / 3) + Floor([url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] / 10)
[*][b]MATK[/b] = [url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] + [url="http://irowiki.org/wiki/INT"]INT[/url] + Floor(([url="http://irowiki.org/wiki/INT"]INT[/url] + [url="http://irowiki.org/wiki/DEX"]DEX[/url] + [url="http://irowiki.org/wiki/LUK"]LUK[/url]) / 3) + Floor([url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] / 10) * 2
[*][b]HIT[/b] = [url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] + [url="http://irowiki.org/wiki/DEX"]DEX[/url] + 150
[*][b]CRI[/b] = Floor([url="http://irowiki.org/wiki/LUK"]LUK[/url] / 3) + 1
[*][b]DEF[/b] = ([url="http://irowiki.org/wiki/VIT"]VIT[/url] + Floor([url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] / 10)) * 2 + Floor(([url="http://irowiki.org/wiki/AGI"]AGI[/url] + Floor([url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] / 10)) / 2) + Floor([url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] / 2)
[*][b]FLEE[/b] = [url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] + [url="http://irowiki.org/wiki/AGI"]AGI[/url] + Floor([url="http://irowiki.org/wiki/Base_Level"]Base Level[/url] / 10)
[/list]

[/quote]

This post has been edited by Smoke on Jul 12, 2012 11:28

Hercules Elf Bot - Jul 12, 2012 11:42

Originally posted by [b]malufett[/b]
@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...

Hercules Elf Bot - Nov 12, 2012 11:51

Originally posted by [b]garet999[/b]
Any update on this?

Hercules Elf Bot - Nov 12, 2012 13:49

Originally posted by [b]Rage[/b]
yeah.. any updates?

Hercules Elf Bot - Nov 12, 2012 14:02

Originally posted by [b]malufett[/b]
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..

:meow:

This post has been edited by malufett on Nov 14, 2012 2:35

Hercules Elf Bot - Nov 13, 2012 22:19

Originally posted by [b]GM Takumirai[/b]
This is a good news tnx malufet

Hercules Elf Bot - Nov 13, 2012 22:19

Originally posted by [b]GM Takumirai[/b]
This is a good news tnx malufet

Hercules Elf Bot - Nov 17, 2012 4:49

Originally posted by [b]Siberian[/b]
malufett news ? any update ? thanks.

Hercules Elf Bot - Nov 18, 2012 14:26

Originally posted by [b]Rage[/b]
[quote name='malufett' timestamp='1352728925' post='15594']
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.. :meow:
[/quote]

I hope this will help you..

[url="http://forums.irowiki.org/showpost.php?p=914586&postcount=4941"]iRO Wiki's Renewal DEF and MDEF Formula[/url]

This post has been edited by Rage on Nov 18, 2012 14:27

Hercules Elf Bot - Nov 23, 2012 21:54

Originally posted by [b]garet999[/b]
*bump

Hercules Elf Bot - Nov 27, 2012 12:34

Originally posted by [b]Angezerus[/b]
:)

Hercules Elf Bot - Nov 29, 2012 15:58

Originally posted by [b]malufett[/b]
Fixed @ [rev='16981']
take note only characters not mobs

:meow:

This post has been edited by malufett on Nov 29, 2012 16:01

Hercules Elf Bot - Nov 29, 2012 16:31

Originally posted by [b]GM Takumirai[/b]
Thanks Malufet.. /no1 +1 Reputation..