Issue information

Issue ID
#5817
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 25, 2012 22:12
Last Post
Hercules Elf Bot
Jul 23, 2012 21:30
Confirmation
N/A

Hercules Elf Bot - May 25, 2012 22:12

Originally posted by [b]Ikari Gendo[/b]
Hundred Spears does atm 1000% atk dmg, but iro wiki says something else is right [url="http://irowiki.org/wiki/Hundred_Spears"]http://irowiki.org/wiki/Hundred_Spears[/url]

Hercules Elf Bot - May 26, 2012 8:11

Originally posted by [b]Rime[/b]
src/map/battle.c

from

[code]case RK_HUNDREDSPEAR:
skillratio += 500 + 40 * skill_lv;[/code]

to

[code]case RK_HUNDREDSPEAR:
skillratio += 600 + 80 * skill_lv;[/code]

This post has been edited by Rime on May 26, 2012 8:12

Hercules Elf Bot - May 26, 2012 11:15

Originally posted by [b]Ikari Gendo[/b]
miss still the
-Caster’s Base Level
-Weight of the Spear
-Bonus damage: (Clashing Spiral skill level x ATK 50%)
-Spear Boomerang Activation Chance: (10 + 3 * Skill Level) %

Hercules Elf Bot - May 26, 2012 15:18

Originally posted by [b]MarkZD[/b]
About weight, complementing, from what I know Hundred Spear, unlike Clashing Spiral, considers less weight as high damage, so 0 weight will produce higher damage, as test show in iRO and bRO forums (but I don't know if it's already included in bRO).

[CODE]
Variable Cast Time: (1.1 - 0.1 * Skill Level) seconds
Fixed Cast Time: None
Skill re-use Delay: 3 seconds
Global Skill Delay: 0.5 second
Spear Boomerang Activation Chance: (10 + 3 * Skill Level) %
Damage = ATK [{(600 + (Skill Level x 80) + (1000 - Weight of the Spear)} x (1 + [(Caster’s Base Level - 100) / 200])] %
*** If the spear’s weight is over 1,000, it will be set to 1,000 in the calculation.
Bonus damage: (Clashing Spiral skill level x ATK 50%).
[/CODE]

[url="https://docs.google.com/document/pub?id=18p0mM4OedtKE04IJxPnN6fIdKFfOx6nQJuT3ESHuTMo"]https://docs.google....x6nQJuT3ESHuTMo[/url]

[u]This Bug report is duplicate of:[/u] [url="http://rathena.org/board/tracker/issue-5798-skill-rebalancing-kro/"]http://rathena.org/board/tracker/issue-5798-skill-rebalancing-kro/[/url]

This post has been edited by MarkZD on May 26, 2012 15:27

Hercules Elf Bot - May 27, 2012 9:30

Originally posted by [b]Rime[/b]
Activation chance of Spear Boomerang is not processed in battle.c.

Hercules Elf Bot - Jul 21, 2012 13:27

Originally posted by [b]Ikari Gendo[/b]
is this fixed like markzd wrote ?

Hercules Elf Bot - Jul 23, 2012 21:29

Originally posted by [b]Igniz[/b]
Fixed on [url="http://sourceforge.net/apps/trac/rathena/changeset/16486/"][16486][/url].
@Rime
It is processed on skill.c

This post has been edited by Igniz on Jul 23, 2012 21:30