Issue information

Issue ID
#3552
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Sep 2, 2009 12:23
Last Post
Hercules Elf Bot
Dec 13, 2011 20:43
Confirmation
N/A

Hercules Elf Bot - Sep 2, 2009 12:23

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

Unless bHealPower includes all healing skills in trunk revision 14035 (I'm running on 13954M), the following code is wrong:
CODE
{ bonus bHealPower,30; bonus bUseSPrate,15; },{},{}


Based on following descriptions from RMS:
QUOTE
Increases effectiveness of your Heal, Sanctuary and Potion Pitcher by 30%.
Increases SP taken by all skills by 15%.


Fixed Version:
CODE
{ bonus2 bSkillAtk,"AL_HEAL",30; bonus2 bSkillHeal,"AL_HEAL",30; bonus2 bSkillAtk,"PR_SANCTUARY",30; bonus2 bSkillHeal,"PR_SANCTUARY",30; bonus2 bSkillHeal,"AM_POTIONPITCHER",30; bonus bUseSPrate,15; },{},{}