summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-01 23:15:50 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-01 23:15:50 -0300
commit48b42413b7e862d3a7cb63c57c76c661b6e82dbe (patch)
treea84a30a09bd8fdd977b665532388e5d59c3e0b63
parent8a49f4c8e5ac09b35edf5c7659a0c2a484726cd6 (diff)
downloadserverdata-48b42413b7e862d3a7cb63c57c76c661b6e82dbe.tar.gz
serverdata-48b42413b7e862d3a7cb63c57c76c661b6e82dbe.tar.bz2
serverdata-48b42413b7e862d3a7cb63c57c76c661b6e82dbe.tar.xz
serverdata-48b42413b7e862d3a7cb63c57c76c661b6e82dbe.zip
Export the completion of Moubootaur Legends battle as MLP_CR_DEBUT
-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);