diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/33449-05.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/33449-05.html new file mode 100644 index 0000000000..61b43a4f1b --- /dev/null +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/33449-05.html @@ -0,0 +1,4 @@ +Chesha:
+You can't let emotions get in the way of your mission as Ranger.
+(Only characters who have completed the Ranger's Role quest, and are between levels 9 and 20, may start this quest.) + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/Q10362_CertificationOfTheSeeker.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/Q10362_CertificationOfTheSeeker.java index 9ba7727d2b..fc29cb2164 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/Q10362_CertificationOfTheSeeker.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10362_CertificationOfTheSeeker/Q10362_CertificationOfTheSeeker.java @@ -54,8 +54,8 @@ public final class Q10362_CertificationOfTheSeeker extends Quest addStartNpc(LAKCIS); addTalkId(LAKCIS, CHESHA, NAGEL); addKillId(STALKER, CRAWLER); - addCondLevel(MIN_LEVEL, MAX_LEVEL, "33449-07.html"); - addCondCompletedQuest(Q10330_ToTheRuinsOfYeSagira.class.getSimpleName(), "33449-07.html"); + addCondLevel(MIN_LEVEL, MAX_LEVEL, "33449-05.html"); + addCondCompletedQuest(Q10330_ToTheRuinsOfYeSagira.class.getSimpleName(), "33449-05.html"); } @Override