summaryrefslogtreecommitdiff
path: root/npc/012-1/guards.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-24 01:24:34 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-24 01:24:34 -0300
commit942cdc08ff09e5177edc30cba1e249565c1b9363 (patch)
treeb10022563f426a62b2bdc142faedc68123e6bee1 /npc/012-1/guards.txt
parent6e7b7479f9a5ef967f078b1ffb6b50559cc79436 (diff)
downloadserverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.tar.gz
serverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.tar.bz2
serverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.tar.xz
serverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.zip
Progress with Anselmo's quest. You can now start and finish Hurnscald arc.
UNTESTED, and you not claim the reward for this stage yet.
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r--npc/012-1/guards.txt9
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: