feat(Core/SmartScripts): SMART_TARGET_LOOT_RECIPIENTS (#9967)

This commit is contained in:
IntelligentQuantum
2022-01-03 04:24:27 +03:30
committed by GitHub
parent 7d25a0fb68
commit 8a5b96349b
3 changed files with 25 additions and 1 deletions

View File

@@ -1334,7 +1334,7 @@ enum SMARTAI_TARGETS
SMART_TARGET_THREAT_LIST = 24, // All units on creature's threat list, maxdist, playerOnly
SMART_TARGET_CLOSEST_ENEMY = 25, // maxDist, playerOnly
SMART_TARGET_CLOSEST_FRIENDLY = 26, // maxDist, playerOnly
SMART_TARGET_LOOT_RECIPIENTS = 27, // TODO: NOT SUPPORTED YET
SMART_TARGET_LOOT_RECIPIENTS = 27, // all players that have tagged this creature (for kill credit)
SMART_TARGET_FARTHEST = 28, // maxDist, playerOnly, isInLos
SMART_TARGET_VEHICLE_PASSENGER = 29, // seat number (vehicle can target it's own accessory)