Issue information

Issue ID
#727
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 31, 2007 14:26
Last Post
Hercules Elf Bot
Dec 31, 2007 14:26
Confirmation
N/A

Hercules Elf Bot - Dec 31, 2007 14:26

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

kRO released some new NPCs that can't be used because the definition of the usuable npcs is outdated.
QUOTE
#define npcdb_checkid(id) ((id >= 46 && id <= 125) || id == 139 || (id >= 700 && id <= MAX_NPC_CLASS) || id == INVISIBLE_CLASS)

needs to be
QUOTE
#define npcdb_checkid(id) ((id >= 46 && id <= 125) || id == 139 || (id >= 400 && id <= 406) || (id >= 700 && id <= MAX_NPC_CLASS) || id == INVISIBLE_CLASS)

to include the new npcs.


New npcs are shown at the bottom of this list: http://www.dzerox.com/coding/eathena/npc-id/index.html