Chronicle 4 branch.
This commit is contained in:
7
L2J_Mobius_C4/dist/game/data/html/classmaster/12371.htm
vendored
Normal file
7
L2J_Mobius_C4/dist/game/data/html/classmaster/12371.htm
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<html><body>
|
||||
Buzz the Cat:<br>
|
||||
How can I help you?<br>
|
||||
<a action="bypass -h npc_%objectId%_1stClass">Complete the first class transfer.</a><br>
|
||||
<td><a action="bypass -h npc_%objectId%_2ndClass">Complete the second class transfer.</a><br>
|
||||
<td><a action="bypass -h npc_%objectId%_3rdClass">Transfer from the second class to the third class.</a><br>
|
||||
</body></html>
|
4
L2J_Mobius_C4/dist/game/data/html/classmaster/comebacklater.htm
vendored
Normal file
4
L2J_Mobius_C4/dist/game/data/html/classmaster/comebacklater.htm
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<html><body>
|
||||
Sorry, no more class changes available.<br>
|
||||
Come back here when you reach level %level% to change your class.
|
||||
</body></html>
|
3
L2J_Mobius_C4/dist/game/data/html/classmaster/disabled.htm
vendored
Normal file
3
L2J_Mobius_C4/dist/game/data/html/classmaster/disabled.htm
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<html><body>
|
||||
Sorry, Class Master was disabled by GM.
|
||||
</body></html>
|
3
L2J_Mobius_C4/dist/game/data/html/classmaster/nomore.htm
vendored
Normal file
3
L2J_Mobius_C4/dist/game/data/html/classmaster/nomore.htm
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<html><body>
|
||||
Sorry, no more class changes available.
|
||||
</body></html>
|
3
L2J_Mobius_C4/dist/game/data/html/classmaster/ok.htm
vendored
Normal file
3
L2J_Mobius_C4/dist/game/data/html/classmaster/ok.htm
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<html><body>
|
||||
You have now become a <font color="LEVEL">%name%</font>.
|
||||
</body></html>
|
9
L2J_Mobius_C4/dist/game/data/html/classmaster/template.htm
vendored
Normal file
9
L2J_Mobius_C4/dist/game/data/html/classmaster/template.htm
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<html><body>
|
||||
<center>%name% Class Master:</center><br>
|
||||
%menu%
|
||||
<br>
|
||||
<br>Item(s) required for class change:
|
||||
<table width=270>
|
||||
%req_items%
|
||||
</table>
|
||||
</body></html>
|
11
L2J_Mobius_C4/dist/game/data/html/classmaster/tutorialtemplate.htm
vendored
Normal file
11
L2J_Mobius_C4/dist/game/data/html/classmaster/tutorialtemplate.htm
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<html><body>
|
||||
<center>%name% Class Master:</center><br>
|
||||
%menu%
|
||||
<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>
|
Reference in New Issue
Block a user