Issue information

Issue ID
#4158
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 30, 2010 13:30
Last Post
Hercules Elf Bot
Dec 13, 2011 20:48
Confirmation
N/A

Hercules Elf Bot - Mar 30, 2010 13:30

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

Hi,

sorry if this has already been postet but i haven't found it with the search button so i'll just post it. It's nothing major or something, just a little typo i found in the item_db.txt.

Search for sprint_mail

2387,Sprint_Mail,Sprint Mail,5,20,,1000,,3,,1,0x000FDF80,26,2,16,,70,1,0,{ bonus bVit,1; bonus bHPrecovRate,5; bonus2 bAddItemHealRate,IG_Recovery,3; bonus2 bSkillHeal,"AL_HEAL",3; if( isequipped(2440) && isequipped(2744) ) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bCastrate,-3; bonus bDelayrate,-15; } },{},{}

change into

2387,Sprint_Mail,Sprint Mail,5,20,,1000,,3,,1,0x000FDF80,26,2,16,,70,1,0,{ bonus bVit,1; bonus bHPrecovRate,5; bonus2 bAddItemHealRate,IG_Recovery,3; bonus2 bSkillHeal,"AL_HEAL",3; if(isequipped(2440,2744)) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bCastrate,-3; bonus bDelayrate,-15; } },{},{}

otherwise the Set bonus won't work.