Dynamic Creature/Go spawning

Port From (https://github.com/TrinityCore/TrinityCore/commit/03b125e6d1947258316c931499746696a95aded2)
This commit is contained in:
hondacrx
2020-08-23 21:52:32 -04:00
parent 8fc9c45d50
commit 15ae7a7c66
45 changed files with 3925 additions and 1963 deletions
+19 -4
View File
@@ -1079,11 +1079,26 @@ namespace Framework.Constants
DebugSceneObjectList = 5068,
DebugSceneObjectDetail = 5069,
NpcinfoUnitFieldFlags2 = 5070,
NpcinfoUnitFieldFlags3 = 5071,
NpcinfoNpcFlags = 5072,
// Strings Added For DynamicSpawning
SpawninfoGroupId = 5070,
SpawninfoCompatibilityMode = 5071,
SpawninfoGuidinfo = 5072,
SpawninfoSpawnidLocation = 5073,
SpawninfoDistancefromplayer = 5074,
SpawngroupBadgroup = 5075,
SpawngroupSpawncount = 5076,
ListRespawnsRange = 5077,
ListRespawnsZone = 5078,
ListRespawnsListheader = 5079,
ListRespawnsOverdue = 5080,
ListRespawnsCreatures = 5081,
ListRespawnsGameobjects = 5082,
// Room For More Trinity Strings 5073-9999
NpcinfoUnitFieldFlags2 = 5084,
NpcinfoUnitFieldFlags3 = 5085,
NpcinfoNpcFlags = 5086,
// Room For More Trinity Strings 5087-6603
// Level Requirement Notifications
SayReq = 6604,