From b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 9 Mar 2021 18:56:25 -0300 Subject: Quirino - I might have forgot one extra openstorage() code... --- npc/003-1/quirino.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc') 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; } -- cgit v1.2.3-60-g2f50