diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-01.htm b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-01.htm
index f1e197a192..c67b4e03fe 100644
--- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-01.htm
+++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-01.htm
@@ -1,4 +1,4 @@
Grand Master Roien:
You have travelled quite far from your homeland, young stranger of a foreign race. I'm sorry, but I have no work for you.
-(Quest for Human characters level 9 and above.)
+(Quest for Human characters level 10-16.)
\ No newline at end of file
diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-08.htm b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-08.htm
index 5232acf77a..0ef00bb9ec 100644
--- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-08.htm
+++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/30008-08.htm
@@ -1,5 +1,5 @@
Grand Master Roien:
Perhaps you have heard of the Sword of Solidarity? They say it is a fine blade treasured by the Elves that resided on this island long ago. These days, whenever I have the time I visit the libraries within Einhovant's School of Magic, to look through books and read stories related to the sword. Seeing that it is recorded not only in Human history books but also in those of the Elves, it seems certain that this sword really existed...
If this Sword of Solidarity really existed, wouldn't it be hidden somewhere on the island? Such a precious and magnificent blade as that would not be easily destroyed or abandoned... I plan to search the island for the sword some day. If you are interested, won't you come along?
-(Quest for Human characters level 9 and above.)
+(Quest for Human characters level 10-16.)
\ No newline at end of file
diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/Q00101_SwordOfSolidarity.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/Q00101_SwordOfSolidarity.java
index e196dce27e..9ffeae87da 100644
--- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/Q00101_SwordOfSolidarity.java
+++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00101_SwordOfSolidarity/Q00101_SwordOfSolidarity.java
@@ -49,7 +49,8 @@ public class Q00101_SwordOfSolidarity extends Quest
// Rewards
private static final int REWARDS = 49043; // Sword of Solidarity
// Misc
- private static final int MIN_LVL = 9;
+ private static final int MIN_LVL = 10;
+ private static final int MAX_LVL = 16;
public Q00101_SwordOfSolidarity()
{
@@ -58,6 +59,7 @@ public class Q00101_SwordOfSolidarity extends Quest
addKillId(MONSTERS);
addTalkId(ROIEN, ALTRAN);
registerQuestItems(BROKEN_SWORD_HANDLE, BROKEN_BLADE_BOTTOM, BROKEN_BLADE_TOP, ALTRANS_NOTE, ROIENS_LETTER, DIRECTIONS_TO_RUINS);
+ addCondMaxLevel(MAX_LVL, "30008-08.htm");
}
@Override
diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00102_SeaOfSporesFever/30284-08.htm b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00102_SeaOfSporesFever/30284-08.htm
index bed2f65669..f5583c521a 100644
--- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00102_SeaOfSporesFever/30284-08.htm
+++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00102_SeaOfSporesFever/30284-08.htm
@@ -2,5 +2,5 @@
Recently the Human Mystics of the Ivory Tower and the top Spellsingers of our race have been working together to research methods to purify the poisons that fill the Sea of Spores, and perhaps some day return it to the beautiful forest it used to be.
Recently Spellsinger Adria Lumingshine personally travelled to the Sea of Spores to gather materials necessary for research, and a few Sentinels, including myself, accompanied her to that horrendous place as her guards.
But after she returned from her journey, Adria fell ill of a fever. They say that she has been infected with the poison from the Sea of Spores. Master Cobendell is concocting a medication, but is worried that he may be short on ingredients. If he lacks ingredients for his fever remedy, I would ask your help in gathering those ingredients.
-(Elf characters with Level 12 and higher may undertake this quest.)
+(Elf characters with Level 12-18 may undertake this quest.)