Proper naming for quest Success/Failure Of Business (238) html files.

This commit is contained in:
MobiusDev
2018-06-08 14:49:48 +00:00
parent 303d959143
commit b76cccdcde
60 changed files with 70 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br> Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br>
If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br> If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-02.htm">"What is that favor?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-02.htm">"What is that favor?"</Button>
</body></html> </body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
It's very simple.<br> It's very simple.<br>
If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br> If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-03.html">Reply that you will do it.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-03.html">Reply that you will do it.</Button>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Hm.... You completed the favor I asked you well. But....<br> Hm.... You completed the favor I asked you well. But....<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-06.html">"But?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-06.html">"But?"</Button>
</body></html> </body></html>

View File

@@ -69,18 +69,18 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
String htmltext = null; String htmltext = null;
switch (event) switch (event)
{ {
case "32461-02.htm": case "32641-02.htm":
{ {
htmltext = event; htmltext = event;
break; break;
} }
case "32461-03.html": case "32641-03.html":
{ {
st.startQuest(); st.startQuest();
htmltext = event; htmltext = event;
break; break;
} }
case "32461-06.html": case "32641-06.html":
{ {
if (st.isCond(2)) if (st.isCond(2))
{ {
@@ -149,7 +149,7 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case State.COMPLETED: case State.COMPLETED:
{ {
htmltext = "32461-09.html"; htmltext = "32641-09.html";
break; break;
} }
case State.CREATED: case State.CREATED:
@@ -158,15 +158,15 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName()); final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName());
if ((q239 != null) && q239.isCompleted()) if ((q239 != null) && q239.isCompleted())
{ {
htmltext = "32461-10.html"; htmltext = "32641-10.html";
} }
else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS)) else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS))
{ {
htmltext = "32461-01.htm"; htmltext = "32641-01.htm";
} }
else else
{ {
htmltext = "32461-00.html"; htmltext = "32641-00.html";
} }
break; break;
} }
@@ -176,28 +176,28 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case 1: case 1:
{ {
htmltext = "32461-04.html"; htmltext = "32641-04.html";
break; break;
} }
case 2: case 2:
{ {
if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED) if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED)
{ {
htmltext = "32461-05.html"; htmltext = "32641-05.html";
takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1); takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1);
} }
break; break;
} }
case 3: case 3:
{ {
htmltext = "32461-07.html"; htmltext = "32641-07.html";
break; break;
} }
case 4: case 4:
{ {
if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED) if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED)
{ {
htmltext = "32461-08.html"; htmltext = "32641-08.html";
giveAdena(talker, 283346, true); giveAdena(talker, 283346, true);
takeItems(talker, VICINITY_OF_FOS, 1); takeItems(talker, VICINITY_OF_FOS, 1);
addExpAndSp(talker, 1319736, 103553); addExpAndSp(talker, 1319736, 103553);

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br> Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br>
If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br> If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-02.htm">"What is that favor?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-02.htm">"What is that favor?"</Button>
</body></html> </body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
It's very simple.<br> It's very simple.<br>
If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br> If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-03.html">Reply that you will do it.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-03.html">Reply that you will do it.</Button>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Hm.... You completed the favor I asked you well. But....<br> Hm.... You completed the favor I asked you well. But....<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-06.html">"But?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-06.html">"But?"</Button>
</body></html> </body></html>

View File

@@ -69,18 +69,18 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
String htmltext = null; String htmltext = null;
switch (event) switch (event)
{ {
case "32461-02.htm": case "32641-02.htm":
{ {
htmltext = event; htmltext = event;
break; break;
} }
case "32461-03.html": case "32641-03.html":
{ {
st.startQuest(); st.startQuest();
htmltext = event; htmltext = event;
break; break;
} }
case "32461-06.html": case "32641-06.html":
{ {
if (st.isCond(2)) if (st.isCond(2))
{ {
@@ -149,7 +149,7 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case State.COMPLETED: case State.COMPLETED:
{ {
htmltext = "32461-09.html"; htmltext = "32641-09.html";
break; break;
} }
case State.CREATED: case State.CREATED:
@@ -158,15 +158,15 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName()); final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName());
if ((q239 != null) && q239.isCompleted()) if ((q239 != null) && q239.isCompleted())
{ {
htmltext = "32461-10.html"; htmltext = "32641-10.html";
} }
else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS)) else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS))
{ {
htmltext = "32461-01.htm"; htmltext = "32641-01.htm";
} }
else else
{ {
htmltext = "32461-00.html"; htmltext = "32641-00.html";
} }
break; break;
} }
@@ -176,28 +176,28 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case 1: case 1:
{ {
htmltext = "32461-04.html"; htmltext = "32641-04.html";
break; break;
} }
case 2: case 2:
{ {
if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED) if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED)
{ {
htmltext = "32461-05.html"; htmltext = "32641-05.html";
takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1); takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1);
} }
break; break;
} }
case 3: case 3:
{ {
htmltext = "32461-07.html"; htmltext = "32641-07.html";
break; break;
} }
case 4: case 4:
{ {
if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED) if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED)
{ {
htmltext = "32461-08.html"; htmltext = "32641-08.html";
giveAdena(talker, 283346, true); giveAdena(talker, 283346, true);
takeItems(talker, VICINITY_OF_FOS, 1); takeItems(talker, VICINITY_OF_FOS, 1);
addExpAndSp(talker, 1319736, 103553); addExpAndSp(talker, 1319736, 103553);

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br> Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br>
If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br> If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-02.htm">"What is that favor?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-02.htm">"What is that favor?"</Button>
</body></html> </body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
It's very simple.<br> It's very simple.<br>
If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br> If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-03.html">Reply that you will do it.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-03.html">Reply that you will do it.</Button>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Hm.... You completed the favor I asked you well. But....<br> Hm.... You completed the favor I asked you well. But....<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-06.html">"But?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-06.html">"But?"</Button>
</body></html> </body></html>

View File

@@ -69,18 +69,18 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
String htmltext = null; String htmltext = null;
switch (event) switch (event)
{ {
case "32461-02.htm": case "32641-02.htm":
{ {
htmltext = event; htmltext = event;
break; break;
} }
case "32461-03.html": case "32641-03.html":
{ {
st.startQuest(); st.startQuest();
htmltext = event; htmltext = event;
break; break;
} }
case "32461-06.html": case "32641-06.html":
{ {
if (st.isCond(2)) if (st.isCond(2))
{ {
@@ -149,7 +149,7 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case State.COMPLETED: case State.COMPLETED:
{ {
htmltext = "32461-09.html"; htmltext = "32641-09.html";
break; break;
} }
case State.CREATED: case State.CREATED:
@@ -158,15 +158,15 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName()); final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName());
if ((q239 != null) && q239.isCompleted()) if ((q239 != null) && q239.isCompleted())
{ {
htmltext = "32461-10.html"; htmltext = "32641-10.html";
} }
else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS)) else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS))
{ {
htmltext = "32461-01.htm"; htmltext = "32641-01.htm";
} }
else else
{ {
htmltext = "32461-00.html"; htmltext = "32641-00.html";
} }
break; break;
} }
@@ -176,28 +176,28 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case 1: case 1:
{ {
htmltext = "32461-04.html"; htmltext = "32641-04.html";
break; break;
} }
case 2: case 2:
{ {
if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED) if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED)
{ {
htmltext = "32461-05.html"; htmltext = "32641-05.html";
takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1); takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1);
} }
break; break;
} }
case 3: case 3:
{ {
htmltext = "32461-07.html"; htmltext = "32641-07.html";
break; break;
} }
case 4: case 4:
{ {
if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED) if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED)
{ {
htmltext = "32461-08.html"; htmltext = "32641-08.html";
giveAdena(talker, 283346, true); giveAdena(talker, 283346, true);
takeItems(talker, VICINITY_OF_FOS, 1); takeItems(talker, VICINITY_OF_FOS, 1);
addExpAndSp(talker, 1319736, 103553); addExpAndSp(talker, 1319736, 103553);

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br> Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br>
If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br> If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-02.htm">"What is that favor?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-02.htm">"What is that favor?"</Button>
</body></html> </body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
It's very simple.<br> It's very simple.<br>
If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br> If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-03.html">Reply that you will do it.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-03.html">Reply that you will do it.</Button>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Hm.... You completed the favor I asked you well. But....<br> Hm.... You completed the favor I asked you well. But....<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-06.html">"But?"</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-06.html">"But?"</Button>
</body></html> </body></html>

View File

@@ -69,18 +69,18 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
String htmltext = null; String htmltext = null;
switch (event) switch (event)
{ {
case "32461-02.htm": case "32641-02.htm":
{ {
htmltext = event; htmltext = event;
break; break;
} }
case "32461-03.html": case "32641-03.html":
{ {
st.startQuest(); st.startQuest();
htmltext = event; htmltext = event;
break; break;
} }
case "32461-06.html": case "32641-06.html":
{ {
if (st.isCond(2)) if (st.isCond(2))
{ {
@@ -149,7 +149,7 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case State.COMPLETED: case State.COMPLETED:
{ {
htmltext = "32461-09.html"; htmltext = "32641-09.html";
break; break;
} }
case State.CREATED: case State.CREATED:
@@ -158,15 +158,15 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName()); final QuestState q239 = st.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName());
if ((q239 != null) && q239.isCompleted()) if ((q239 != null) && q239.isCompleted())
{ {
htmltext = "32461-10.html"; htmltext = "32641-10.html";
} }
else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS)) else if ((q237 != null) && q237.isCompleted() && (talker.getLevel() >= MIN_LEVEL) && hasQuestItems(talker, VICINITY_OF_FOS))
{ {
htmltext = "32461-01.htm"; htmltext = "32641-01.htm";
} }
else else
{ {
htmltext = "32461-00.html"; htmltext = "32641-00.html";
} }
break; break;
} }
@@ -176,28 +176,28 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case 1: case 1:
{ {
htmltext = "32461-04.html"; htmltext = "32641-04.html";
break; break;
} }
case 2: case 2:
{ {
if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED) if (getQuestItemsCount(talker, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED)
{ {
htmltext = "32461-05.html"; htmltext = "32641-05.html";
takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1); takeItems(talker, BROKEN_PIECE_OF_MAGIC_FORCE, -1);
} }
break; break;
} }
case 3: case 3:
{ {
htmltext = "32461-07.html"; htmltext = "32641-07.html";
break; break;
} }
case 4: case 4:
{ {
if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED) if (getQuestItemsCount(talker, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED)
{ {
htmltext = "32461-08.html"; htmltext = "32641-08.html";
giveAdena(talker, 283346, true); giveAdena(talker, 283346, true);
takeItems(talker, VICINITY_OF_FOS, 1); takeItems(talker, VICINITY_OF_FOS, 1);
addExpAndSp(talker, 1319736, 103553); addExpAndSp(talker, 1319736, 103553);

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br> Although I gave you the Reed Field Development Research Certificate, I cannot trust you 100%. But if you could do this <font color="LEVEL">favor</font> for me, I will be able to trust you completely.<br>
If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br> If you can succesfully carry this out, you not only don't have to bring along the certificate cumbersomely, but I also should be able to put you on the mission given from the base.<br>
<a action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-02.htm">"What is that favor?"</a> <a action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-02.htm">"What is that favor?"</a>
</body></html> </body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
It's very simple.<br> It's very simple.<br>
If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br> If you were not a spy sent by the Purified Ceremony Hall, you can do it easily win a flick of a hand. Of course, you can do it, right?<br>
<a action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-03.html">Reply that you will do it.</a> <a action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-03.html">Reply that you will do it.</a>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Dr. Helvetica:<br> <html><body>Dr. Helvetica:<br>
Hm.... You completed the favor I asked you well. But....<br> Hm.... You completed the favor I asked you well. But....<br>
<a action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32461-06.html">"But?"</a> <a action="bypass -h Quest Q00238_SuccessFailureOfBusiness 32641-06.html">"But?"</a>
</body></html> </body></html>

View File

@@ -70,18 +70,18 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
String htmltext = null; String htmltext = null;
switch (event) switch (event)
{ {
case "32461-02.htm": case "32641-02.htm":
{ {
htmltext = event; htmltext = event;
break; break;
} }
case "32461-03.html": case "32641-03.html":
{ {
qs.startQuest(); qs.startQuest();
htmltext = event; htmltext = event;
break; break;
} }
case "32461-06.html": case "32641-06.html":
{ {
if (qs.isCond(2)) if (qs.isCond(2))
{ {
@@ -150,7 +150,7 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case State.COMPLETED: case State.COMPLETED:
{ {
htmltext = "32461-09.html"; htmltext = "32641-09.html";
break; break;
} }
case State.CREATED: case State.CREATED:
@@ -159,15 +159,15 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
final QuestState q239 = qs.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName()); final QuestState q239 = qs.getPlayer().getQuestState(Q00239_WontYouJoinUs.class.getSimpleName());
if ((q239 != null) && q239.isCompleted()) if ((q239 != null) && q239.isCompleted())
{ {
htmltext = "32461-10.html"; htmltext = "32641-10.html";
} }
else if ((q237 != null) && q237.isCompleted() && (player.getLevel() >= MIN_LEVEL) && hasQuestItems(player, VICINITY_OF_FOS)) else if ((q237 != null) && q237.isCompleted() && (player.getLevel() >= MIN_LEVEL) && hasQuestItems(player, VICINITY_OF_FOS))
{ {
htmltext = "32461-01.htm"; htmltext = "32641-01.htm";
} }
else else
{ {
htmltext = "32461-00.html"; htmltext = "32641-00.html";
} }
break; break;
} }
@@ -177,28 +177,28 @@ public class Q00238_SuccessFailureOfBusiness extends Quest
{ {
case 1: case 1:
{ {
htmltext = "32461-04.html"; htmltext = "32641-04.html";
break; break;
} }
case 2: case 2:
{ {
if (getQuestItemsCount(player, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED) if (getQuestItemsCount(player, BROKEN_PIECE_OF_MAGIC_FORCE) == BROKEN_PIECE_OF_MAGIC_FORCE_NEEDED)
{ {
htmltext = "32461-05.html"; htmltext = "32641-05.html";
takeItems(player, BROKEN_PIECE_OF_MAGIC_FORCE, -1); takeItems(player, BROKEN_PIECE_OF_MAGIC_FORCE, -1);
} }
break; break;
} }
case 3: case 3:
{ {
htmltext = "32461-07.html"; htmltext = "32641-07.html";
break; break;
} }
case 4: case 4:
{ {
if (getQuestItemsCount(player, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED) if (getQuestItemsCount(player, GUARDIAN_SPIRIT_FRAGMENT) == GUARDIAN_SPIRIT_FRAGMENT_NEEDED)
{ {
htmltext = "32461-08.html"; htmltext = "32641-08.html";
giveAdena(player, 283346, true); giveAdena(player, 283346, true);
takeItems(player, VICINITY_OF_FOS, 1); takeItems(player, VICINITY_OF_FOS, 1);
addExpAndSp(player, 1319736, 103553); addExpAndSp(player, 1319736, 103553);