From 988e3a84cf38d23252808c985ce96fa5f2127e6c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Feb 2019 16:53:56 -0200 Subject: Today is not very productive... --- npc/017-3/loratay.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'npc/017-3') 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; -- cgit v1.2.3-60-g2f50