diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 13:30:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 13:30:20 -0300 |
commit | 90da485b598c1ae8c6307e95c872eb67353f7579 (patch) | |
tree | f62aca19a65e6bf77f68717fe338c3a5d2fc69f7 /npc/001-10-1/scripts.txt | |
parent | 508496d7e9a688164e3c1f81efbe1129a707f41a (diff) | |
download | serverdata-90da485b598c1ae8c6307e95c872eb67353f7579.tar.gz serverdata-90da485b598c1ae8c6307e95c872eb67353f7579.tar.bz2 serverdata-90da485b598c1ae8c6307e95c872eb67353f7579.tar.xz serverdata-90da485b598c1ae8c6307e95c872eb67353f7579.zip |
Track more information, disclose more information, but hide some private info.
Monster Points, Total Gold, upgrades available, etc. are too intimate.
Diffstat (limited to 'npc/001-10-1/scripts.txt')
-rw-r--r-- | npc/001-10-1/scripts.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-10-1/scripts.txt b/npc/001-10-1/scripts.txt index b42a9dcfd..fd7c89c6e 100644 --- a/npc/001-10-1/scripts.txt +++ b/npc/001-10-1/scripts.txt @@ -40,9 +40,12 @@ OnReward1: getitem BottledDust, 9+.bonus; else getitem BottledDust, 1; + // FALLTHROUGH OnReward2: - if (.pwin && getcharid(1) == .pwin) + if (.pwin && getcharid(1) == .pwin) { + setq2 LoFQuest_COD, getq2(LoFQuest_COD) + 1; getitem BottledDust, 1; + } warp "018-2-1", 24, 29; end; |