diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 16:08:03 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 16:08:03 -0200 |
commit | 607cd662085c6dca2664049600c46610bc67f549 (patch) | |
tree | 9184bb0c6d792c90dc5e04da34baa8445b99063f /npc/018-2-1/dustman.txt | |
parent | 0673c5af641b2745701cda0cb181d750a3ed4562 (diff) | |
download | serverdata-607cd662085c6dca2664049600c46610bc67f549.tar.gz serverdata-607cd662085c6dca2664049600c46610bc67f549.tar.bz2 serverdata-607cd662085c6dca2664049600c46610bc67f549.tar.xz serverdata-607cd662085c6dca2664049600c46610bc67f549.zip |
Minor rewrite. You have a cap of 25 minutes, and you get exp if you finish the dungeon
Diffstat (limited to 'npc/018-2-1/dustman.txt')
-rw-r--r-- | npc/018-2-1/dustman.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 1a9e43fea..cb34214be 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -41,12 +41,13 @@ if (.@hh > 0) { next; mesn; - mesq l("Hm, good job out there."); + mesq l("Hm, good luck out there."); if (getq2(LoFQuest_HH) & HH_MASTER) { + mes ""; mesn; mesq l("I see you finished the Master Dungeon and didn't found my men. I'll think on something."); - mesq l("Unfortunately, the main reward of this quest is still a Work In Progress."); - mesq l("However, I can restart the Heroes Hold, if you want. You'll also get a reward. Are you ready?"); + mesq l("Unfortunately, the main reward of this quest is still a ##1Work In Progress##0."); + mesq l("However, I can restart the Heroes Hold, if you want. You'll get a reward, but will need to start from scratch. Should I do it?"); inventoryplace SilverGift, 1, MercBoxA, 5, CasinoCoins, 3, HeroCoin, 60; next; if (askyesno() == ASK_YES) { |