summaryrefslogtreecommitdiff
path: root/npc/006-4-1/painting.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-24 12:30:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-24 12:30:20 -0300
commit19b8f4a07e904c994a3474565b70fcf1eedf664c (patch)
treeafa60665780ffc8e0ec5efcc56df209bf39127ae /npc/006-4-1/painting.txt
parent53300b9b68e56aa1d1eb70c7bd0751a9c0dc5794 (diff)
downloadserverdata-19b8f4a07e904c994a3474565b70fcf1eedf664c.tar.gz
serverdata-19b8f4a07e904c994a3474565b70fcf1eedf664c.tar.bz2
serverdata-19b8f4a07e904c994a3474565b70fcf1eedf664c.tar.xz
serverdata-19b8f4a07e904c994a3474565b70fcf1eedf664c.zip
The Slime Island segment can now be complete
Diffstat (limited to 'npc/006-4-1/painting.txt')
-rw-r--r--npc/006-4-1/painting.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/npc/006-4-1/painting.txt b/npc/006-4-1/painting.txt
index 81f6375db..17766660f 100644
--- a/npc/006-4-1/painting.txt
+++ b/npc/006-4-1/painting.txt
@@ -10,3 +10,40 @@ OnTouch:
end;
}
+006-4-1,69,158,0 script Abandoned Diary#jak1 NPC_NO_SPRITE,{
+ setpcblock(PCBLOCK_HARD, true);
+ mesc l("STORY MODE ENABLED. Monsters won't attack you, so you can read without worries."), 1;
+ next;
+ clear;
+ mesc l("This diary had several pages torn off, but the last page is clearly legible.");
+ mes "";
+ mesn;
+ mes l("It has been a total disaster. They killed %s. And everyone on the village.", b(l("her")));
+ next;
+ mes l("Why did we had to decide to research slimes of all creatures?! But alas, now is too late. Not even a %s could restore her in this state...", getitemlink(ElixirOfLife));
+ next;
+ mes l("So I did what I could - What I always do. Turned my beloved sister in a slime. Turned her into what killed her.");
+ next;
+ mes l("There is someone who might know how to turn a slime back in a human. But alas, that old fart doesn't live here.");
+ next;
+ mes l("Therefore, I shall head to the %s, and look for %s. If anyone knows how to fix it, might as well be that rat-faced... being.", b(l("Mirror Lake")), b(l("Wushin")));
+ next;
+ mes l("If you're reading this - Feel free to use my laboratory in any way you deem fit. Or what's left of it, at least. Also, please kill any slimes you find. I shall be back in six leaps time, according to the Imperial Time, but if I'm not back by then, assume something went wrong and both wushin and me are off the table.");
+ next;
+ mes l("JAK1, THE SLIME RESEARCHER");
+ mes l("Oranye Isles, 354 AT");
+
+ next;
+ setpcblock(PCBLOCK_HARD, false);
+ if (getvaultid())
+ ##02_MLQUEST = ##02_MLQUEST | MLP_ML_JAK1;
+ compareandsetq CandorQuest_Jak1, 0, 1;
+ closeclientdialog;
+ close;
+
+OnInit:
+ .distance=2;
+ end;
+}
+
+