Updated for PrC epic expansion

Updated for PrC epic expansion.
Hooked up NUI spellcast menu.
Full compile.
This commit is contained in:
Jaysyn904
2025-06-12 23:01:57 -04:00
parent 63933b27a6
commit e0fe25b084
76 changed files with 2159 additions and 754 deletions

View File

@@ -0,0 +1,12 @@
//:://////////////////////////////////////////////////
//:: prc_pwondeath
/*
PRC8 OnDeath event handler for NPCs.
*/
//:://////////////////////////////////////////////////
void main()
{
SignalEvent(OBJECT_SELF, EventUserDefined(1007));
}