diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html index 10fe557853..a7803c657d 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html @@ -6,4 +6,7 @@ Now, what level of certification do you want?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html index 133f010501..e842cffafd 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html @@ -1,5 +1,5 @@ Subclass/Dual Class Certificate Manager Trandon:
Haven't you already been certified for level %level%? Young ones these days...listen carefully. -You can get certified a total of 4 times for the dual class - when your main and dual class levels are at 85, 90, 95, and 99. +You can get certified a total of 7 times for the dual class - when your main and dual class levels are at 85, 90, 95, 99, 101, 103, and 105. \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java index 63edfc4dcb..5a76ffddaf 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java @@ -49,7 +49,7 @@ public final class Trandon extends AbstractNpcAI private static final int DUAL_CERTIFICATE = 36078; // Misc @formatter:off private static final int[] SUB_SKILL_LEVELS = {65, 70, 75, 80}; - private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99}; + private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99, 101, 103, 105}; // @formatter:on private Trandon() @@ -234,7 +234,7 @@ public final class Trandon extends AbstractNpcAI } final int index = Integer.parseInt(substrings[1]); - if ((index < 0) || (index > 3)) + if ((index < 0) || (index > (DUAL_SKILL_LEVELS.length - 1))) { return null; } diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html index 10fe557853..a7803c657d 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html @@ -6,4 +6,7 @@ Now, what level of certification do you want?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html index 133f010501..e842cffafd 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html @@ -1,5 +1,5 @@ Subclass/Dual Class Certificate Manager Trandon:
Haven't you already been certified for level %level%? Young ones these days...listen carefully. -You can get certified a total of 4 times for the dual class - when your main and dual class levels are at 85, 90, 95, and 99. +You can get certified a total of 7 times for the dual class - when your main and dual class levels are at 85, 90, 95, 99, 101, 103, and 105. \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java index 63edfc4dcb..5a76ffddaf 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java @@ -49,7 +49,7 @@ public final class Trandon extends AbstractNpcAI private static final int DUAL_CERTIFICATE = 36078; // Misc @formatter:off private static final int[] SUB_SKILL_LEVELS = {65, 70, 75, 80}; - private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99}; + private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99, 101, 103, 105}; // @formatter:on private Trandon() @@ -234,7 +234,7 @@ public final class Trandon extends AbstractNpcAI } final int index = Integer.parseInt(substrings[1]); - if ((index < 0) || (index > 3)) + if ((index < 0) || (index > (DUAL_SKILL_LEVELS.length - 1))) { return null; } diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html index 10fe557853..a7803c657d 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html @@ -6,4 +6,7 @@ Now, what level of certification do you want?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html index 133f010501..e842cffafd 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html @@ -1,5 +1,5 @@ Subclass/Dual Class Certificate Manager Trandon:
Haven't you already been certified for level %level%? Young ones these days...listen carefully. -You can get certified a total of 4 times for the dual class - when your main and dual class levels are at 85, 90, 95, and 99. +You can get certified a total of 7 times for the dual class - when your main and dual class levels are at 85, 90, 95, 99, 101, 103, and 105. \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java index 63edfc4dcb..5a76ffddaf 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java @@ -49,7 +49,7 @@ public final class Trandon extends AbstractNpcAI private static final int DUAL_CERTIFICATE = 36078; // Misc @formatter:off private static final int[] SUB_SKILL_LEVELS = {65, 70, 75, 80}; - private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99}; + private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99, 101, 103, 105}; // @formatter:on private Trandon() @@ -234,7 +234,7 @@ public final class Trandon extends AbstractNpcAI } final int index = Integer.parseInt(substrings[1]); - if ((index < 0) || (index > 3)) + if ((index < 0) || (index > (DUAL_SKILL_LEVELS.length - 1))) { return null; } diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html index 10fe557853..a7803c657d 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-26.html @@ -6,4 +6,7 @@ Now, what level of certification do you want?
+ + + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html index 133f010501..e842cffafd 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/33490-27.html @@ -1,5 +1,5 @@ Subclass/Dual Class Certificate Manager Trandon:
Haven't you already been certified for level %level%? Young ones these days...listen carefully. -You can get certified a total of 4 times for the dual class - when your main and dual class levels are at 85, 90, 95, and 99. +You can get certified a total of 7 times for the dual class - when your main and dual class levels are at 85, 90, 95, 99, 101, 103, and 105. \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java index 63edfc4dcb..5a76ffddaf 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/TalkingIsland/Trandon/Trandon.java @@ -49,7 +49,7 @@ public final class Trandon extends AbstractNpcAI private static final int DUAL_CERTIFICATE = 36078; // Misc @formatter:off private static final int[] SUB_SKILL_LEVELS = {65, 70, 75, 80}; - private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99}; + private static final int[] DUAL_SKILL_LEVELS = {85, 90, 95, 99, 101, 103, 105}; // @formatter:on private Trandon() @@ -234,7 +234,7 @@ public final class Trandon extends AbstractNpcAI } final int index = Integer.parseInt(substrings[1]); - if ((index < 0) || (index > 3)) + if ((index < 0) || (index > (DUAL_SKILL_LEVELS.length - 1))) { return null; }