Page 1 of 1

simple retail question

Posted: Tue May 18, 2010 9:43 am
by Sikken
quick question, very simple to answer, hopefully,... how do i change the amount of subclasses a character can have? retail is 3, i want only 2.

Re: simple retail question

Posted: Tue May 18, 2010 9:46 am
by Tan
character.proparties
# Maximum number of allowed subclasses for every player.
# Default: 3
MaxSubclass = 3

Re: simple retail question

Posted: Tue May 18, 2010 10:01 am
by Sikken
tan wrote:character.proparties
# Maximum number of allowed subclasses for every player.
# Default: 3
MaxSubclass = 3
perfect, thank you