Issue information

Issue ID
#4250
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 23, 2010 4:58
Last Post
Hercules Elf Bot
Dec 13, 2011 21:22
Confirmation
N/A

Hercules Elf Bot - May 23, 2010 4:58

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

Hi; this weapon it supposes that it must affect with HellPower the target by a chance and the user by a chance. But it only affects the target:
CODE
1186,Death_Guidance,Death Guidance,4,20,,2000,200,,1,2,0x00004082,2,2,34,4,70,1,3,{ bonus bStr,5; bonus bAgi,2; bonus bFlee2,20; bonus3 bAutoSpell,"NPC_HELLPOWER",1,10; bonus4 bAutoSpell,"NPC_HELLPOWER",1,10,1; if( getrefine() > 8 ) bonus3 bAutoSpell,"NPC_VAMPIRE_GIFT",2,20; else bonus3 bAutoSpell,"NPC_VAMPIRE_GIFT",1,20;  },{},{}


This one affects the target.
CODE
bonus3 bAutoSpell,"NPC_HELLPOWER",1,10;



And this one to
CODE
bonus4 bAutoSpell,"NPC_HELLPOWER",1,10,1;


So meaby it must be:
CODE
bonus4 bAutoSpell,"NPC_HELLPOWER",1,10,0;


With that now would affect the user to.

Thnx

This post has been edited by TheKaras: May 22 2010, 09:59 PM