diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-02 15:22:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-02 15:22:56 -0300 |
commit | 9e2821d7bda99cf83597a29072bda17d5a6a1449 (patch) | |
tree | a6606f1ef358d6567a7b59f059a5ce00acf5a31e /npc/021-4 | |
parent | 33e14b71b6c8233077cb4cffbedf680fdf09f48f (diff) | |
download | serverdata-9e2821d7bda99cf83597a29072bda17d5a6a1449.tar.gz serverdata-9e2821d7bda99cf83597a29072bda17d5a6a1449.tar.bz2 serverdata-9e2821d7bda99cf83597a29072bda17d5a6a1449.tar.xz serverdata-9e2821d7bda99cf83597a29072bda17d5a6a1449.zip |
Everyone rescuing Cindy will now receive a decent amount of Job Exp (~500)
and a [Treasure Map]. But no money.
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |