A placeable logbook and script to display, echo and log visiting PC's (and optionally DM's) log in information, including options for date, time, IP, Public CD Key, DM silent shout or log only, and PC data display options...
To Use:
Import Erf, ignore missing scripts.
Override x3_def_mod_load
or add
ExecuteScript(oce_pw_visitors, OBJECT_SELF);
Place logbook (found in placables, custom 1) were either dms or pcs can see, depending on settings and preference.
Constants:
// Date/Time Log
const int PW_VISIT_LOG_DT = TRUE;
// IP Log
const int PW_VISIT_LOG_IP = FALSE;
// CD Public Key Log
const int PW_VISIT_LOG_CD = FALSE;