From 9b3c9eab184fd4d750f4c93114207a687e36881b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Mar 2021 11:50:35 -0300 Subject: Hercules Ultimate Storage System. Implemented for Quirin. This means that items stored by Quirin will be segregated from official storage --- npc/003-1/quirino.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/003-1/quirino.txt') diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index 412f40e25..cd55882fb 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -59,6 +59,7 @@ L_Register: l("Yeah, sign me up!"), l("No, not at the moment."), l("Does it counts to Honor Ranking?"), + l("You are holding a few items of mine..."), l("Information"); switch (@menu) { @@ -68,7 +69,13 @@ L_Register: close; case 3: quirinHonor(); + break; case 4: + openstorage(2, STORAGE_ACCESS_GET); + closeclientdialog; + close; + break; + case 5: quirinInfo(); } goto L_Register; @@ -137,7 +144,7 @@ L_Full: mes ""; if (@menu == 2) { closeclientdialog; - charcommand("@storeall"); + charcommand("@storeall 2"); } close; -- cgit v1.2.3-70-g09d2