Tweaked a few creatures

Tweaked a few creatures.
This commit is contained in:
Jaysyn904
2022-12-18 22:39:32 -05:00
parent 6b1ac72a5d
commit 0187ed30eb
11 changed files with 99 additions and 206 deletions

View File

@@ -18,6 +18,9 @@
void main()
{
ms_Nomenclature(OBJECT_SELF);
// OPTIONAL BEHAVIORS (Comment In or Out to Activate ) ****************************************************************************
//SetSpawnInCondition(NW_FLAG_SPECIAL_CONVERSATION);
//SetSpawnInCondition(NW_FLAG_SPECIAL_COMBAT_CONVERSATION);
@@ -73,7 +76,7 @@ void main()
// combat.
GenerateNPCTreasure(); //* Use this to create a small amount of treasure on the creature
ms_Nomenclature(OBJECT_SELF);
}