Issue information

Issue ID
#4954
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 7, 2011 23:48
Last Post
Hercules Elf Bot
May 18, 2012 11:37
Confirmation
Yes (0)
No (1)

Hercules Elf Bot - Jun 7, 2011 23:48

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

Script:
bonus2 bAddEff,Eff_Stone,1000

But should be Eff_blind, description:
Small chance to ^880000Blind^000000 the target.

Hercules Elf Bot - Jan 4, 2012 14:08

Originally posted by [b]Chilly[/b]
can anyone confirm this? i dont have an archer to test on kro yet, and iro's data.grf says darkness status while irowiki says stone status~

Hercules Elf Bot - May 3, 2012 12:30

Originally posted by [b]Angezerus[/b]
The effect should be Stone Curse, so it is ok. I believe the description is wrong, but it is officially wrong.... So what now? :D

[url="http://rode2.doddlercon.com/guides/ep113.php?id=3"]http://rode2.doddlercon.com/guides/ep113.php?id=3[/url]

Hercules Elf Bot - May 3, 2012 12:58

Originally posted by [b]EvilPuncker[/b]
In bRO it is stone curse too

Hercules Elf Bot - May 3, 2012 15:16

Originally posted by [b]Kenpachi[/b]
[CODE]item COMBIITEM_Stone_Arrow
event OnStartEquip:
AddRangeAttackDamage Target 25
AddState_RANGEATK BODYStoneCurse 100
return
event OnFinishEquip:
SubRangeAttackDamage Target 25
SubState_RANGEATK BODYStoneCurse 100
return[/CODE]

... working as intended.