Issue information

Issue ID
#2053
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 13, 2008 8:47
Last Post
Hercules Elf Bot
Mar 5, 2012 8:57
Confirmation
N/A

Hercules Elf Bot - Aug 13, 2008 8:47

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

stable:

CODE
{ bonus bMatkRate,15; bonus bInt,3; bonus bDex,2; bonus bCritical,20+(bLuk/5); },{},{}


trunk:

CODE
{ bonus bMatkRate,15; bonus bInt,3; bonus bDex,2; bonus bCritical,20+(bLuk*2); },{},{}


1. the crit bonus doesn't work, it should be bonus bCritical,20+(readparam(bLuk)/5); / bonus bCritical,20+(readparam(bLuk)*2);

2. do we have any confirmation the trunk script is correct? that would result in 100 crit with just 40 base luk, and according to irowiki.org it should be the script from stable. any source here?