2012-04-17, 10:05 PM
you guys mean you dont understand why pierce crashes at 9 targets?
i thought it was obvious
![[Image: Union.3221001.png]](http://www.happychinchilla.info/Southperry/patch/skill/Union.3221001.png)
Piercing Arrow
Description: 적을 꿰뚫을 때마다 데미지가 증폭되는 관통 화살을 발사한다.
Info: type = 2, piercing = 1, piercingBouns = 1
Delays: piercing - 390 ms
Final Attack: Crossbow
Animations: prepare, keydown, effect, ball, hit.0, hit.1, hit.2, hit.3, hit.4, hit.5, hit.6, hit.7
Maximum Level: 30
There's animations for hits 1-8 (listed as hit.0 - hit.7)
but no animation for hit 9
when it tries to hit the 9th enemy, the client calls on an animation file that doesn't exist, thus the crash.
i thought it was obvious
![[Image: Union.3221001.png]](http://www.happychinchilla.info/Southperry/patch/skill/Union.3221001.png)
Piercing Arrow
Description: 적을 꿰뚫을 때마다 데미지가 증폭되는 관통 화살을 발사한다.
Info: type = 2, piercing = 1, piercingBouns = 1
Delays: piercing - 390 ms
Final Attack: Crossbow
Animations: prepare, keydown, effect, ball, hit.0, hit.1, hit.2, hit.3, hit.4, hit.5, hit.6, hit.7
Maximum Level: 30
There's animations for hits 1-8 (listed as hit.0 - hit.7)
but no animation for hit 9
when it tries to hit the 9th enemy, the client calls on an animation file that doesn't exist, thus the crash.

