2025/07/18 Update

Added PEPS.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-18 12:13:13 -04:00
parent a774cf5d30
commit 0e9e2c6950
549 changed files with 144360 additions and 734 deletions

View File

@@ -3,6 +3,9 @@ void main()
object oPC = GetEnteringObject();
AddJournalQuestEntry("Category000", 1, oPC, TRUE, TRUE);
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);
ExecuteScript("0e_onclientload", oPC);
}