First try at making spells in SmartAI

Signed-off-by: hondacrx <prelude_20032002@yahoo.com>
This commit is contained in:
hondacrx
2017-07-10 14:23:51 -04:00
parent 40a4685a9c
commit 809e601945
7 changed files with 412 additions and 60 deletions
+7 -2
View File
@@ -195,7 +195,11 @@ namespace Framework.Constants
SceneCancel = 80, // none
SceneComplete = 81, // none
End = 82
//New
SpellEffectHit = 82,
SpellEffectHitTarget = 83,
End = 84
}
public enum SmartActions
@@ -358,7 +362,8 @@ namespace Framework.Constants
LootRecipients = 27, // all players that have tagged this creature (for kill credit)
Farthest = 28, // maxDist, playerOnly, isInLos
VehicleAccessory = 29, // seat number (vehicle can target it's own accessory)
Caster = 30,
End = 30
End = 31
}
}