Fix for quest The Stolen Seed (10709).
Contributed by Edoo.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Geographer Novain:<br>
|
<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>
|
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>
|
</body></html>
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Magic Circle Control Device:<br>
|
<html><body>Magic Circle Control Device:<br>
|
||||||
Nothing happens.<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>
|
</body></html>
|
@@ -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 BLESSED_SCROLL_OF_ESCAPE = 33640; // Blessed Scroll of Escape
|
||||||
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
|
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 58;
|
private static final int MIN_LEVEL = 56;
|
||||||
private static final int MAX_LEVEL = 61;
|
private static final int MAX_LEVEL = 61;
|
||||||
|
|
||||||
public Q10709_TheStolenSeed()
|
public Q10709_TheStolenSeed()
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Geographer Novain:<br>
|
<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>
|
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>
|
</body></html>
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Magic Circle Control Device:<br>
|
<html><body>Magic Circle Control Device:<br>
|
||||||
Nothing happens.<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>
|
</body></html>
|
@@ -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 BLESSED_SCROLL_OF_ESCAPE = 33640; // Blessed Scroll of Escape
|
||||||
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
|
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 58;
|
private static final int MIN_LEVEL = 56;
|
||||||
private static final int MAX_LEVEL = 61;
|
private static final int MAX_LEVEL = 61;
|
||||||
|
|
||||||
public Q10709_TheStolenSeed()
|
public Q10709_TheStolenSeed()
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Geographer Novain:<br>
|
<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>
|
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>
|
</body></html>
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Magic Circle Control Device:<br>
|
<html><body>Magic Circle Control Device:<br>
|
||||||
Nothing happens.<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>
|
</body></html>
|
@@ -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 BLESSED_SCROLL_OF_ESCAPE = 33640; // Blessed Scroll of Escape
|
||||||
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
|
private static final int PAULINA_EQUIPMENT_SET = 46851; // Paulina's Equipment Set (A-grade)
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 58;
|
private static final int MIN_LEVEL = 56;
|
||||||
private static final int MAX_LEVEL = 61;
|
private static final int MAX_LEVEL = 61;
|
||||||
|
|
||||||
public Q10709_TheStolenSeed()
|
public Q10709_TheStolenSeed()
|
||||||
|
Reference in New Issue
Block a user