diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-24 18:28:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-24 18:28:43 -0300 |
commit | 8e27154005a9e6c10ffbf97fc4ce99d6914f7076 (patch) | |
tree | c0c1177caa57782689297f003ec5a3e79ac213e8 /npc/009-1 | |
parent | 0b74eeb14ace6e7368f321d85424afefee6a0eda (diff) | |
download | serverdata-8e27154005a9e6c10ffbf97fc4ce99d6914f7076.tar.gz serverdata-8e27154005a9e6c10ffbf97fc4ce99d6914f7076.tar.bz2 serverdata-8e27154005a9e6c10ffbf97fc4ce99d6914f7076.tar.xz serverdata-8e27154005a9e6c10ffbf97fc4ce99d6914f7076.zip |
Halinarzo's Arc for Anselmo Quest. Tested, at least a little bit.
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/guards.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index ed6239958..66891c65f 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -5,6 +5,7 @@ // Protect Halinarzo 009-1,71,24,0 script Lieutenant Jacob NPC_PLAYER,{ + inspectorQuest(); // The Monster King guild have a special menu if (strcharinfo(2) == "Monster King") goto L_MKControl; mesn; @@ -159,6 +160,7 @@ function script HaliGuardHandler { } 009-1,100,30,0 script Guard Corina NPC_GUARD2,{ + inspectorQuest(); HaliGuardHandler(); end; @@ -170,6 +172,7 @@ OnInit: 009-1,111,48,0 script Guard Jhon NPC_GUARD1,{ + inspectorQuest(); HaliGuardHandler(); end; @@ -180,6 +183,7 @@ OnInit: } 009-1,41,56,0 script Guard Laurie NPC_GUARD2,{ + inspectorQuest(); HaliGuardHandler(); end; @@ -191,6 +195,7 @@ OnInit: 009-1,62,74,0 script Guard Amy NPC_GUARD2,{ + inspectorQuest(); HaliGuardHandler(); end; |