summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-29 12:57:23 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-29 12:57:23 -0300
commite68f7e1ddb5ae31af397e2f3ed805509e471dbe4 (patch)
tree554c8eaee9ebe323485d46bf5079b2e4d3076240 /npc
parent9d528dd4a1977019839350ca092f06dbfcf6234f (diff)
downloadserverdata-e68f7e1ddb5ae31af397e2f3ed805509e471dbe4.tar.gz
serverdata-e68f7e1ddb5ae31af397e2f3ed805509e471dbe4.tar.bz2
serverdata-e68f7e1ddb5ae31af397e2f3ed805509e471dbe4.tar.xz
serverdata-e68f7e1ddb5ae31af397e2f3ed805509e471dbe4.zip
Swezanne quest is now complete (I hope)
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/silvia.txt22
-rw-r--r--npc/003-1/swezanne.txt2
2 files changed, 23 insertions, 1 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt
index fada31675..276f0f23e 100644
--- a/npc/003-1/silvia.txt
+++ b/npc/003-1/silvia.txt
@@ -6,9 +6,31 @@
003-1,109,150,0 script Silvia NPC_FEMALE,{
if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$);
+if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message;
if (strcharinfo(0) != $MOST_HEROIC$) hello;
end;
+L_Message:
+ mesn strcharinfo(0);
+ mesq l("Your mother asked me to say that she loves you.");
+ next;
+ mesn;
+ mesq l("Oh no, not another stranger she sends me to tell that!");
+ next;
+ mesn;
+ mesq l("She never leaves the shade of that tree, she is always sending messages by other people!!");
+ next;
+ mesn;
+ mesq l("Oh well... That's my mother, and this is why I love her.");
+ next;
+ inventoryplace CottonGloves, 1;
+ getitem CottonGloves, 1;
+ getexp 100,0;
+ setq TulimsharQuest_Swezanne, 1;
+ mesn;
+ mesq l("Thank you, @@. Please take this pair of gloves as a thank you.");
+ close;
+
OnInit:
.@npcId = getnpcid(0, .name$);
setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index b8a639194..3a8bec026 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -82,7 +82,7 @@ L_Silvia:
L_SilviaAccept:
mesn;
- mesq l("Oh, thank you! I will be waiting for you!");
+ mesq l("Oh, thank you! My daughter means a lot to me.");
setq TulimsharQuest_Swezanne, 4;
close;