- Joined
- Jan 4, 2009
- Messages
- 118
I'll try simply spell "Blink Strike" by use ability "Channel" for base casts, but when I use skill it doesn't cooldown
work. Why? tell me plz!!
PS. When I comment SetUnitPosition Skill does cooldown work on....
Code :
Help me plz!!
work. Why? tell me plz!!
PS. When I comment SetUnitPosition Skill does cooldown work on....
Code :
JASS:
call SetUnitPosition(....)
if(IsUnitEnemy(GetSpellTargetUnit(), GetOwningPlayer(GetTriggerUnit())) == true)then
// Deals Damage
endif
Help me plz!!