From 776986842974f7fa787e5feb3e78d8e4c1d9a78a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Jun 2018 16:47:43 -0300 Subject: Debug codes, I want to test with Saulc when game is over. --- npc/003-10/quirino.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/003-10') 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; -- cgit v1.2.3-60-g2f50