diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 45df8c6c0..efd338403 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -10,6 +10,7 @@ // The Monster King guild have a special menu if (!$HURNS_LIBDATE && is_master()) goto L_Admus; if (strcharinfo(2) == "Monster King") goto L_MKControl; + inspectorQuest(); mesn; mesq l("It is %s since the last great attack from the Monster King.", FuzzyTime($HURNS_LIBDATE,1,2)); next; @@ -556,6 +557,7 @@ function script CheckpointGuard { } 012-1,81,18,0 script Checkpoint Guard#1 NPC_GUARD2,{ + inspectorQuest(); CheckpointGuard(); end; @@ -567,6 +569,7 @@ OnInit: 012-1,26,60,0 script Checkpoint Guard#2 NPC_GUARD1,{ + inspectorQuest(); CheckpointGuard(); end; @@ -577,6 +580,7 @@ OnInit: } 012-1,80,98,0 script Checkpoint Guard#3 NPC_GUARD2,{ + inspectorQuest(); CheckpointGuard(); end; @@ -588,6 +592,7 @@ OnInit: 012-1,134,98,0 script Checkpoint Guard#4 NPC_GUARD1,{ + inspectorQuest(); CheckpointGuard(); end; @@ -598,6 +603,7 @@ OnInit: } 012-1,94,56,0 script Guard#012-1.1 NPC_GUARD1,{ + inspectorQuest(); .@q=getq(HurnscaldQuest_HungryGuard); if (.@q == 0) { mesn l("Guard"); @@ -631,7 +637,8 @@ OnInit: 012-1,112,65,0 script Guard#012-1.2 NPC_GUARD2,{ - legiontalk; + inspectorQuest(); + legiontalk(); end; OnInit: |