2025/07/20 Update
Added PEPS AI. Updated class & racialtypes 2DAs for the Lost Lands. Full compile.
This commit is contained in:
@@ -133,11 +133,8 @@ void main()
|
||||
AddPersistentJournalQuestEntry("JRNL_XPCHART", 1, oPC);
|
||||
AddPersistentJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC);
|
||||
AddPersistentJournalQuestEntry("JRNL_PRC8", 1, oPC);
|
||||
|
||||
//:: Announce player
|
||||
string sMessage = sPlayerName+ " has entered the Lost Lands.";
|
||||
|
||||
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, sMessage, "Orcus");
|
||||
ExecuteScript("0e_onclientload", oPC);
|
||||
|
||||
// Make sure PC isn't set to Plot, for reasons
|
||||
SetPlotFlag(oPC, FALSE);
|
||||
@@ -167,4 +164,9 @@ void main()
|
||||
|
||||
// End BESIE Spawn System
|
||||
|
||||
//:: Announce player
|
||||
string sMessage = sPlayerName+ " has entered the Lost Lands.";
|
||||
|
||||
NWNX_WebHook_SendWebHookHTTPS("discordapp.com", NWNX_DISCORD_URL, sMessage, "Orcus");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user