diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-04 14:53:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-04 14:53:10 -0300 |
commit | 155468204e3d5ffd84164ba184b7a89312fdbc7b (patch) | |
tree | aa8fe5d3dcdfb5af2b8405df8dfe546444d552fa /world/map/npc/099-7 | |
parent | 0cde61e44137623f883b22f682bff9be0c29bfcf (diff) | |
download | serverdata-155468204e3d5ffd84164ba184b7a89312fdbc7b.tar.gz serverdata-155468204e3d5ffd84164ba184b7a89312fdbc7b.tar.bz2 serverdata-155468204e3d5ffd84164ba184b7a89312fdbc7b.tar.xz serverdata-155468204e3d5ffd84164ba184b7a89312fdbc7b.zip |
[skip ci] Before I forget - Also send Chronos messages to syslog.
Diffstat (limited to 'world/map/npc/099-7')
-rw-r--r-- | world/map/npc/099-7/chronos.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/099-7/chronos.txt b/world/map/npc/099-7/chronos.txt index 45695c74..9a68a089 100644 --- a/world/map/npc/099-7/chronos.txt +++ b/world/map/npc/099-7/chronos.txt @@ -174,6 +174,7 @@ L_rewards_choice: mes "[Chronos]"; mes "\"Here's your " + @item_names$[@index] + ", good bye.\""; wgm "=> Player `"+strcharinfo(0) + "` obtained the following item from Chronos: "+ @item_names$[@index]; + debugmes "=> Player `"+strcharinfo(0) + "` obtained the following item from Chronos: "+ @item_names$[@index]; set #BOSS_MEDALS_AVAILABLE, #BOSS_MEDALS_AVAILABLE - @num_medals; set $CHRONOS_STOCK, $CHRONOS_STOCK - 1; set @cur_date, (gettime(7) << 5) | (gettime(6) << 1); |