Issue information

Issue ID
#4342
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 3, 2010 1:46
Last Post
Hercules Elf Bot
Dec 13, 2011 21:25
Confirmation
N/A

Hercules Elf Bot - Jul 3, 2010 1:46

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

Hi, we have detected that the item 2129,Exorcism_Bible,Exorcism Bible, is giving the Turn Undead effect alone without the item 1631, part of the combo.

Meaby is for this:
2129,Exorcism_Bible,Exorcism Bible,5,20,,600,,5,,0,0x00008100,7,2,32,,50,1,1,{ bonus bHPrecovRate,3; bonus bSPrecovRate,3; bonus bInt,1; if(isequipped(1631)) bonus2 bSkillAtk,"PR_MAGNUS",20; bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,20; },{},{}

Must be:
CODE
2129,Exorcism_Bible,Exorcism Bible,5,20,,600,,5,,0,0x00008100,7,2,32,,50,1,1,{ bonus bHPrecovRate,3; bonus bSPrecovRate,3; bonus bInt,1; if(isequipped(1631)) { bonus2 bSkillAtk,"PR_MAGNUS",20; bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,20; } },{},{}


This post has been edited by TheKaras: Jul 2 2010, 06:47 PM