summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-03 22:17:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-03 22:17:20 -0300
commit156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3 (patch)
treec91cc739de89c6a85ad1974b05be97884a2f89c7
parent2a4231746830652e948f02a7bab2f32e9a4917e7 (diff)
downloadserverdata-156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3.tar.gz
serverdata-156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3.tar.bz2
serverdata-156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3.tar.xz
serverdata-156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3.zip
Give players 110 Tolchi Arrows to start their archery career when doing Rosen Quest
-rw-r--r--npc/005-4/rosen.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt
index 3c67021d9..b4128177a 100644
--- a/npc/005-4/rosen.txt
+++ b/npc/005-4/rosen.txt
@@ -158,11 +158,12 @@ L_Task:
mesq l("That's how this world inhabitants deal with cheaters... So don't be one, my friend. You have been warned!");
close;
}
- inventoryplace TrainingBow, 1;
+ inventoryplace TrainingBow, 1, TolchiArrow, 110;
delitem CactusDrink, 1;
delitem Piberries, 1;
setq CandorQuest_Rosen, 5;
getitem TrainingBow, 1;
+ getitem TolchiArrow, 110;
mesn;
mesq l("Here you go, my friend. Uhm, good luck with archery.");
}