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

@@ -1238,7 +1238,7 @@
},
"Mod_OnNuiEvent": {
"type": "resref",
"value": "prc_onplayernui"
"value": "hif_onplayernui"
},
"Mod_OnPlrChat": {
"type": "resref",
@@ -1258,7 +1258,7 @@
},
"Mod_OnPlrGuiEvt": {
"type": "resref",
"value": ""
"value": "mod_gui"
},
"Mod_OnPlrLvlUp": {
"type": "resref",
@@ -1270,7 +1270,7 @@
},
"Mod_OnPlrTarget": {
"type": "resref",
"value": "prc_onplaytarget"
"value": "hif_onplaytarget"
},
"Mod_OnPlrTileAct": {
"type": "resref",
@@ -2579,6 +2579,21 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_CREATE_INFUSION_CASTER_LEVEL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
}

View File

@@ -20306,22 +20306,22 @@
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree034"
"value": "zep_tree028"
},
"STRREF": {
"type": "dword",
"value": 16813282
"value": 16813284
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree028"
"value": "zep_tree034"
},
"STRREF": {
"type": "dword",
"value": 16813284
"value": 16813282
}
},
{
@@ -20368,17 +20368,6 @@
"value": 16813296
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree035"
},
"STRREF": {
"type": "dword",
"value": 16813298
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -20394,11 +20383,11 @@
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree038"
"value": "zep_tree035"
},
"STRREF": {
"type": "dword",
"value": 16813306
"value": 16813298
}
},
{
@@ -20412,6 +20401,17 @@
"value": 16813308
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree038"
},
"STRREF": {
"type": "dword",
"value": 16813306
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -20777,17 +20777,6 @@
"value": 16813264
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree036"
},
"STRREF": {
"type": "dword",
"value": 16813286
}
},
{
"__struct_id": 0,
"RESREF": {
@@ -20803,11 +20792,11 @@
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree093"
"value": "zep_tree036"
},
"STRREF": {
"type": "dword",
"value": 16813302
"value": 16813286
}
},
{
@@ -20821,6 +20810,17 @@
"value": 16813304
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "zep_tree093"
},
"STRREF": {
"type": "dword",
"value": 16813302
}
},
{
"__struct_id": 0,
"RESREF": {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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