Issue information

Issue ID
#5909
Status
Confirmed
Severity
Fair
Started
Hercules Elf Bot
Jun 3, 2012 7:30
Last Post
Hercules Elf Bot
Jun 4, 2012 14:56
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Jun 3, 2012 7:30

Originally posted by [b]jTynne[/b]
I'm not 100% certain what the official behavior for Homunculus should be in Renewal, however, I don't think they should be at near 190 ASPD by level 99, and certainly not 193 by 150. Vanilmirth is the only one I've tested, but I've been able to easily destroy lower tier MVPs in a matter of 30 or less seconds.

Hercules Elf Bot - Jun 4, 2012 5:03

Originally posted by [b]Xantara[/b]
Hmm the homunculus stats, in general, seem to need a look over..

Testing: Level 41 Vanil

Someone on iRO ([url="http://forums.warpportal.com/index.php?/topic/40890-homunculus-stat-in-renewal/page__view__findpost__p__463756"]here[/url]):
[quote][color=#282828][font=helvetica, arial, sans-serif]HP: 3809[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]SP: 161[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Atk: 60[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Matk: 176[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Hit: 242[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Crit: 20[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Def: 171[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Mdef: 126[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Flee: 108[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Aspd: 152[/font][/color][/quote]

[color=#282828][font=helvetica, arial, sans-serif]Mine:[/font][/color]
[quote][color=#282828][font=helvetica, arial, sans-serif]HP: 3939[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]SP: 170[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Atk: 167[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Matk: 117[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Hit: 285[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Crit: 16[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Def: 68[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Mdef: 15[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Flee: 197[/font][/color]
[color=#282828][font=helvetica, arial, sans-serif]Aspd: 146[/font][/color][/quote]

Another test, as mentioned by jTynne, a level 99 Vanil had 171 ASPD (on iRO) but on rA, it had 190 ASPD [[url="http://forums.warpportal.com/index.php?/topic/40890-homunculus-stat-in-renewal/page__view__findpost__p__473331"]source[/url]].

Also, when entering my values into a renewal stat calculator ([url="http://rode.doddlercon.com/db/homcalc/statcalc.php?calc&type=2&level=42&hp=3939&sp=170&attack=167&mattack=117&hit=285&crit=16&def=68&mdef=15&flee=197"]here[/url]) [[url="http://forums.irowiki.org/showthread.php?t=86256"]source[/url]], I'm getting errors.

This post has been edited by Xantara on Jun 4, 2012 5:33

Hercules Elf Bot - Jun 4, 2012 5:36

Originally posted by [b]Xantara[/b]
After some checking...

iRO Formulas: (still not sure about ASPD)
[quote][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]

current rA formula (status_calc_misc() @ status.c):
[quote][list]
[*][b]ATK[/b] =
[*][b]MATK[/b] =
[*][b]HIT[/b] = base level + ( every 1 dex = +1 hit ) + (every 3 luk = +1 hit) + 175
[*][b]CRI[/b] =
[*][b]DEF[/b] = base level + (every 2 agi = +1 def) + (every 5 agi = +1 def)
[*][b]FLEE[/b] = base level + ( every 1 agi = +1 flee ) + (every 5 luk = +1 flee) + 100
[/list]
[/quote]

=x

This post has been edited by Xantara on Jun 4, 2012 5:38

Hercules Elf Bot - Jun 4, 2012 14:03

Originally posted by [b]RiverStyx[/b]
If I may shed a little more light into the situation,

Checking with some people on the SVN jTynne is currently using, the average growth seems to be a little like the one you linked, Xantara, I think what jTynne did not mention is that the Vanilmirth he tested was level 150, not 99. You're comparing it to a level 99 Vanilmirth..

Currently, a level 125 Vanilmirth;
[img]http://i.imgur.com/h5qu5.png[/img]


This SVN gets more ATK, less MATK, about the same HIT and CRIT, a significant ammount less DEF and MDEF, and more flee.

[b]Edit:[/b] This Vanilmirth mentioned has had constantly good increases in it's INT and AGI in it's leveling

This post has been edited by RiverStyx on Jun 4, 2012 14:05

Hercules Elf Bot - Jun 4, 2012 14:56

Originally posted by [b]jTynne[/b]
Yarrrrrrrrrwut

This post has been edited by jTynne on Jun 26, 2012 7:42