Issue information

Issue ID
#3423
Status
New
Severity
None
Started
Hercules Elf Bot
Jul 25, 2009 17:00
Last Post
Hercules Elf Bot
Jul 25, 2009 17:00
Confirmation
N/A

Hercules Elf Bot - Jul 25, 2009 17:00

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

[EDIT: Ok, it refers to the chance to lock an enemy in place instead of causing stun effect, my bad.]

I think there is a bug in Tiger Knuckle Fist / Glacier Fist skill. The problem is it is not causing stun when it should according to the skill description
but only applying the locking effect. I have tested this on rev. 13607:

Description:
QUOTE
This skill can be used as a part of the combination skill of Raging Trifecta Blow, Raging Quadruple Blow and Raging Thrust. When you use this skill, you'll run up to the enemy and hit him. The target will be unable to move for a brief amount of time. Requires 1 Spirit Sphere.
Lv1 - ATK +140%, stun chance 20%
Lv2 - ATK +240%, stun chance 30%
Lv3 - ATK +340%, stun chance 40%
Lv4 - ATK +440%, stun chance 50%
Lv5 - ATK +540%, stun chance 60%


SVN's skill.c
QUOTE
case CH_TIGERFIST:
sc_start(bl,SC_STOP,(10+skilllv*10),0,skill_get_time2(skillid,skilllv));
break;


I don't know if the description is wrong, although I don't think so since this skill becomes pretty useless without the stun effect and considering it is a Champion skill it would be pretty bad...