diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 12:52:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 12:52:11 -0300 |
commit | d2c812452c06f09f36ed1d6b960b0cb61de72a36 (patch) | |
tree | a71bc09e6f6b5fafb523f5ee03b4f93cb110c1c2 /npc/001-7 | |
parent | d3ef7ded193c3185d86e5b01b393e4507bdd3150 (diff) | |
download | serverdata-d2c812452c06f09f36ed1d6b960b0cb61de72a36.tar.gz serverdata-d2c812452c06f09f36ed1d6b960b0cb61de72a36.tar.bz2 serverdata-d2c812452c06f09f36ed1d6b960b0cb61de72a36.tar.xz serverdata-d2c812452c06f09f36ed1d6b960b0cb61de72a36.zip |
Start logging when the epic feats were done individually, and show it on Grimorium
Diffstat (limited to 'npc/001-7')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 5140d0cde..e67ec4f8d 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -40,6 +40,8 @@ L_GoHome: close; L_Survivor: + if (!YETIKING_WINNER) + YETIKING_WINNER = gettimetick(2); if ($YETIKING_WINNER$ == "") { $YETIKING_WINNER$=strcharinfo(0); channelmes("#world", $YETIKING_WINNER$+" is the first player to finish Yeti King Quest!! GG, dude! %%N"); |