Issue information

Issue ID
#1842
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 14, 2008 0:32
Last Post
Hercules Elf Bot
Mar 5, 2012 8:46
Confirmation
N/A

Hercules Elf Bot - Jul 14, 2008 0:32

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

In itemdb.txt

Item 5399, Mandragora Cap has the same view ID as item 5398, Bone Head.
CODE
5398,Bone_Head,Bone Head,5,0,,1200,,5,,1,0x000444A2,2,2,256,,85,1,401,{ bonus bStr,2; bonus bMdef,5; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Bleeding,500; },{},{}
5399,Mandragora_Cap,Mandragora Cap,5,0,,3000,,1,,1,0xFFFFFFFF,2,2,256,,85,0,401,{ bonus bVit,3; bonus3 bAutoSpellWhenHit,"DC_SCREAM",5,10; },{},{}

Change Mandragora Cap's view ID to 402 to fix it.

Item 5391, Crunch Toast also has the same View ID as item 5393, the Valentine Hat.
CODE
5391,Crunch_Toast,Crunch Toast,5,,,100,,0,,0,0xFFFFFFFE,7,2,1,,0,0,397,{ bonus bMaxHP,100; bonus2 bAddMonsterDropItem,617,10; },{},{}

5393,Valentine_Hat,Love Valentine's Hat,5,,,200,,2,,0,0xFFFFFFFE,7,2,256,,0,0,397,{ bonus bMaxSPrate,7; bonus bMaxHPrate,7; },{},{}

I changed Crunch Toast's view ID to 188; the same as item 5107's view ID so it shows a toast sprite.