summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-30 13:20:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-30 13:20:02 -0300
commitd63a9719e096af54f0ebf993463c59cdfdf610ad (patch)
tree6171340859c63da3b75a676c5c532a4b50431067
parent344eb10d2c44a13ed4ba03a3f996484954e518bb (diff)
downloadserverdata-r11_200131.tar.gz
serverdata-r11_200131.tar.bz2
serverdata-r11_200131.tar.xz
serverdata-r11_200131.zip
No more automatic send-all-love-letters optionr11_200131
-rw-r--r--npc/001-11/Demure.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt
index a6f62af17..7608e79fd 100644
--- a/npc/001-11/Demure.txt
+++ b/npc/001-11/Demure.txt
@@ -80,10 +80,19 @@
.@totalneed=@Val_Ammo/10+1;
select
l("Yes, one"),
- rif(countitem(LoveLetter) >= .@totalneed, l("Yes, %d", .@totalneed)),
+ //rif(countitem(LoveLetter) >= .@totalneed, l("Yes, %d", .@totalneed)),
+ l("I'll input how many I want to attach."),
l("No");
mes "";
.@reply=@menu-1;
+ // Custom input
+ if (@menu == 2) {
+ mes l("How many %s should I attach?", getitemlink(LoveLetter));
+ mesc l("Recommended: %d | Max: %d", countitem(LoveLetter), .@totalneed);
+ input .@totalneed;
+ if (.@totalneed > countitem(LoveLetter))
+ .@totalneed=countitem(LoveLetter);
+ }
if (@menu != 3) {
delitem LoveLetter, (.@reply ? .@totalneed : 1);
@@ -177,7 +186,7 @@ L_Main:
next;
mesn;
mes l("Don't worry if they don't correspond to you. Each box sent will grant you 1 event point.");
- mes l("The prizes are only for the top 10. Loratay on Land Of Fire Village can make a dress for you if you want.");
+ mes l("The prizes are only for the top 10. Loratay on Land Of Fire Village can make, for limited time, a @@ for you if you want.", getitemlink(ValentineDress));
next;
mes l("You can optionally send a @@ along the chocolate box, so the person knows it was you who sent the chocolate.", getitemlink(LoveLetter));
mes l("Sending the letter will give you double event points, but no more than 10 extra points per letter.");