Issue information

Issue ID
#3355
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jul 7, 2009 22:46
Last Post
Hercules Elf Bot
Mar 5, 2012 14:18
Confirmation
N/A

Hercules Elf Bot - Jul 7, 2009 22:46

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

Earth bow is givin Stone effect when should give Blind effect
(sorry poor english =P)

Source: http://www.eathena.ws/board/index.php?show...mp;hl=Earth+bow
CODE
1732,Earth_Bow,Earthen Bow,4,20,,1400,105,,5,1,0x000A0808,7,2,34,3,55,1,11,{ if(isequipped(1756)) { bonus bLongAtkRate,25; bonus2 bAddEff,Eff_Stone,1000; } },{},{}

correcting...
CODE
1732,Earth_Bow,Earthen Bow,4,20,,1400,105,,5,1,0x000A0808,7,2,34,3,55,1,11,{ if(isequipped(1756)) { bonus bLongAtkRate,25; bonus2 bAddEff,Eff_Blind,1000; } },{},{}