Skip to content
Snippets Groups Projects
Commit c52d831f authored by nonom's avatar nonom
Browse files

BETA: Fix for the Q10271 The Enveloping Darkness after the latest improvements.

parent 0b6cf721
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public class Q10271_TheEnvelopingDarkness extends Quest
{
htmltext = "32556-02.html";
}
else if (st.isCreated())
else if (st.isStarted())
{
switch (st.getInt("cond"))
{
......@@ -107,7 +107,7 @@ public class Q10271_TheEnvelopingDarkness extends Quest
{
htmltext = "32528-02.html";
}
else if (st.isCreated())
else if (st.isStarted())
{
switch (st.getInt("cond"))
{
......
<html><head><body>War Mage Artius:<br>
We need 100 Powders of Broken Light. Bring more, quickly!<br>
Purify <font color="LEVEL">Powdesr of Broken Darkness</font> in the shadow of the Mother Tree north of the Elven Village to create <font color="LEVEL">Powder of Broken Light</font>.
Purify <font color="LEVEL">Powders of Broken Darkness</font> in the shadow of the Mother Tree north of the Elven Village to create <font color="LEVEL">Powder of Broken Light</font>.
Then bring it to me.</body></html>
<html><body>Engineer Lekon:<br>
Do you know what powers the Airships? It's ancient Giant technology. But you need <font color="LEVEL">Star Stones</font> to power, maintain and repair a Airship. They can only be found in the skies of Gracia. It's not easy to collect these stones, especially since they tend to attract some rather nasty monsters. But don't you think they're worth the risk, given their rarity and value?<br>
I think you've got all the makings of a fine Star Stone collector, actually. What do you say? Will you do it?<br>
<a action="bypass -h Quest 10274_CollectingInTheAir 32557-03.htm">Say yes.</a>
<a action="bypass -h Quest 10274_CollectingInTheAir 32557-03.html">Say yes.</a>
</body></html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment