diff options
Diffstat (limited to 'npc/012-3')
-rw-r--r-- | npc/012-3/alan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index e1f328a23..282f12e74 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -5,9 +5,9 @@ // Alan is Hurnscald's bowmaster. He may craft the Forest Bow, and sell ammo. 012-3,44,40,0 script Alan NPC_BOWMASTER,{ - .@q=getq(HurscaldQuest_ForestBow); - .@q2=getq2(HurscaldQuest_ForestBow); - .@q3=getq3(HurscaldQuest_ForestBow); + .@q=getq(HurnscaldQuest_ForestBow); + .@q2=getq2(HurnscaldQuest_ForestBow); + .@q3=getq3(HurnscaldQuest_ForestBow); switch (.@q) { case 1: npctalk3 l("Ah, if Jack and that fisherman from Halinarzo still gave me materials..."); @@ -56,14 +56,14 @@ L_Next: L_Start: // q2 → Wood Part // q3 → String Part - setq HurscaldQuest_ForestBow, 1, 0, 0; + setq HurnscaldQuest_ForestBow, 1, 0, 0; goto L_Close; L_Craft: inventoryplace ForestBow, 1; getitem ForestBow, 1; getexp 900, 0; - setq HurscaldQuest_ForestBow, 2, 0, 0; + setq HurnscaldQuest_ForestBow, 2, 0, 0; mesn; mesq l("Here you go - have fun with it."); next; |