summaryrefslogtreecommitdiff
path: root/npc/018-2-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-27 15:02:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-02-27 15:02:08 -0300
commit99143b6ec1b0b7658f3bdb115694abfe18800925 (patch)
tree19e17d03d1fcdfd8d9f0b39259246bf6259c37af /npc/018-2-2
parent122aa6d3bd3952be5330428ec648ed759cccfd0b (diff)
downloadserverdata-99143b6ec1b0b7658f3bdb115694abfe18800925.tar.gz
serverdata-99143b6ec1b0b7658f3bdb115694abfe18800925.tar.bz2
serverdata-99143b6ec1b0b7658f3bdb115694abfe18800925.tar.xz
serverdata-99143b6ec1b0b7658f3bdb115694abfe18800925.zip
HH Boss gives now 3x hero coins
Diffstat (limited to 'npc/018-2-2')
-rw-r--r--npc/018-2-2/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index aa073fe35..9782fe297 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -19,7 +19,7 @@ OnFinish:
.@g=getq2(LoFQuest_HH);
setq2 LoFQuest_HH, .@g|@HH_LEVEL;
dispbottom l("Dungeon cleared!");
- getitem HeroCoin, @HH_LEVEL;
+ getitem HeroCoin, @HH_LEVEL*3;
getexp 4800-@HH_TIMER, @HH_LEVEL*20;
deltimer("#HH_CONTROLLER01::OnPlayerCycle");
end;