Issue information

Issue ID
#4151
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 28, 2010 8:13
Last Post
Hercules Elf Bot
Dec 13, 2011 21:15
Confirmation
N/A

Hercules Elf Bot - Mar 28, 2010 8:13

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

AEGIS:

QUOTE
item Armor_Of_Naga
event OnStartEquip:
SetAutoWeapon Armor_Of_Naga 5 10
return
event OnFinishEquip:
ResetAutoWeapon Armor_Of_Naga 5 10
return
event OnActiveWeapon:
ShowEffect "" EF_ENHANCE
AddExtParam User VAR_ATTPOWER 20
return
event OnDeactiveWeapon:
SubExtParam User VAR_ATTPOWER 20
return


It should activate when you're attacking, and not when you take physical damage.

Nowadays:
CODE
2389,Armor_Of_Naga,Naga Scale Armor,5,20,,1000,,5,,1,0x00CFDF80,2,2,16,,70,1,0,{ bonus bMdef,2; autobonus2 "{ bonus bBaseAtk,20; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; },{},{}


Fixed:
CODE
2389,Armor_Of_Naga,Naga Scale Armor,5,20,,1000,,5,,1,0x00CFDF80,2,2,16,,70,1,0,{ bonus bMdef,2; autobonus2 "{ bonus bBaseAtk,20; }",5,10000,0,"{ specialeffect2 EF_ENHANCE; }"; },{},{}


I am not sure about changing the 10 to 5, yet, after looking at its script and Sorin Doll Hat one I believe it should be 5 and not 10...

Sorry if there's any script mistake...

This post has been edited by Epse: Mar 28 2010, 01:13 AM