2025/10/27 Update

Removed PEPS.
Fixed heartbeat bug.
This commit is contained in:
Jaysyn904
2025-10-27 20:27:07 -04:00
parent 3b215a3932
commit 69f46f973b
294 changed files with 31253 additions and 43810 deletions

View File

@@ -8,14 +8,6 @@
void main()
{
object oPC = GetEnteringObject();
ExecuteScript("prc_onenter", oPC);
ExecuteScript("x3_mod_def_enter", oPC);
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE);
ExecuteScript("0e_onclientload", oPC);
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("x3_mod_def_enter", OBJECT_SELF);
}