From a9317384eeb6010805fbad4a1185aff770c804fb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 12:17:33 -0300 Subject: Reward for first person to survive and talk to the Yeti King. Teams here are not considerated. --- npc/001-7/celestia_bossfight.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index ead3f8771..95de813db 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -31,6 +31,15 @@ L_GoHome: close; L_Survivor: + if ($YETIKING_WINNER$ == "") { + $YETIKING_WINNER$=strcharinfo(0); + Karma=Karma+1; + getexp 0, 200; + getitem SilverGift, 1; + mes col("CONGRATULATIONS! You are the first player to finish Yeti King quest!!", 2); + mes col("You just gained a Karma point, a Silver Gift, and 200 Job Exp for your bravery!", 2); + next; + } mesn col("The Yeti King", 3); mesq l("Good job, kid. You've survived both the Cave Of Trials and Soren's Village."); next; -- cgit v1.2.3-70-g09d2