Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (1)
Photo

Earth bow[1732]

Posted by Hercules Bot on 07 June 2011 - 11:48 PM

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.


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~

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? :D

http://rode2.doddler.../ep113.php?id=3

Originally posted by EvilPuncker
In bRO it is stone curse too

Originally posted by Kenpachi
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.