summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/004-3-1/falkrun.txt5
-rw-r--r--npc/017-3/doctor.txt2
-rw-r--r--npc/019-5-3/episode.txt3
-rw-r--r--npc/032-1/episode.txt2
4 files changed, 7 insertions, 5 deletions
diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt
index 162e92402..d719f1bb9 100644
--- a/npc/004-3-1/falkrun.txt
+++ b/npc/004-3-1/falkrun.txt
@@ -123,10 +123,10 @@ L_Episode:
if (getq(LoFQuest_EPISODE) != 11)
goto L_Main;
if (getq3(LoFQuest_EPISODE) &&
- mobcount(getmap(), all) <= 0)
+ mobcount(getmap(), "all") <= 0)
goto L_EpFinish;
if (getq3(LoFQuest_EPISODE) &&
- mobcount(getmap(), all) > 0) {
+ mobcount(getmap(), "all") > 0) {
npctalk l("Good luck, %s! There are more monsters nearby!", strcharinfo(0));
end;
}
@@ -152,6 +152,7 @@ L_Episode:
SC_Bonus(90, SC_KAIZEL, 80);
percentheal 100, 100;
.@m$ = getmap();
+ // FIXME TODO - TOO DIFFICULT, split them a bit apart
monster(.@m$, 42, 31, "Lost", BlueSlimeMother, 1);
monster(.@m$, 45, 31, "Lost", CopperSlimeMother, 1);
monster(.@m$, 43, 32, "Lost", YellowSlimeMother, 1);
diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt
index 43d97b875..d9de506f6 100644
--- a/npc/017-3/doctor.txt
+++ b/npc/017-3/doctor.txt
@@ -241,7 +241,7 @@ L_TimeFlask:
mesq l("Very well. The Platinum Red Queen died in her sleep and the Soul Eater took her role. But the Soul Eater was a tyrant and soon enough, \"she\" was murdered. A Council has taken over Tulimshar on the meanwhile and is doing intense research.");
next;
mesn;
- mesq l("This reseatch caused a lot of neglect, so expect poverty and people unwilling to talk. Benjamin, head of the council, is doing a \"breaktrhough\" in the most literal sense possible (breaking through the whole town finances instead of revolutionizing the world).");
+ mesq l("This research caused a lot of neglect, so expect poverty and people unwilling to talk. Benjamin, head of the council, is doing a \"breaktrhough\" in the most literal sense possible (breaking through the whole town finances instead of revolutionizing the world).");
next;
mesn;
mesq l("The situation is grim, and some want the return of the Platinum Red Queen. The \"Soul Eater\" is back, pretending to be her ghost, and the Black Razor believed on it. They made \"The Queen's Party\" and want to reinstate the queen.");
diff --git a/npc/019-5-3/episode.txt b/npc/019-5-3/episode.txt
index 08254dbe4..ed9c71afa 100644
--- a/npc/019-5-3/episode.txt
+++ b/npc/019-5-3/episode.txt
@@ -25,6 +25,7 @@
Zeny-=.@money;
disablenpc instance_npcname("Mysterious Chest#EP1", getq2(LoFQuest_EPISODE));
enablenpc instance_npcname("Mysterious Chest#EP2", getq2(LoFQuest_EPISODE));
+ closeclientdialog;
// Good luck with your boss :3
.@m$=getmap();
monster(.@m$, 31, 31, "???", JackO, 1);
@@ -34,7 +35,7 @@
sleep2(max(15000, 60000-(BaseLevel * 200)));
monster(.@m$, 30, 31, "???", MagicGoblin, 1);
monster(.@m$, 31, 31, "???", MagicGoblin, 1);
- close;
+ end;
OnInit:
.distance = 2;
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt
index 2bc3031cb..13f2d4ec0 100644
--- a/npc/032-1/episode.txt
+++ b/npc/032-1/episode.txt
@@ -294,7 +294,7 @@ OnInit:
if (!.@got_apple) {
mesn;
mesq l("You won't have any of my vegetables, you scoundrel! Get off my yard!");
- setq3 LoFQuest_EPISODE, getq3(LoFQuest_EPISODE) | 128;
+ setq3 LoFQuest_EPISODE, getq3(LoFQuest_EPISODE) | 1;
close;
} else if (!.@banu_priz) {
mesn;