diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-01 23:15:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-01 23:15:50 -0300 |
commit | 48b42413b7e862d3a7cb63c57c76c661b6e82dbe (patch) | |
tree | a84a30a09bd8fdd977b665532388e5d59c3e0b63 /npc/config | |
parent | 8a49f4c8e5ac09b35edf5c7659a0c2a484726cd6 (diff) | |
download | serverdata-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
Diffstat (limited to 'npc/config')
-rw-r--r-- | npc/config/events.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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); |