summaryrefslogtreecommitdiff
path: root/npc/017-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-08 16:53:56 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-08 16:53:56 -0200
commit988e3a84cf38d23252808c985ce96fa5f2127e6c (patch)
treec08a73ef498a2628d0a464ed5738d6880afabcbd /npc/017-3
parent2d66c31c36022c562342743d38e6ce28118876a2 (diff)
downloadserverdata-988e3a84cf38d23252808c985ce96fa5f2127e6c.tar.gz
serverdata-988e3a84cf38d23252808c985ce96fa5f2127e6c.tar.bz2
serverdata-988e3a84cf38d23252808c985ce96fa5f2127e6c.tar.xz
serverdata-988e3a84cf38d23252808c985ce96fa5f2127e6c.zip
Today is not very productive...
Diffstat (limited to 'npc/017-3')
-rw-r--r--npc/017-3/loratay.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/017-3/loratay.txt b/npc/017-3/loratay.txt
index 1bcb91545..ff9b4f498 100644
--- a/npc/017-3/loratay.txt
+++ b/npc/017-3/loratay.txt
@@ -10,6 +10,9 @@
017-3,85,85,0 script Lora Tay NPC_GLASS_OLD_LADY,{
showavatar NPC_GLASS_OLD_LADY;
+ // bugfix, please move to select()
+ if ($EVENT$ == "Valentine") goto L_Valentine;
+
mesn;
mesq l("Don't interrupt me, I'm busy!");
next;
@@ -17,6 +20,24 @@
mesq l("In a few weeks, I will finish the @@ plans, and there will be no doubts, that @@ is not the best weaver in the world!", getitemlink(SaviorArmor), .name$);
close;
+L_Valentine:
+ // Lorem ipsum dolor sit amet
+ close;
+
+ getitem2(ValentineDress, 1, 1, 0, 0, any(DarkRedDye, RedDye), 0,0,0);
+ mesn;
+ mesq l("There you go, your Valentine Dress!");
+ mesq lg("Good luck with your boyfriend!", "Good luck with your girlfriend!");
+ next;
+
+ mesn strcharinfo(0);
+ if (getpartnerid()) {
+ mesc lg("I'm already married, though...");
+ } else {
+ mesc lg("Thanks... I guess...");
+ }
+ close;
+
/*
set @ROBE_COCOONS_NR, 150; // must be multiple of ten
@ROBE_ZENY = 10000;