Files
swg-main-wiki/Increasing-the-Cluster's-Maximum-Character-Amount.md

407 B

Can't create more characters?

Check the current value of cluster_limit in the default_char_limits table in the database and adjust accordingly. This example will use SQL to re-set that value to 20000, which sets the maximum character limit of that cluster at 20000 characters. This number corresponds to all accounts, not just a single account.

UPDATE default_char_limits SET cluster_limit = 20000;