2025/09/24 Update

Updates from @behindflayer
This commit is contained in:
Jaysyn904
2025-09-24 16:04:25 -04:00
parent 8d91ef12cc
commit 8f76c0e5a5
218 changed files with 1035 additions and 372 deletions

View File

@@ -37,6 +37,8 @@ void main()
location oPCLoc = GetLocation(oPC);
int bNWNxEE = NWNXGetIsAvailable();
//:: NUI Magic by Daz
//Examine_DisablePanels(oPC);
GetObjectUUID(oPC);
@@ -45,8 +47,8 @@ void main()
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE);
ExecuteScript("0e_onclientload", oPC);
//:: Initialize PEPs
ExecuteScript("0e_onclientload", oPC);
SetLocalInt(oPC,"stables",1);
GPA_HorseOCL(oPC);
@@ -61,10 +63,10 @@ void main()
RebuildJournalQuestEntries(GetEnteringObject());
//:: AmonBot Player Announce
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, sPlayerName+ " has entered the World of Amon.", "AmonBot");
if (bNWNxEE) NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, sPlayerName+ " has entered the World of Amon.", "AmonBot");
//:: Fix XP display for 40+ lvl PCs
SetTlkOverrideForMaximumLevel(oPC);
if (bNWNxEE) SetTlkOverrideForMaximumLevel(oPC);
/* if (GetIsPC(oPC))
{