Q10472_WindsOfFate_EncroachingShadows improvements.
Contributed by Stayway.
This commit is contained in:
parent
090ac70e0b
commit
20f842a24e
@ -1,5 +1,5 @@
|
||||
<html><body>Karla:<br>
|
||||
<font color="LEVEL">%charname%</font>? You look so much stronger than before! I heard that you're on a mission after some Counterfeit Atelia. You've become quite a reliable warrior!<br>
|
||||
<font color="LEVEL">%name%</font>? You look so much stronger than before! I heard that you're on a mission after some Counterfeit Atelia. You've become quite a reliable warrior!<br>
|
||||
But what happened to you? I can feel the Giants' power swirling inside you.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10472_WindsOfFate_EncroachingShadows 33933-02.html">"Well..."</Button>
|
||||
</body></html>
|
@ -440,10 +440,7 @@ public class Q10472_WindsOfFate_EncroachingShadows extends Quest
|
||||
{
|
||||
final String html = getHtm(player.getHtmlPrefix(), "33491-01.html");
|
||||
return html.replace("%name%", player.getName());
|
||||
}
|
||||
htmltext = "33491-01.html";
|
||||
{
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
case KARLA:
|
||||
@ -452,8 +449,6 @@ public class Q10472_WindsOfFate_EncroachingShadows extends Quest
|
||||
{
|
||||
final String html = getHtm(player.getHtmlPrefix(), "33933-01.html");
|
||||
return html.replace("%name%", player.getName());
|
||||
}
|
||||
htmltext = "33933-01.html";
|
||||
}
|
||||
if (qs.isCond(19))
|
||||
{
|
||||
@ -462,6 +457,7 @@ public class Q10472_WindsOfFate_EncroachingShadows extends Quest
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user