Removed Skullkeep Forge

Removed Skullkeep Forge system (originally by Winterknight and Asbury)  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-11-12 15:25:30 -05:00
parent 80d4b7c4d6
commit 1c5cbbe7ea
465 changed files with 12458 additions and 30265 deletions

View File

@@ -576,7 +576,10 @@ void main()
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eConceal, OBJECT_SELF);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eGhost, OBJECT_SELF);
}
//:: Set or Randomize name
ms_Nomenclature(OBJECT_SELF);
//:: Execute OnSpawn script.
int nSpider = GetStringLeft(GetTag(OBJECT_SELF), 12) == "MONST_SPIDER" ? TRUE : FALSE;
if(nSpider)
@@ -594,11 +597,7 @@ void main()
ExecuteScript("prc_pwonspawn", OBJECT_SELF);
//:: Execute PRC OnSpawn script.
ExecuteScript("prc_npc_spawn", OBJECT_SELF);
}
//:: Set or Randomize name
ms_Nomenclature(OBJECT_SELF);
}
//:: Post Spawn event requested
if (nSpecEvent == 2 || nSpecEvent == 3)