Updated timekeeper script

Updated timekeeper script.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-08-22 23:18:37 -04:00
parent 2599ac63a5
commit 5dbc9b3290
6 changed files with 346 additions and 3 deletions

View File

@@ -39,10 +39,10 @@ const int nNWNX2 = 0; //(Default = 0 / You Are NOT using NWNX2 )
const int nRestart = 0; //Set this to 0 if you are using Re-Load Module
//Set this to 1 if you wish to Auto Re-Load The Module
const int nReload = 1; //Set this to 0 if you are using Restart Server
const int nReload = 0; //Set this to 0 if you are using Restart Server
//Set the name of your module below if you are using Re-Load Module
const string sModuleName = "1_69 Paths of Ascension SPE";
const string sModuleName = "Path of Ascension [PRC8-CEP3]";
//Set the # below to what Time you want to reset the Module or Server
//NOTE: The time is in minutes (Multiple Hours X 60)
@@ -88,7 +88,7 @@ const int nColor = 4; //(Default = 0 / No Color);
//Place the message you wish to send all of the players every
//nMsgTime minutes (above) inside of the " " below..
const string sMainMessage = " Thanks for playing! ";
const string sMainMessage = " Thanks for playing! Visit our Discord: https://discord.gg/VtaEwJXzav";
//////////////////////////////////////////////////////////////////////