2025/08/16 Update

Updated for PRC8 updates.
This commit is contained in:
Jaysyn904
2025-08-16 10:27:10 -04:00
parent 21eaeaa96d
commit a98108dad1
113 changed files with 980 additions and 1053 deletions

View File

@@ -0,0 +1,5 @@
void main()
{
ExecuteScript("mod_nui");
ExecuteScript("prc_onplayernui");
}

View File

@@ -0,0 +1,5 @@
void main()
{
ExecuteScript("mod_target");
ExecuteScript("prc_onplaytarget");
}

File diff suppressed because it is too large Load Diff

View File

@@ -40,9 +40,9 @@ void main()
{
string sCampaign = "Endless Nights IV";
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_nui");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_TARGET, "mod_target");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_GUIEVENT, "mod_gui");
//SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_nui");
//SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_TARGET, "mod_target");
//SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_GUIEVENT, "mod_gui");
SetCampaignInt(sCampaign,"MP",1);
SetCampaignInt(sCampaign,"E4DMModOnly",1);
@@ -88,7 +88,7 @@ void main()
// * Spellcasting: Some people don't like caster's abusing expertise to raise their AC
// * Uncommenting this line will drop expertise mode whenever a spell is cast by a player
// SetModuleSwitch (MODULE_VAR_AI_STOP_EXPERTISE_ABUSE, TRUE);
SetModuleSwitch (MODULE_VAR_AI_STOP_EXPERTISE_ABUSE, TRUE);
// * Item Event Scripts: The game's default event scripts allow routing of all item related events