summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/quirino.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt
index fbb9acdfc..c492a7819 100644
--- a/npc/003-1/quirino.txt
+++ b/npc/003-1/quirino.txt
@@ -178,7 +178,7 @@ L_Hub:
l("Give players 20 minutes"), 1200,
l("Give players 25 minutes"), 1500,
l("Give players 30 minutes"), 1800,
- l("NO"), -1;
+ l("You are holding a few items of mine..."), -2;
mes "";
if (@menuret > 0) {
Zeny=Zeny-.price;
@@ -189,6 +189,10 @@ L_Hub:
announce("##1HUNGRY QUIRIN EVENT: ##3##BRegister is now open! Talk to Quirin, on Tulimshar Councilroom!", bc_all|bc_npc);
channelmes("#world", strcharinfo(0)+" invites everyone to HUNGER QUIRIN PVP ARENA in Tulimshar. It'll start in "+FuzzyTime($@EQ_TIMER));
}
+ if (@menuret == -2) {
+ openstorage(2, STORAGE_ACCESS_GET);
+ closeclientdialog;
+ }
close;
}