Issue information

Issue ID
#2431
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 9, 2008 21:50
Last Post
Hercules Elf Bot
Mar 5, 2012 9:21
Confirmation
N/A

Hercules Elf Bot - Nov 9, 2008 21:50

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

http://svn.eathena.ws/bugs/changeset/13223.../db/item_db.txt
Scripts:
Wolfheiden { bonus5 bAutoSpellWhenHit,"NPC_STONESKIN",6,20,BF_WEAPON,0; },{},{}
Mithril Magic Manteau { bonus bMdef,3; bonus5 bAutoSpellWhenHit,"NPC_ANTIMAGIC",6,200,BF_MAGIC,0; },{},{}

But
675,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0, NPC_STONESKIN,Stone Skin
676,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0, NPC_ANTIMAGIC,Anti Magic

Should be:
Wolfheiden { bonus5 bAutoSpellWhenHit,"NPC_STONESKIN",1,20,BF_WEAPON,0; },{},{}
Mithril Magic Manteau { bonus bMdef,3; bonus5 bAutoSpellWhenHit,"NPC_ANTIMAGIC",1,200,BF_MAGIC,0; },{},{}