summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/constants.conf5
-rw-r--r--npc/config/events.txt3
2 files changed, 5 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 8e8bfb7..2a58226 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -2236,6 +2236,7 @@ constants_db: {
comment__: "Mirror Lake Server Identifiers"
WORLD_ID: 1
+ MLP_ML: 2
MLP_TMW: 3
comment__: "Mirror Lake Quest Constants"
@@ -2244,8 +2245,8 @@ constants_db: {
//MLP_................ 4
comment__: "Mirror Lake Local Quest Constants"
- MLP_ML_NARD: 1
- MLP_ML_JAK1: 2
+ MLP_CR_DEBUT: 1
+ //MLP_CR_JAK1: 2
//MLP_................ 4
comment__: "Being actions"
diff --git a/npc/config/events.txt b/npc/config/events.txt
index 55c4433..3dd4311 100644
--- a/npc/config/events.txt
+++ b/npc/config/events.txt
@@ -176,7 +176,8 @@ OnMFDispose:
OnMFSurvive:
dispbottom l("Mission accomplished. Well played!");
- // TODO: Mark as "done" on Mirror Lake Quest Tracker
+ // Mark as "done" on Mirror Lake Quest Tracker
+ ##01_CRQUEST = ##01_CRQUEST | MLP_CR_DEBUT;
specialeffect(FX_FANFARE, AREA, getcharid(3));
sleep2(15000);
warp("033-1", 72, 191);