- Joined
- Mar 30, 2007
- Messages
- 26
-
Blizzard
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to PointCast
-
Actions
- Set blizzdummypoint[(Player number of (Owner of (Triggering unit)))] = (Position of (Casting unit))
- Set blizzcastpoint[(Player number of (Owner of (Triggering unit)))] = (Target point of ability being cast)
- Unit - Create 1 Blizzard [Casting Dummy] for (Owner of (Triggering unit)) at blizzdummypoint[(Player number of (Owner of (Triggering unit)))] facing Default building facing degrees
- Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
- Unit - Set level of Blizzard [Casting Dummy] for (Last created unit) to (Level of Point Cast for (Triggering unit))
- Unit - Order (Last created unit) to Human Archmage - Blizzard blizzcastpoint[(Player number of (Owner of (Triggering unit)))]
- Custom script: call RemoveLocation(udg_blizzdummypoint[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))])
- Custom script: call RemoveLocation(udg_blizzcastpoint[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))])
-
Events
Thanks.