summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-3/alan.txt3
-rw-r--r--npc/functions/clientversion.txt4
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt
index 92cfc45e6..b1a5b0c03 100644
--- a/npc/012-3/alan.txt
+++ b/npc/012-3/alan.txt
@@ -61,8 +61,9 @@ L_Start:
goto L_Close;
L_Craft:
- inventoryplace ForestBow, 1;
+ inventoryplace ForestBow, 1, TrainingArrow, 220;
getitem ForestBow, 1;
+ getitem TrainingArrow, 220;
getexp 900, 0;
setq HurnscaldQuest_ForestBow, 2, 0, 0;
mesn;
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 67d3f4870..398553459 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1079,9 +1079,11 @@ function script clientupdater {
// While alts are generally allowed to have these starting traits,
// there's no way for veterans select this.
#TUTORIAL_DONE = false;
- do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; } while (!ChooseTrait());
+ do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; next; } while (!ChooseTrait());
#TUTORIAL_DONE = true;
}
+ if (getq(HurnscaldQuest_ForestBow))
+ getitem TrainingArrow, 220;
}
// :// End of Regular Update System