Issue information

Issue ID
#3975
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 26, 2009 21:39
Last Post
Hercules Elf Bot
Mar 5, 2012 14:52
Confirmation
N/A

Hercules Elf Bot - Dec 26, 2009 21:39

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

according to the description, it should give 5% chance to cast double strife, in eathena its doing 1% instead.

CODE
1736,Double_Bound,Double Bound,4,20,,900,70,,5,3,0x00000800,2,2,34,3,70,1,11,{ bonus3 bAutoSpell,"AC_DOUBLE",GetSkillLv("AC_DOUBLE"),10; },{},{}


So it should be:

CODE
1736,Double_Bound,Double Bound,4,20,,900,70,,5,3,0x00000800,2,2,34,3,70,1,11,{ bonus3 bAutoSpell,"AC_DOUBLE",GetSkillLv("AC_DOUBLE"),50; },{},{}