summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-20 23:42:33 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-20 23:42:33 -0300
commit02967a51aa1326845d47c2862ab371797760708a (patch)
treeaba0296e052bc7a331d4798ef29e21c3c5f62c2c
parent53d47e5c51f3c11cbec1ef33abfb8472115a84ba (diff)
downloadserverdata-02967a51aa1326845d47c2862ab371797760708a.tar.gz
serverdata-02967a51aa1326845d47c2862ab371797760708a.tar.bz2
serverdata-02967a51aa1326845d47c2862ab371797760708a.tar.xz
serverdata-02967a51aa1326845d47c2862ab371797760708a.zip
You can now change investigation state to 3/12.
This means 1/4 is ready from Investigation (the important part).
-rw-r--r--npc/020-7-1/peetu.txt51
1 files changed, 50 insertions, 1 deletions
diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt
index 443fce299..35f207b7c 100644
--- a/npc/020-7-1/peetu.txt
+++ b/npc/020-7-1/peetu.txt
@@ -3,7 +3,7 @@
// Jesusalva
// TMW Org.
// Description:
-// Peetu
+// Peetu, gifted since birth, only 1 NPC each 100 are born mages
//
// NivalisQuest_BlueSage STRUCTURE
// FIELD 1:
@@ -142,6 +142,8 @@ function pIntro {
next;
mesc l("You seem to have gotten Peetu's attention for a while.");
next;
+ if (.@q2 < 5)
+ setq2 NivalisQuest_BlueSage, 5;
break;
case 9:
pContinue();
@@ -160,6 +162,53 @@ function pIntro {
function pContinue {
mesn;
mesc l("*sniff sniff*");
+ next;
+ select
+ l("What have happened? Why are you crying?"),
+ l("Maybe I can help to ease your pain?"),
+ l("Don't cry any further. I am here to help."),
+ l("Please tell me calmly what happened so I can help.");
+ mes "";
+ mesn;
+ mesq l("It's *sniff* It's all my fault... *sniff*");
+ next;
+ mesn;
+ mesc l("*sniff* *sniff*");
+ mesq l("It was my job to seal the slimes away for the night, but I somehow messed it up!");
+ next;
+ mesn;
+ mesc l("*tears weeling up*");
+ mesq l("And now I'm going to lose my job and I'll have to leave here and no other sage would give me a new appointment and I don't know what else to do!");
+ next;
+ mesc l("@@ latches onto you and starts sobbing on your shoulder.", .name$);
+ select
+ l("[Try to console him]"),
+ l("[Shake him and tell him to pull himself together]"),
+ l("[Push him away from you and leave]");
+ mes "";
+ if (@menu == 3) {
+ setq2 NivalisQuest_BlueSage, 4;
+ close;
+ }
+ mesc l("@@ calms a bit.", .name$);
+ next;
+ mesn;
+ mesq l("Uh. You're probably right. I'm very sorry. I'm just... You know, I wanted to become a scholar of the sages, studying and... Oh, how could I mess that up? Did you see the library? It caused so much damage! What else should they do other than kick me out?");
+ next;
+ mesn;
+ mesq l("I would kick me out myself! I'm such a failure! A complete disaster! %%V");
+ next;
+ select
+ l("Maybe you should talk to your chief about that?"),
+ l("It doesn't make much sense to draw overhasty conclusions."),
+ l("Do you have a clue about what went wrong?");
+ mes "";
+ mesn;
+ mesq l("Well ... but ... I mean ... I don't know ... ");
+ next;
+ mesn;
+ mesq l("Would you ... uhm ... would you talk to Chief Oskari for me? And ask him what he plans to do about me? I... I just don't feel capable of doing that myself right now. I'll try to pull myself together in the meanwhile.");
+ setq NivalisQuest_BlueSage, 3, 0;
close;
}