As requested by Beret in http://herc.ws/board...ed-slot-system/
The feature enables support for account-dependent character slot numbers (within MAX_CHARS bounds as defined in src/common/mmo.h), e.g. if your server has a 12 maximum character limit but you would like only selected accounts to be able to use all of them you can use this feature to limit. Existent characters on slots above the limit will still be accessible but will have a red "premium service" in the background as shown in the following image
It's possible to control a account's character slot limit in the new `login` table column `character_slots`. The system is backwards compatible, meaning that entries with that column as 0 will use MAX_CHARS limitation instead of making the account unable to create new characters.
Why did Beret's suggestion take precedence over the others?
Because its a official feature.
The feature enables support for account-dependent character slot numbers (within MAX_CHARS bounds as defined in src/common/mmo.h), e.g. if your server has a 12 maximum character limit but you would like only selected accounts to be able to use all of them you can use this feature to limit. Existent characters on slots above the limit will still be accessible but will have a red "premium service" in the background as shown in the following image
It's possible to control a account's character slot limit in the new `login` table column `character_slots`. The system is backwards compatible, meaning that entries with that column as 0 will use MAX_CHARS limitation instead of making the account unable to create new characters.
Why did Beret's suggestion take precedence over the others?
Because its a official feature.