diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 06:49:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 06:49:29 -0300 |
commit | 557635d880ba86e58576e517dcfca653d55f8a91 (patch) | |
tree | 2195d1408380800dadba1347bde408bac4295bd2 /npc/018-2-1 | |
parent | beb5c363d15f645b1e4526af2705a533ec2015b2 (diff) | |
download | serverdata-557635d880ba86e58576e517dcfca653d55f8a91.tar.gz serverdata-557635d880ba86e58576e517dcfca653d55f8a91.tar.bz2 serverdata-557635d880ba86e58576e517dcfca653d55f8a91.tar.xz serverdata-557635d880ba86e58576e517dcfca653d55f8a91.zip |
Heroes Hold reward tweaking
Diffstat (limited to 'npc/018-2-1')
-rw-r--r-- | npc/018-2-1/dustman.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index be8ad1fc6..542f7773c 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -56,8 +56,6 @@ 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 ##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?"); next; mesn; mesq l("Thanks for your help, anyway."); @@ -66,12 +64,12 @@ mes ""; mesn; mesc l("You can have my team's helmet, you're now officially a crusader!"); - //setq2 LoFQuest_HH, HH_MASTER; setq1 LoFQuest_HH, 2; getitem CrusadeHelmet, 1; getitem MercBoxA, 5; getitem AncientBlueprint, 2; getitem HeroCoin, 60; + getexp 100000, 1000; } } else if (.@hh == 0) { next; |