2025/07/19 Update

Added PEPS.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-19 09:27:41 -04:00
parent 001fb330a2
commit 0e92965295
533 changed files with 144360 additions and 736 deletions

View File

@@ -4,9 +4,11 @@ void main()
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
ExecuteScript("0e_onclientload", oPC);
AddJournalQuestEntry("Category000", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("xprules", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("lvl_adj", 1, oPC, FALSE, FALSE, FALSE);
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);
}
}