diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 14:49:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 14:49:24 -0300 |
commit | ba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41 (patch) | |
tree | 02cc9a86cad522a826cd6c6df36e4f93b1ed011d /npc/001-7/celestia_bossfight.txt | |
parent | a9317384eeb6010805fbad4a1185aff770c804fb (diff) | |
download | serverdata-ba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41.tar.gz serverdata-ba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41.tar.bz2 serverdata-ba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41.tar.xz serverdata-ba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41.zip |
Broadcast first person to beat Celestia Bossfight.
Warning warning, remember to create #world channel on test server.
Diffstat (limited to 'npc/001-7/celestia_bossfight.txt')
-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 95de813db..32009be0c 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -33,6 +33,8 @@ L_GoHome: L_Survivor: if ($YETIKING_WINNER$ == "") { $YETIKING_WINNER$=strcharinfo(0); + channelmes("#world", $YETIKING_WINNER$+" is the first player to finish Yeti King Quest!! GG, dude! %%N"); + announce l("All hail ##B@@##b, first to complete the ##3Yeti King Quest!", $YETIKING_WINNER$), bc_all|bc_npc; Karma=Karma+1; getexp 0, 200; getitem SilverGift, 1; |