Notice added

Notice of active development added to module description and onenter script
This commit is contained in:
EpicValor 2023-08-10 12:26:00 -05:00
parent a215aca183
commit 86fa6e51ac
4 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -4379,7 +4379,7 @@
"Mod_Description": { "Mod_Description": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "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": { "Mod_DuskHour": {
@ -4400,15 +4400,15 @@
}, },
"Mod_Entry_X": { "Mod_Entry_X": {
"type": "float", "type": "float",
"value": 44.82777404785156 "value": 44.0
}, },
"Mod_Entry_Y": { "Mod_Entry_Y": {
"type": "float", "type": "float",
"value": 54.98154830932617 "value": 54.0
}, },
"Mod_Entry_Z": { "Mod_Entry_Z": {
"type": "float", "type": "float",
"value": -5.7220458984375e-006 "value": 0.0
}, },
"Mod_Expan_List": { "Mod_Expan_List": {
"type": "list", "type": "list",

Binary file not shown.

View File

@ -8,6 +8,8 @@
void main() 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("prc_onenter", OBJECT_SELF);
ExecuteScript("_oncliententer", OBJECT_SELF); ExecuteScript("_oncliententer", OBJECT_SELF);
} }