diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-08 17:25:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-08 17:25:41 -0200 |
commit | 498e20cad1dccb15ec1d8bf60910804af8a65b96 (patch) | |
tree | 396da261749d99e0e362736bb4696aa5c746ec28 /npc/017-3 | |
parent | ee03a82fce3c73a2b482eebc03d10bc8f373ca1d (diff) | |
download | serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.tar.gz serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.tar.bz2 serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.tar.xz serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.zip |
Some structure, still need to add the map, the NPCs, and the chocolate boc
6 bars = 1 box, maybe. And on map you probably can farm the boxes, too.
You can send with a Love Letter for better effect. Love Letter can be read.
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/loratay.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-3/loratay.txt b/npc/017-3/loratay.txt index 8f16618d8..d2da01b54 100644 --- a/npc/017-3/loratay.txt +++ b/npc/017-3/loratay.txt @@ -11,7 +11,7 @@ 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; + if ($EVENT$ == "Valentine" && getq(SQuest_Valentine) != gettime(GETTIME_YEAR)) goto L_Valentine; mesn; mesq l("Don't interrupt me, I'm busy!"); @@ -24,6 +24,7 @@ L_Valentine: // Lorem ipsum dolor sit amet close; + setq SQuest_Valentine, gettime(GETTIME_YEAR); getitem2(ValentineDress, 1, 1, 0, 0, any(DarkRedDye, RedDye), 0,0,0); getexp BaseLevel*110, JobLevel*11; mesn; |