diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 18:56:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 18:56:25 -0300 |
commit | b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac (patch) | |
tree | b022c7bb62d049d255dacdfe80de702c4d96b501 /npc/003-1 | |
parent | be2662202390c9070c311bfd0f4b1a93ccc3111c (diff) | |
download | serverdata-b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac.tar.gz serverdata-b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac.tar.bz2 serverdata-b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac.tar.xz serverdata-b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac.zip |
Quirino - I might have forgot one extra openstorage() code...
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/quirino.txt | 6 |
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; } |