Issue information

Issue ID
#696
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 26, 2007 15:24
Last Post
Hercules Elf Bot
Mar 5, 2012 17:56
Confirmation
N/A

Hercules Elf Bot - Dec 26, 2007 15:24

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

The code says:
CODE
    case LK_SPIRALPIERCE:
        sc_start(bl,SC_STOP,(15+skilllv*5),0,skill_get_time2(skillid,skilllv));
        break;

So it stops the target for skill_get_time2 miliseconds at skilllv*5+15% rate (40% at lv5)

But the database says:
CODE
//-- LK_SPIRALPIERCE
397,300:500:700:900:1000,1200:1400:1600:1800:2000,0,0,1000

1 second.

Description:
QUOTE
LK_SPIRALPIERCE#
Spiral Pierce
Max Level:^777777 5^000000
Type:^777777 Offensive^000000
Target:^777777 Enemy^000000
SP Cost:^777777 15 + 3*SkillLV^000000
Cast Time:^777777 0.1 + 0.2*SkillLV sec^000000
Cool Down:^777777 1 + 0.2*SkillLV sec^000000
Duration:^777777 Instant^000000
Effect:^777777 Extend your spear, and spin it in a spiral fashion to increase overall damage and ability to pierce. A more powerful version of Pierce which ignores DEF and VIT DEF and also stun-locks your opponent for 3 sec.
Damage is (100+50*SkillLV)% ATK. The attack is 5 hits with the damage divided evenly between the hits. However you can increase damage further by increasing the weight of your weapon (upgrades count too! LV 1 weapons +10/upgrade, LV 2 weapons +15/upgrade, LV 3 weapons +25/upgrade).
Although damage will increase with better skill level, so will the Cast Time / Cool Down. Aura Blade does not add damage to this skill. Recent tests revealed the following (rather complex) formula:
[(80% of weapons weight times (100%+level*50%) + (round.down(STR/10^2) + Upgrade Damage) * size modifier (small 125%, medium 100%, large 75%)) * card factors (+20% and such) * element factors ]* 5 hits^000000
[LV 1]^777777 150% ATK per attack^000000
[LV 2]^777777 200% ATK per attack^000000
[LV 3]^777777 250% ATK per attack^000000
[LV 4]^777777 300% ATK per attack^000000
[LV 5]^777777 350% ATK per attack^000000
IRO Name:^777777 Clashing Spiral^000000

Hercules Elf Bot - Dec 31, 2011 17:52

Originally posted by [b]Ind[/b]
It has been confirmed on a official server that it is 1 second. the description you posses is wrong.