summaryrefslogtreecommitdiff
path: root/npc/042-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-25 02:06:50 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-25 02:06:50 -0300
commit9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450 (patch)
tree06579cb267fe379aeb4259a41cd29639392d973a /npc/042-0
parent4ec8af5bc61389b677b01a7f5db6addc6b2c5897 (diff)
downloadserverdata-9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450.tar.gz
serverdata-9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450.tar.bz2
serverdata-9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450.tar.xz
serverdata-9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450.zip
Instance ID resets with server, so make it temporary anyway
Diffstat (limited to 'npc/042-0')
-rw-r--r--npc/042-0/arthur.txt4
1 files changed, 2 insertions, 2 deletions
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;