diff --git a/_module/Aantioch [PRC-CEP3].mod b/_module/Aantioch [PRC-CEP3].mod index 573cde0e..e82de6ca 100644 Binary files a/_module/Aantioch [PRC-CEP3].mod and b/_module/Aantioch [PRC-CEP3].mod differ diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 24619651..469af223 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -4379,7 +4379,7 @@ "Mod_Description": { "type": "cexolocstring", "value": { - "0": "By: DM McDaggart / PRC'd by: Jaysyn\n\nYou will need SoU and HotU expansion packs.\n\nRunning 1.62 Patch.\n\n400+ Custom creatures.\n1100+ Items available.\n601 Areas and more to add.\n42 Unique merchants.\n\n" + "0": "By: DM McDaggart / PRC'd by: Jaysyn\n\n400+ Custom creatures.\n1100+ Items available.\n601 Areas and more to add.\n42 Unique merchants.\n\nThis server is in active development and could go down arbitrarily. It should be back up quickly in most cases." } }, "Mod_DuskHour": { @@ -4400,15 +4400,15 @@ }, "Mod_Entry_X": { "type": "float", - "value": 44.82777404785156 + "value": 44.0 }, "Mod_Entry_Y": { "type": "float", - "value": 54.98154830932617 + "value": 54.0 }, "Mod_Entry_Z": { "type": "float", - "value": -5.7220458984375e-006 + "value": 0.0 }, "Mod_Expan_List": { "type": "list", diff --git a/_module/ncs/hif_onclientente.ncs b/_module/ncs/hif_onclientente.ncs index aedb3eb1..fdc92c6b 100644 Binary files a/_module/ncs/hif_onclientente.ncs and b/_module/ncs/hif_onclientente.ncs differ diff --git a/_module/nss/hif_onclientente.nss b/_module/nss/hif_onclientente.nss index ccf22a39..9a110212 100644 --- a/_module/nss/hif_onclientente.nss +++ b/_module/nss/hif_onclientente.nss @@ -8,6 +8,8 @@ void main() { + SendMessageToPC (GetEnteringObject(), "This server is under active development and could go down arbitrarily. Admin will try to give notice beforehand."); + ExecuteScript("prc_onenter", OBJECT_SELF); ExecuteScript("_oncliententer", OBJECT_SELF); }