Issue information

Issue ID
#2679
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 19, 2009 19:41
Last Post
Hercules Elf Bot
Mar 5, 2012 9:31
Confirmation
N/A

Hercules Elf Bot - Jan 19, 2009 19:41

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

Just after some quick testing with new equipments, I found a little bug on the Sprint Set (sprint mail, sprint shoes, sprint ring)

At first, it seems just fine, but if you equip Sprint Mail and Sprint Shoes (aka activate the isequipped() command inside sprint shoes),
you will get an error saying "pc_bonus: unknow type 0 -15!". after some quick testing, I found out that if I removed the part bonus DelayRate,-15; from

{ bonus bAGI,1; bonus bSPrecovRate,5; if (isequipped(2387)) { bonus bMaxHPRate,7; bonus bMaxSPRate,7; bonus bCastRate,-3; bonus DelayRate,-15; }; },

the error would be gone.

I'm not sure why, as there are other items that have the smae script command and seem to run smoothly, but I just thought it would be worth posting it here.