summaryrefslogtreecommitdiff
path: root/npc/003-10/quirino.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-10/quirino.txt')
-rw-r--r--npc/003-10/quirino.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt
index 1fdd49bb0..34edb67df 100644
--- a/npc/003-10/quirino.txt
+++ b/npc/003-10/quirino.txt
@@ -103,15 +103,27 @@ L_Hub:
select
rif($@EQ_STATUS == 0 && (getmapusers("001-8") >= 3 || $@GM_OVERRIDE), "Start Event!"),
rif($@EQ_STATUS == 1, "Send wave of items and monsters!"),
+ rif($@EQ_STATUS == 0 && $@GM_OVERRIDE && is_admin(), "[DEBUG] Join Event"),
+ rif($@EQ_STATUS == 0 && $@GM_OVERRIDE && is_admin(), "[DEBUG] Join & Start Event"),
"I'm done.";
if (@menu == 1)
donpcevent("#QuirinoHUB::OnStart");
if (@menu == 2)
donpcevent("#QuirinoHUB::OnSendWave");
+ if (@menu == 3)
+ goto L_Register;
+ if (@menu == 4) {
+ addtimer 1000, "Quirin::OnDebugReg";
+ goto L_SignUp;
+ }
close;
+OnDebugReg:
+ donpcevent("#QuirinoHUB::OnStart");
+ end;
+
OnInit:
.sex=G_MALE;
.distance=5;