From 9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Apr 2020 02:06:50 -0300 Subject: Instance ID resets with server, so make it temporary anyway --- npc/042-0/arthur.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/042-0') diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 72f99f8f5..984f0b28c 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -12,6 +12,7 @@ if (.@pos > GPOS_VICELEADER) goto L_Refusal; if (!$KAMELOT_COOLDOWN[.@g]) goto L_Tutorial; if ($KAMELOT_QUEST[.@g] & 1) goto L_Progress; + // TODO: Curse lifted scene until next week goto L_Prologue; L_Prologue: @@ -105,8 +106,7 @@ OnSmash: ////////////////////////////////////////////////////////////////////////// L_Progress: - // TODO: Victory - // TODO: Cooldown | if ($KAMELOT_COOLDOWN[.@g] == gettimeparam(GETTIME_WEEKDAY)) + // TODO: Victory Reward npctalk l("What are you still doing here?! GO!!"); mes l("Read tutorial again?"); next; -- cgit v1.2.3-70-g09d2