From 7447c57a574017c7d66229e12286098a7cf7ea25 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:43:07 +0000 Subject: [PATCH] Addition of Vanguard classes to ClassMaster. --- .../scripts/ai/others/ClassMaster/ClassMaster.java | 10 ++++++++++ .../ai/others/ClassMaster/test_server_helper020j.html | 4 ++++ .../ai/others/ClassMaster/test_server_helper026o.html | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper020j.html create mode 100644 L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper026o.html diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/ClassMaster.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/ClassMaster.java index 35550efdd2..1244f75b05 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/ClassMaster.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/ClassMaster.java @@ -506,6 +506,11 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader htmltext = "test_server_helper026n.html"; break; } + case ORC_LANCER: + { + htmltext = "test_server_helper026o.html"; + break; + } } } } @@ -703,6 +708,11 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader htmltext = "test_server_helper020i.html"; break; } + case RIDER: + { + htmltext = "test_server_helper020j.html"; + break; + } } } } diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper020j.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper020j.html new file mode 100644 index 0000000000..0ce78056b1 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper020j.html @@ -0,0 +1,4 @@ +Test Server Helper:
+To which class do you wish to transfer?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper026o.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper026o.html new file mode 100644 index 0000000000..5566468c0a --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/ai/others/ClassMaster/test_server_helper026o.html @@ -0,0 +1,4 @@ +Test Server Helper:
+To which class do you wish to transfer?
+ + \ No newline at end of file