summaryrefslogtreecommitdiff
path: root/npc/017-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-19 19:31:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-19 19:31:46 -0300
commit68aed0cb37da23e48e040b1e2ea8743bffad0bab (patch)
tree1c8bc229c112676f871ec502f3d6a5138e033459 /npc/017-3
parent010974ee88e2d0b883779b562960bbdce534e5c5 (diff)
downloadserverdata-68aed0cb37da23e48e040b1e2ea8743bffad0bab.tar.gz
serverdata-68aed0cb37da23e48e040b1e2ea8743bffad0bab.tar.bz2
serverdata-68aed0cb37da23e48e040b1e2ea8743bffad0bab.tar.xz
serverdata-68aed0cb37da23e48e040b1e2ea8743bffad0bab.zip
Add the final source of Sunny Crystal - And the final part of Milly's Quest.
Diffstat (limited to 'npc/017-3')
-rw-r--r--npc/017-3/doctor.txt13
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: