Issue Information
-
#004954
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (0)No (1)
Originally posted by Feanorko
http://www.eathena.w...er&showbug=4954
Script:
bonus2 bAddEff,Eff_Stone,1000
But should be Eff_blind, description:
Small chance to ^880000Blind^000000 the target.
http://www.eathena.w...er&showbug=4954
Script:
bonus2 bAddEff,Eff_Stone,1000
But should be Eff_blind, description:
Small chance to ^880000Blind^000000 the target.
Originally posted by Chilly
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~
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~
Originally posted by Angezerus
The effect should be Stone Curse, so it is ok. I believe the description is wrong, but it is officially wrong.... So what now?
http://rode2.doddler.../ep113.php?id=3
The effect should be Stone Curse, so it is ok. I believe the description is wrong, but it is officially wrong.... So what now?
http://rode2.doddler.../ep113.php?id=3
Originally posted by EvilPuncker
In bRO it is stone curse too
In bRO it is stone curse too
Originally posted by Kenpachi
... working as intended.
item COMBIITEM_Stone_Arrow event OnStartEquip: AddRangeAttackDamage Target 25 AddState_RANGEATK BODYStoneCurse 100 return event OnFinishEquip: SubRangeAttackDamage Target 25 SubState_RANGEATK BODYStoneCurse 100 return
... working as intended.