diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 12:17:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 12:17:33 -0300 |
commit | a9317384eeb6010805fbad4a1185aff770c804fb (patch) | |
tree | c5905d3e3e2a60ef8201402ed2a47a6ab5b6659f | |
parent | a3a5446593660529f3530e252a818d6d1b364c64 (diff) | |
download | serverdata-a9317384eeb6010805fbad4a1185aff770c804fb.tar.gz serverdata-a9317384eeb6010805fbad4a1185aff770c804fb.tar.bz2 serverdata-a9317384eeb6010805fbad4a1185aff770c804fb.tar.xz serverdata-a9317384eeb6010805fbad4a1185aff770c804fb.zip |
Reward for first person to survive and talk to the Yeti King.
Teams here are not considerated.
-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; |