Issue information

Issue ID
#2623
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 3, 2009 6:55
Last Post
Hercules Elf Bot
Dec 25, 2011 16:48
Confirmation
N/A

Hercules Elf Bot - Jan 3, 2009 6:55

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

The item have a mistake in the script.

The actual script are:
CODE
5388,Snake_Hat,Snake Head Hat,5,20,,200,,1,,1,0xFFFFFFFE,7,2,256,,30,1,393,{ bonus bDoubleRate,5; },{},{}


And should be:
CODE
5388,Snake_Hat,Snake Head Hat,5,20,,200,,1,,1,0xFFFFFFFE,7,2,256,,30,1,393,{ bonus bDoubleRate,20; },{},{}


The bDoubleRate chance should be 20 instead 5. That cause 5 are the level of the skill that grant the Hat, but the bDoubleRate works with percent not with skills level. 20% its the percent of chance of make double attack with the skill Double Attack at level 5.

Regards.

Hercules Elf Bot - Dec 10, 2011 22:00

Originally posted by [b]Kenpachi[/b]
It's 25%; but confirmed. :)

//EDIT:
According to [url="http://db.irowiki.org/db/item-info/5388/"]iRO wiki[/url] the job code is wrong, too.
Should be 0xFFFFFFFF instead of 0xFFFFFFFE.

//EDIT2:
I just saw that everything already was fixxed.
Changing status to "Done" and locking issue...

This post has been edited by Kenpachi on Dec 11, 2011 16:12