From 9e2821d7bda99cf83597a29072bda17d5a6a1449 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Mar 2020 15:22:56 -0300 Subject: Everyone rescuing Cindy will now receive a decent amount of Job Exp (~500) and a [Treasure Map]. But no money. --- npc/021-4/main.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 53b54c0f0..03ba6f79d 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -184,7 +184,8 @@ OnReward: else dispbottom l("Congratulations on rescuing Cindy."); setq2 NivalisQuest_Cindy, getq2(NivalisQuest_Cindy)+1; - getexp 10000, JobLevel; + getexp 10000, JobLevel*rand2(12,16); + getitem TreasureMap, 1; end; // Winner Reward -- cgit v1.2.3-70-g09d2