Page 1 of 1

Class Change Tutorial

Posted: Sun Dec 12, 2010 6:46 am
by hawk200282
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4426
L2JDP Revision Number: 7670


Had a question, when you change this to:

Code: Select all

# When character reach levels 20,40,76 he will receive tutorial page# with list of the all possible variants, and can select and immediately# change to the new occupation, or decide to choose later (on next login).# Can be used with or without classic Class Masters.# Default = False AlternateClassMaster = true 
Where are the HTML's located for this, is it hardcoded or is it in the HTML folder some place, wanted to add custom ones. Just need to be pointed in the right direction. :)

Re: Class Change Tutorial

Posted: Sun Dec 12, 2010 10:27 am
by MasterJinz
It show ? on your left screen to change your class immediately .

Re: Class Change Tutorial

Posted: Sun Dec 12, 2010 11:51 am
by jurchiks
some are hardcoded, some can be found in data/html/classmaster

Re: Class Change Tutorial

Posted: Sun Dec 12, 2010 5:02 pm
by hawk200282
Thanks