diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java index 433dee9a14..302d66aaa5 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java @@ -82,6 +82,7 @@ public class Q00344_1000YearsTheEndOfLamentation extends Quest addStartNpc(GILMORE); addTalkId(KAIEN, GARVARENTZ, GILMORE, RODEMAI, ORVEN); addKillId(MONSTER_CHANCES.keySet()); + addCondLevel(MIN_LVL, MAX_LVL, "nolevel.html"); registerQuestItems(ARTICLES, OLD_KEY.getId(), OLD_HILT.getId(), TOTEM_NECKLACE.getId(), CRUCIFIX.getId()); } diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html new file mode 100644 index 0000000000..a93a0bdd7e --- /dev/null +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html @@ -0,0 +1,3 @@ +You don't meet level requirements
+(Only characters above min Lv.48 max Lv.55.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java index 433dee9a14..302d66aaa5 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java @@ -82,6 +82,7 @@ public class Q00344_1000YearsTheEndOfLamentation extends Quest addStartNpc(GILMORE); addTalkId(KAIEN, GARVARENTZ, GILMORE, RODEMAI, ORVEN); addKillId(MONSTER_CHANCES.keySet()); + addCondLevel(MIN_LVL, MAX_LVL, "nolevel.html"); registerQuestItems(ARTICLES, OLD_KEY.getId(), OLD_HILT.getId(), TOTEM_NECKLACE.getId(), CRUCIFIX.getId()); } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html new file mode 100644 index 0000000000..a93a0bdd7e --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html @@ -0,0 +1,3 @@ +You don't meet level requirements
+(Only characters above min Lv.48 max Lv.55.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 432703141a..6a00fe5262 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -62,8 +62,8 @@ public class Q00787_TheRoleOfAWatcher extends Quest private static final int DRAGON_BONE_FRAGMENT = 39737; // max 900 private static final int EMISSARY_REWARD_BOX = 39728; // Emissary's Reward Box (High-grade) // Misc - private static final int MIN_LEVEL = 75; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; public Q00787_TheRoleOfAWatcher() { diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html index 1c74eebd71..266e67b8d1 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html @@ -1,3 +1,3 @@ You don't meet level requirements
-(Quest available from level 75 - 85) +(Only characters above min Lv.81 max Lv.84.) \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm index 92db2958ca..dac2ffbccd 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm @@ -1,4 +1,4 @@ Namo:
I don't trust you.
-(Characters must be Lv. 65 or above to perform this quest.) +(Characters must be Lv. 81 or above to perform this quest.) \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java index 0159f7f132..dae8ede2dd 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java @@ -56,8 +56,8 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest // Items private static final int EAS = 960; // Misc - private static final int MIN_LEVEL = 76; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; private static final String KILL_COUNT_VAR = "KillCount"; public Q10799_StrangeThingsAfootInTheValley() diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java index 433dee9a14..302d66aaa5 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java @@ -82,6 +82,7 @@ public class Q00344_1000YearsTheEndOfLamentation extends Quest addStartNpc(GILMORE); addTalkId(KAIEN, GARVARENTZ, GILMORE, RODEMAI, ORVEN); addKillId(MONSTER_CHANCES.keySet()); + addCondLevel(MIN_LVL, MAX_LVL, "nolevel.html"); registerQuestItems(ARTICLES, OLD_KEY.getId(), OLD_HILT.getId(), TOTEM_NECKLACE.getId(), CRUCIFIX.getId()); } diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html new file mode 100644 index 0000000000..a93a0bdd7e --- /dev/null +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html @@ -0,0 +1,3 @@ +You don't meet level requirements
+(Only characters above min Lv.48 max Lv.55.) + \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 432703141a..6a00fe5262 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -62,8 +62,8 @@ public class Q00787_TheRoleOfAWatcher extends Quest private static final int DRAGON_BONE_FRAGMENT = 39737; // max 900 private static final int EMISSARY_REWARD_BOX = 39728; // Emissary's Reward Box (High-grade) // Misc - private static final int MIN_LEVEL = 75; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; public Q00787_TheRoleOfAWatcher() { diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html index 1c74eebd71..266e67b8d1 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html @@ -1,3 +1,3 @@ You don't meet level requirements
-(Quest available from level 75 - 85) +(Only characters above min Lv.81 max Lv.84.) \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm index 92db2958ca..dac2ffbccd 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm @@ -1,4 +1,4 @@ Namo:
I don't trust you.
-(Characters must be Lv. 65 or above to perform this quest.) +(Characters must be Lv. 81 or above to perform this quest.) \ No newline at end of file diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java index 0bc1e92955..c952c4bc5b 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java @@ -54,8 +54,8 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest 23440, // Headless Knight }; // Misc - private static final int MIN_LEVEL = 76; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; private static final String KILL_COUNT_VAR = "KillCount"; public Q10799_StrangeThingsAfootInTheValley() diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java index 433dee9a14..302d66aaa5 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java @@ -82,6 +82,7 @@ public class Q00344_1000YearsTheEndOfLamentation extends Quest addStartNpc(GILMORE); addTalkId(KAIEN, GARVARENTZ, GILMORE, RODEMAI, ORVEN); addKillId(MONSTER_CHANCES.keySet()); + addCondLevel(MIN_LVL, MAX_LVL, "nolevel.html"); registerQuestItems(ARTICLES, OLD_KEY.getId(), OLD_HILT.getId(), TOTEM_NECKLACE.getId(), CRUCIFIX.getId()); } diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html new file mode 100644 index 0000000000..a93a0bdd7e --- /dev/null +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html @@ -0,0 +1,3 @@ +You don't meet level requirements
+(Only characters above min Lv.48 max Lv.55.) + \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 432703141a..6a00fe5262 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -62,8 +62,8 @@ public class Q00787_TheRoleOfAWatcher extends Quest private static final int DRAGON_BONE_FRAGMENT = 39737; // max 900 private static final int EMISSARY_REWARD_BOX = 39728; // Emissary's Reward Box (High-grade) // Misc - private static final int MIN_LEVEL = 75; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; public Q00787_TheRoleOfAWatcher() { diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html index 1c74eebd71..266e67b8d1 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html @@ -1,3 +1,3 @@ You don't meet level requirements
-(Quest available from level 75 - 85) +(Only characters above min Lv.81 max Lv.84.) \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm index 92db2958ca..dac2ffbccd 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm @@ -1,4 +1,4 @@ Namo:
I don't trust you.
-(Characters must be Lv. 65 or above to perform this quest.) +(Characters must be Lv. 81 or above to perform this quest.) \ No newline at end of file diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java index 0bc1e92955..c952c4bc5b 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java @@ -54,8 +54,8 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest 23440, // Headless Knight }; // Misc - private static final int MIN_LEVEL = 76; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; private static final String KILL_COUNT_VAR = "KillCount"; public Q10799_StrangeThingsAfootInTheValley() diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java index 433dee9a14..302d66aaa5 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java @@ -82,6 +82,7 @@ public class Q00344_1000YearsTheEndOfLamentation extends Quest addStartNpc(GILMORE); addTalkId(KAIEN, GARVARENTZ, GILMORE, RODEMAI, ORVEN); addKillId(MONSTER_CHANCES.keySet()); + addCondLevel(MIN_LVL, MAX_LVL, "nolevel.html"); registerQuestItems(ARTICLES, OLD_KEY.getId(), OLD_HILT.getId(), TOTEM_NECKLACE.getId(), CRUCIFIX.getId()); } diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html new file mode 100644 index 0000000000..a93a0bdd7e --- /dev/null +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html @@ -0,0 +1,3 @@ +You don't meet level requirements
+(Only characters above min Lv.48 max Lv.55.) + \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 432703141a..6a00fe5262 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -62,8 +62,8 @@ public class Q00787_TheRoleOfAWatcher extends Quest private static final int DRAGON_BONE_FRAGMENT = 39737; // max 900 private static final int EMISSARY_REWARD_BOX = 39728; // Emissary's Reward Box (High-grade) // Misc - private static final int MIN_LEVEL = 75; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; public Q00787_TheRoleOfAWatcher() { diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html index 1c74eebd71..266e67b8d1 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html @@ -1,3 +1,3 @@ You don't meet level requirements
-(Quest available from level 75 - 85) +(Only characters above min Lv.81 max Lv.84.) \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm index 92db2958ca..dac2ffbccd 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm @@ -1,4 +1,4 @@ Namo:
I don't trust you.
-(Characters must be Lv. 65 or above to perform this quest.) +(Characters must be Lv. 81 or above to perform this quest.) \ No newline at end of file diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java index 0bc1e92955..c952c4bc5b 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java @@ -54,8 +54,8 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest 23440, // Headless Knight }; // Misc - private static final int MIN_LEVEL = 76; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; private static final String KILL_COUNT_VAR = "KillCount"; public Q10799_StrangeThingsAfootInTheValley() diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java index 433dee9a14..302d66aaa5 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/Q00344_1000YearsTheEndOfLamentation.java @@ -82,6 +82,7 @@ public class Q00344_1000YearsTheEndOfLamentation extends Quest addStartNpc(GILMORE); addTalkId(KAIEN, GARVARENTZ, GILMORE, RODEMAI, ORVEN); addKillId(MONSTER_CHANCES.keySet()); + addCondLevel(MIN_LVL, MAX_LVL, "nolevel.html"); registerQuestItems(ARTICLES, OLD_KEY.getId(), OLD_HILT.getId(), TOTEM_NECKLACE.getId(), CRUCIFIX.getId()); } diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html new file mode 100644 index 0000000000..a93a0bdd7e --- /dev/null +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00344_1000YearsTheEndOfLamentation/nolevel.html @@ -0,0 +1,3 @@ +You don't meet level requirements
+(Only characters above min Lv.48 max Lv.55.) + \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java index 432703141a..6a00fe5262 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/Q00787_TheRoleOfAWatcher.java @@ -62,8 +62,8 @@ public class Q00787_TheRoleOfAWatcher extends Quest private static final int DRAGON_BONE_FRAGMENT = 39737; // max 900 private static final int EMISSARY_REWARD_BOX = 39728; // Emissary's Reward Box (High-grade) // Misc - private static final int MIN_LEVEL = 75; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; public Q00787_TheRoleOfAWatcher() { diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html index 1c74eebd71..266e67b8d1 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q00787_TheRoleOfAWatcher/no_level.html @@ -1,3 +1,3 @@ You don't meet level requirements
-(Quest available from level 75 - 85) +(Only characters above min Lv.81 max Lv.84.) \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm index 92db2958ca..dac2ffbccd 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/33973-09.htm @@ -1,4 +1,4 @@ Namo:
I don't trust you.
-(Characters must be Lv. 65 or above to perform this quest.) +(Characters must be Lv. 81 or above to perform this quest.) \ No newline at end of file diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java index 0bc1e92955..c952c4bc5b 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/quests/Q10799_StrangeThingsAfootInTheValley/Q10799_StrangeThingsAfootInTheValley.java @@ -54,8 +54,8 @@ public class Q10799_StrangeThingsAfootInTheValley extends Quest 23440, // Headless Knight }; // Misc - private static final int MIN_LEVEL = 76; - private static final int MAX_LEVEL = 85; + private static final int MIN_LEVEL = 81; + private static final int MAX_LEVEL = 84; private static final String KILL_COUNT_VAR = "KillCount"; public Q10799_StrangeThingsAfootInTheValley()