Fix for quest The Stolen Seed (10709).

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2019-10-25 12:02:32 +00:00
parent 8d3cec80ef
commit 356e02d429
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<html><body>Geographer Novain:<br>
The Forsaken Plains is where the lost relics of the giants are. It's a good place to find the traces of the times of the ancient giants.<br>
(Quest only available for characters Lv. 58 to 60 who have completed "The Guardian Giant" quest.)
(Quest only available for characters Lv. 56 to 61 who have completed "The Guardian Giant" quest.)
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Magic Circle Control Device:<br>
Nothing happens.<br>
(Quest only available for characters Lv. 58 to 60 who have completed "The Guardian Giant" quest.)
(Quest only available for characters Lv. 56 to 61 who have completed "The Guardian Giant" quest.)
</body></html>

View File

@@ -46,7 +46,7 @@ public class Q10709_TheStolenSeed extends Quest
private static final int BLESSED_SCROLL_OF_ESCAPE = 33640; // Blessed Scroll of Escape
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
// Misc
private static final int MIN_LEVEL = 58;
private static final int MIN_LEVEL = 56;
private static final int MAX_LEVEL = 61;
public Q10709_TheStolenSeed()

View File

@@ -1,4 +1,4 @@
<html><body>Geographer Novain:<br>
The Forsaken Plains is where the lost relics of the giants are. It's a good place to find the traces of the times of the ancient giants.<br>
(Quest only available for characters Lv. 58 to 60 who have completed "The Guardian Giant" quest.)
(Quest only available for characters Lv. 56 to 61 who have completed "The Guardian Giant" quest.)
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Magic Circle Control Device:<br>
Nothing happens.<br>
(Quest only available for characters Lv. 58 to 60 who have completed "The Guardian Giant" quest.)
(Quest only available for characters Lv. 56 to 61 who have completed "The Guardian Giant" quest.)
</body></html>

View File

@@ -46,7 +46,7 @@ public class Q10709_TheStolenSeed extends Quest
private static final int BLESSED_SCROLL_OF_ESCAPE = 33640; // Blessed Scroll of Escape
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
// Misc
private static final int MIN_LEVEL = 58;
private static final int MIN_LEVEL = 56;
private static final int MAX_LEVEL = 61;
public Q10709_TheStolenSeed()

View File

@@ -1,4 +1,4 @@
<html><body>Geographer Novain:<br>
The Forsaken Plains is where the lost relics of the giants are. It's a good place to find the traces of the times of the ancient giants.<br>
(Quest only available for characters Lv. 58 to 60 who have completed "The Guardian Giant" quest.)
(Quest only available for characters Lv. 56 to 61 who have completed "The Guardian Giant" quest.)
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Magic Circle Control Device:<br>
Nothing happens.<br>
(Quest only available for characters Lv. 58 to 60 who have completed "The Guardian Giant" quest.)
(Quest only available for characters Lv. 56 to 61 who have completed "The Guardian Giant" quest.)
</body></html>

View File

@@ -46,7 +46,7 @@ public class Q10709_TheStolenSeed extends Quest
private static final int BLESSED_SCROLL_OF_ESCAPE = 33640; // Blessed Scroll of Escape
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
// Misc
private static final int MIN_LEVEL = 58;
private static final int MIN_LEVEL = 56;
private static final int MAX_LEVEL = 61;
public Q10709_TheStolenSeed()