diff options
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/doctor.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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: |