[Archive] too many races wtf?!
[Archive] too many races wtf?!
Archived author: Captain • Posted: 2017-03-07T20:17:22+00:00
Original source
Hi everybody.
I try to implant races custom (goblin and felorc). I followed an old tuto, but I meet a problem with my interface CharacterCreate.lua. When i created a characters an error appear : "Too many races! Update MAX_RACES" and I can't create nothing characters....
I doest not understand >_<...
Have you any idea ? Thank you for your replies.
Kind regards
Archived author: bfx • Posted: 2017-03-08T05:20:30+00:00
Original source
Client
Make sure that MAX_RACES in charactercreate.lua is set to the correct value IE 12 for your case.
Server
Update MAX_RACES in shareddefines.h to +1 of the required value for two more custom races it would be set to 13 not 12.