[20:37:59] Dominus: Marzo: happy new year!
[20:38:10] Marzo: To you as well
[20:38:15] Dominus: thanks!
[20:39:56] Dominus: Marzo: Donfrow on the forum is wondering about the maximum number of NPCs. He can't add more than 355 - I thought we'd allow more, but never thought about it...
[20:39:57] Dominus: http://exult.info/forum/viewtopic.php?f=1&t=1791269&sid=5470f1ad023f95c3cd69eb7f0f4f6885
[20:40:27] Marzo: It ought to be possible
[20:40:58] Marzo: I remember having to special case a few to avoid issues with -356 (whole party) and -357 (avatar) constants used in usecode
[20:41:42] Marzo: So the fact that going above 355 is giving issues is not entirely unexpected, but it should have been possible
[20:42:29] Dominus: " I think there is a limit as I have likely run into it as I am up to NPC 355 and when I try to create a new one it looks like it's going back to hard coded usecode 0x400 (Avatar) and crashes the game when trying to create a new NPC. This makes me think 356 (including 0 for Avatar) is the limit."
[20:43:05] Dominus: so probably more an issue of being able to jump over 356 and 357?
[20:43:25] Marzo: Yes