diff options
Diffstat (limited to 'npc/001-7')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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; |