diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-03 22:30:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-03 22:30:12 -0300 |
commit | 4fee204b1f56a72494bf13244dff9500cde35890 (patch) | |
tree | 1944b84a6cc4dc3cc4a8c3aabaf1fc8e6a0093bb /npc/012-3/alan.txt | |
parent | 3a4148ca90d9c236cec6081e10bdb22ce3968a30 (diff) | |
download | serverdata-4fee204b1f56a72494bf13244dff9500cde35890.tar.gz serverdata-4fee204b1f56a72494bf13244dff9500cde35890.tar.bz2 serverdata-4fee204b1f56a72494bf13244dff9500cde35890.tar.xz serverdata-4fee204b1f56a72494bf13244dff9500cde35890.zip |
Give some Training Arrows when getting Forest Bow with Alan
Diffstat (limited to 'npc/012-3/alan.txt')
-rw-r--r-- | npc/012-3/alan.txt | 3 |
1 files changed, 2 insertions, 1 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; |