Page 1 of 1

Classchange dialoq

Posted: Fri Jun 25, 2010 4:02 pm
by drum84
L2J Revision Number: 4299
L2JDP Revision Number: 7511

Hi. id like to know how this dialog work and where it gets the information from for %menu% and %name% command. and how i could edit whats written there?

...\gameserver\data\html\classmaster\tutorialtemplate.htm

Code: Select all

<html><body><center>[color=#BF0040]%name%[/color] Class Master:</center><br>[color=#BF0040]%menu%[/color]<br><br>Item(s) required for class change:<table width=270>%req_items%</table><br><br><a action="link COXX">Ask me next time.</a></body></html>

Re: Classchange dialoq

Posted: Fri Jun 25, 2010 4:29 pm
by L2C4CyBeR
%name% - writes Fighter or Mage.
%menu% - class selection menu.
Everything you can change in Java.

Re: Classchange dialoq

Posted: Fri Jun 25, 2010 4:42 pm
by drum84
which java file?

Re: Classchange dialoq

Posted: Fri Jun 25, 2010 5:49 pm
by drum84
i searched for %menu%

all i could find was this:

Image


there must be a file where's written everything. i wanna edit something in there.. so, any idea?

Re: Classchange dialoq

Posted: Fri Jun 25, 2010 8:34 pm
by JIV
and you find it...