- Joined
- Aug 8, 2010
- Messages
- 1,022
Hi! When i cast Storm bolt, my hero isn't throwing the hammer at the same time ( there is about a second before throwing, a green square gets on the icon ). I want to ask how to eliminate that time in my trigger. I know i need to use 'A unit begins casting and ability' instead of 'A unit starts the effect of and ability', but when i use the right thing - the cooldown of the ability isn't appearing ( the magic haves no cooldown )... i don't know if you are understanding me and sorry for my bad english... here are the triggers :
PS: i use the Storm bolt as a dummy spell. ( i used the Hashtable to test something... i don't know why i pasted it here... )
-
Hashtabl
-
Events
- Map initialization
- Conditions
-
Actions
- Hashtable - Create a hashtable
- Set HashCharge = (Last created hashtable)
-
Events
-
Charge
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Charge [Bear]
-
Actions
- Hashtable - Save Handle Of(Target unit of ability being cast) as 1 of 1 in HashCharge
- Unit - Set (Casting unit) movement speed to 1500.00
- Unit - Order (Casting unit) to Attack (Load 1 of 1 in HashCharge)
- Wait 2.00 seconds
- Unit - Set (Casting unit) movement speed to (Default movement speed of (Casting unit))
-
Events
PS: i use the Storm bolt as a dummy spell. ( i used the Hashtable to test something... i don't know why i pasted it here... )
Last edited: