diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-24 01:24:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-24 01:24:34 -0300 |
commit | 942cdc08ff09e5177edc30cba1e249565c1b9363 (patch) | |
tree | b10022563f426a62b2bdc142faedc68123e6bee1 /npc/012-3 | |
parent | 6e7b7479f9a5ef967f078b1ffb6b50559cc79436 (diff) | |
download | serverdata-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-3')
-rw-r--r-- | npc/012-3/alan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index b1a5b0c03..3fb383e19 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -5,6 +5,7 @@ // Alan is Hurnscald's bowmaster. He may craft the Forest Bow, and sell ammo. 012-3,44,40,0 script Alan NPC_BOWMASTER,{ + inspectorQuest(); .@q=getq(HurnscaldQuest_ForestBow); .@q2=getq2(HurnscaldQuest_ForestBow); .@q3=getq3(HurnscaldQuest_ForestBow); |