Issue information

Issue ID
#2905
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 26, 2009 13:31
Last Post
Hercules Elf Bot
Mar 5, 2012 13:03
Confirmation
N/A

Hercules Elf Bot - Mar 26, 2009 13:31

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

I hope this is the right section to post this.
There are a couple of items that either have a wrong script or a wrong description.

Pecopeco Hairband

Desc (seems to be like this in the sdata.grf files as well):
Increases movement speed by 5% when equipped.
Decreases Attack Speed by 10%. Reduce Casting Time by 5%.

Script (seems to be the script from iROWiki? From what I've heard, on Aegis there's no such thing as percentual walking speed increase):
bonus bSpeedRate,25; bonus bAspdRate,-10; bonus bCastrate,25;

Robo Eye

Desc (seems to be like this in the sdata.grf files as well):
ATK + 2%, MATK + 2%, Dex + 1

Script:
bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3; bonus bDex,1;

Angel of Ghost/Mask of Goddess

Desc (seems to be like this in the sdata.grf files as well):
HIT + 15, STR + 2

Script:
bonus bAtkRate,2; bonus bMatkRate,2;