Issue information

Issue ID
#121
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 25, 2007 22:36
Last Post
Hercules Elf Bot
Sep 25, 2007 22:36
Confirmation
N/A

Hercules Elf Bot - Sep 25, 2007 22:36

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

The accessory is cursing the targets. Probably because the bonus 2 bAddEff2 removal/merge.

Aegis:
QUOTE
// Item ID: 2652
item Cursed_Lucky_Brooch
event OnStartEquip:
AddExtParam User VAR_CRITICALSUCCESSVALUE 60
AddState_MLEATK User HEALTHCurse 5
return
event OnFinishEquip:
SubExtParam User VAR_CRITICALSUCCESSVALUE 60
SubState_MLEATK User HEALTHCurse 5
return

eAthena:
QUOTE
2652,Cursed_Lucky_Brooch,Goddess of Fortune's Cursed Brooch,5,,10,100,,0,,0,0xFFFFFFFE,7,2,136,,40,0,0,{ bonus
bCritical,6; bonus2 bAddEff2,Eff_Curse,50; },{},{}

I dont think thats a description error.
Fix:
CODE
bonus2 bAddEff2,Eff_Curse,50;
->
bonus3 bAddEff,Eff_Curse,50,ATF_SELF;


This post has been edited by Brainstorm: Sep 25 2007, 03:38 PM