- Joined
- Jun 13, 2020
- Messages
- 16
Hai,I am still a newbie for trigger.I want to ask if my ability is the instant cast ability,did I need to make it MUI or it straight away become the MUI spell??
Rich (BB code):
-
Swift strike
-

Events
-


Unit - A unit Starts the effect of an ability
-

Conditions
-


(Ability being cast) Equal to Execute strike
-

Actions
-


Set ItemCaster = (Casting unit)
-


Set SwiftStrike_TempPoint = (Target point of ability being cast)
-


Set SwiftStrike_TempUnit = (Target unit of ability being cast)
-


Unit - Move ItemCaster instantly to SwiftStrike_TempPoint, facing (Facing of ItemCaster) degrees
-


Unit - Cause ItemCaster to damage SwiftStrike_TempUnit, dealing (100.00 + ((Max life of Temp_Unit) x 0.10)) damage of attack type Chaos and damage type Normal
-


Unit Group - Pick every unit in (Units within 200.00 of SwiftStrike_TempPoint matching (((Matching unit) Not equal to SwiftStrike_TempUnit) and (((Matching unit) belongs to an enemy of (Owner of ItemCaster)) Equal to True))) and do (Actions)
-



Loop - Actions
-




Unit - Cause ItemCaster to damage (Picked unit), dealing ((100.00 + ((Max life of SwiftStrike_TempUnit) x 0.10)) x 1.00) damage of attack type Chaos and damage type Normal
-




Custom script: call RemoveLocation(udg_SwiftStrike_TempPoint)
Last edited: