Issue information

Issue ID
#2022
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 9, 2008 3:53
Last Post
malufett
Jul 4, 2013 15:27
Confirmation
N/A

Hercules Elf Bot - Aug 9, 2008 3:53

Originally posted by [b]Megamaniac[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2022

Throw kunai is a skill which has a wrong implementation of damage calculation.

The oficial description of the skill notes that is not increased by % increase damage cards such as hydra card or peco peco egg card.

http://irowiki.org/wiki/Throw_Kunai

QUOTE
* This skill's damage IS NOT affected by % damage cards.
* This skill's damage IS affected by +ATK cards.
* This is a RANGED attack even if you are standing 1 cell from the target.


Note that this skill is affected by +ATK cards such as Zipper Bear Card, but the emulator also applies damage increases with race modifier cards.

I am in the process of fully confirmate this bug, I am in the way of making a screenshot confirmation of the bug but I have some problems as long as I can't use my account in iRo (no more credit card (IMG:style_emoticons/default/tongue.gif)) and have to test it in a hole new one (free account, so the test will have a time deadline). BTW, I have already asked in the official irowiki forum and have confirmation from other players that can confirm that the damage of Throw Kunai is not affected by % cards:

http://forums.irowiki.org/showpost.php?p=1...p;postcount=135

QUOTE
I can confirm that throw kunai is not affected by % increase cards such as race cards. However, cards that increase your attack (i.e. andre, zipper bear) , and even wearing an ice pick can increase your damage.


That's all the info I've got right now about this case. Right now I'm on the way to create the character to make the test, but I want to ask for some other people who are willing to help making the needed tests so the bug can be finally fixed.

Thanks in advance for the help.

Zopokx - Jun 12, 2013 11:13

I would like to ask if the Throw Kunai skill is correct in renewal: [url="http://rathena.org/board/tracker/issue-7119-throw-kunai-skill-skill-id-524-with-damage-is-very-low/"]http://rathena.org/board/tracker/issue-7119-throw-kunai-skill-skill-id-524-with-damage-is-very-low/[/url]

It seems that it is doing 100%x3 damage when it should be 300%x3...

Could someone confirm this on kRO?

This post has been edited by Zopokx on Jun 12, 2013 11:14

Zopokx - Jun 13, 2013 8:56

Up? I'm interested in how the damage is really working...

malufett - Jun 13, 2013 13:21

here is the formula[code=auto:0] damage = (300 * (base damage+kunai atk) / 100) - total DEF[/code]
:meow:

Zopokx - Jun 17, 2013 10:34

So, iRO wiki is wrong?
[url="http://irowiki.org/classic/Throw_Kunai"]http://irowiki.org/classic/Throw_Kunai[/url] (pre-re) vs [url="http://irowiki.org/wiki/Throw_Kunai"]http://irowiki.org/wiki/Throw_Kunai[/url] (re)

300% vs 300% ATKx3 hits

Someone reports me that actually is impossible to get the damage shown in this image:[color=rgb(0,0,0)][font=sans-serif][size=3][center][background=rgb(249,249,249)] [/background][/center][/size][/font][/color][url="http://irowiki.org/cl/images/9/91/Throw_Kunai_Info.gif"][img]http://irowiki.org/cl/images/9/91/Throw_Kunai_Info.gif[/img][/url]

(This report is before the last RENEWAL update from malufett, but...)

malufett - Jun 17, 2013 10:56

[quote]

So, iRO wiki is wrong?
[url="http://irowiki.org/classic/Throw_Kunai"]http://irowiki.org/classic/Throw_Kunai[/url] (pre-re) vs [url="http://irowiki.org/wiki/Throw_Kunai"]http://irowiki.org/wiki/Throw_Kunai[/url] (re)
300% vs 300% ATKx3 hits[/quote]
it is correct however def reduction is different it doesn't used the percentage reduction..anyway I'll just add it after I add/discover all skill that do the same reduction...

:meow:

Zopokx - Jul 1, 2013 16:57

OMFG. A Ninja user reports me that throw kunai damage has increased from ~400 damage to ~12K damage!!!

malufett - Jul 1, 2013 17:14

[quote name="Zopokx" timestamp="1372697827"]
OMFG. A Ninja user reports me that throw kunai damage has increased from ~400 damage to ~12K damage!!![/quote]
oopss..a typo in db it should be not increasing damage..:D
[code=auto:0] 524,9,8,1,-1,0x40,0,5,3,no,0,0,0,weapon,0, NJ_KUNAI,Throw Kunai [/code]
should be[code=auto:0] 524,9,8,1,-1,0x40,0,5,-3,no,0,0,0,weapon,0, NJ_KUNAI,Throw Kunai[/code]

:meow:

malufett - Jul 4, 2013 15:27

Fixed @ 83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a
:meow: