Issue information

Issue ID
#2141
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 28, 2008 12:31
Last Post
Hercules Elf Bot
Apr 18, 2012 15:47
Confirmation
N/A

Hercules Elf Bot - Aug 28, 2008 12:31

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

At the droprate calculation in src/map/mob.c

if (class_ >= 1324 && class_ <= 1363)
if (db->dropitem[i].p && (class_ < 1324 || class_ > 1363))

The new Treasure boxes are missing

if ((class_ >= 1324 && class_ <= 1363)||(class_ >= 1938 && class_ <= 1946))
if (db->dropitem[i].p && ((class_ < 1324 || class_ > 1363)||(class_ >= 1938 && class_ <= 1946)))

its no real bug but its missing (IMG:style_emoticons/default/wink.gif)

EDIT: damn codebox is not working... I'll remove the code.

This post has been edited by lemongrass: Aug 28 2008, 05:34 AM