Issue information

Issue ID
#3483
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 10, 2009 3:48
Last Post
Hercules Elf Bot
Dec 13, 2011 20:36
Confirmation
N/A

Hercules Elf Bot - Aug 10, 2009 3:48

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

The item script is wrong...

The description of the item is:

QUOTE
Enables use of Level 5 Double Attack.


Level 5 Double Attack = 25% chance of double hit.

But in the script the percent is to the level 1 of Double Attack (5%)

CODE
5388,Snake_Head,Snake Head Hat,5,20,,200,,1,,1,0xFFFFFFFE,7,2,256,,30,1,393,{ bonus bDoubleRate,5; },{},{}


The "bDoubleRate,5" should be "bDoubleRate,25" to do level 5 double attack.

Sorry for my bad english.

This post has been edited by DGS: Aug 9 2009, 10:16 PM