From 68aed0cb37da23e48e040b1e2ea8743bffad0bab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 May 2022 19:31:46 -0300 Subject: Add the final source of Sunny Crystal - And the final part of Milly's Quest. --- npc/017-3/doctor.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc/017-3') diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt index 5f6d62252..42ed43b11 100644 --- a/npc/017-3/doctor.txt +++ b/npc/017-3/doctor.txt @@ -354,6 +354,19 @@ L_Cont: getexp 300000, 0; getitem SaviorBlueprint, 1; setq LoFQuest_EPISODE, 17; + + // Less relevant + EPISODE_WINNER=gettimetick(2); + if ($EPISODE_WINNER$ == "") { + $EPISODE_WINNER$=strcharinfo(0); + channelmes("#world", $EPISODE_WINNER$+" is the first player to finish The Episode of Ozthokk!! GG, dude! %%N"); + announce "All hail ##B"+$EPISODE_WINNER$+"##b, first to complete ##3The Episode of Ozthokk!", bc_all|bc_npc; + getexp 0, 2000; + getitem PrismGift, 1; + mesc l("CONGRATULATIONS! You are the first player to finish The Episode of Ozthokk!!"), 2; + mesc l("You just gained a Prism Gift, and 2000 Job Exp for your bravery!"), 2; + next; + } close; OnInit: -- cgit v1.2.3-70-g09d2