summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-01 23:20:24 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-01 23:22:41 -0300
commitd7717938f8739d2dc825a5acbdc169a74a303210 (patch)
treefb00f0f16a6e85adf8c0671490759b054b8fc717
parentafee57fdfc8a50571756fd339dece1e7b384ad08 (diff)
downloadserverdata-d7717938f8739d2dc825a5acbdc169a74a303210.tar.gz
serverdata-d7717938f8739d2dc825a5acbdc169a74a303210.tar.bz2
serverdata-d7717938f8739d2dc825a5acbdc169a74a303210.tar.xz
serverdata-d7717938f8739d2dc825a5acbdc169a74a303210.zip
MLP_CR_DEBUT
-rw-r--r--db/constants.conf8
-rw-r--r--npc/functions/hub.txt6
2 files changed, 11 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 185f72428..75897bfa0 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -2232,18 +2232,20 @@ constants_db: {
HCD_MARKET: 10
comment__: "Mirror Lake Server Identifiers"
- WORLD_ID: 1
+ WORLD_ID: 2
+ MLP_CR: 1
MLP_TMW: 3
comment__: "Mirror Lake Quest Constants"
MLP_TMW_CELESTIA: 1
MLP_TMW_YETIKING: 2
- //MLP_................ 4
+ MLP_CR_DEBUT: 4
+ //MLP_................ 8
comment__: "Mirror Lake Local Quest Constants"
MLP_ML_NARD: 1
MLP_ML_JAK1: 2
- //MLP_................ 4
+ //MLP_................ 4
comment__: "Being actions"
ACTION_STAND: 0
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index f7d2dc9e7..2c60fff59 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -36,6 +36,12 @@ function script HUB_Login {
#XMAS2021 = ##01_TMWEXP;
}
}
+ // Mirror Lake Debut
+ if ((##01_CRQUEST & 1) && !(##02_MLWORLD & MLP_CR_DEBUT)) {
+ dispbottom l("A %s mysteriously materializes in your inventory. It must have come from another world.", getitemlink(SupremeGift));
+ getitem SupremeGift, 1;
+ ##02_MLWORLD = ##02_MLWORLD | MLP_CR_DEBUT;
+ }
.@gto=get_byte(##00_INFO, 3);
.@mlp=get_nibble(##00_INFO, 5);