- Joined
- Aug 8, 2010
- Messages
- 1,022
Hi! I wanna ask why my spell doesn't work, triggers here :
-
Da hashtable
-
Events
- Time - Elapsed game time is 0.10 seconds
- Conditions
-
Actions
- Hashtable - Create a hashtable
- Set HashForDamage = (Last created hashtable)
-
Events
-
Damage
-
Events
- Unit - A unit Is attacked
-
Conditions
- (Unit-type of (Attacking unit)) Equal to Bear
-
Actions
- Hashtable - Save (Damage taken) as 1 of 1 in HashForDamage
-
Events
-
Da actual spell
-
Events
- Unit - A unit Finishes casting an ability
-
Conditions
- (Ability being cast) Equal to Power Slam [Bear]
-
Actions
- Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) - ((Load 1 of 1 from HashForDamage) + ((Load 1 of 1 from HashForDamage) x 10.00)))
-
Events