From 156d477d0ae6dae99b0b9ba7827d6b8caceaa3e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 3 Nov 2022 22:17:20 -0300 Subject: Give players 110 Tolchi Arrows to start their archery career when doing Rosen Quest --- npc/005-4/rosen.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/005-4') 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."); } -- cgit v1.2.3-70-g09d2