- Joined
- Dec 2, 2016
- Messages
- 733
I set my item that has a cast able ability on self. The cooldown is 5 seconds and works, but you can't see the cooldown. It shows that it's usable again but if you use it within the 5 seconds it wont allow until the 5 seconds are up. Anyone know what the issue is here?
Also, I created the trigger below to activate the blood lust ability of the ability. But it doesn't seem to make the unit grow larger via data scaling) It only applies the bloodlust, any idea what the issue is?
Also, I created the trigger below to activate the blood lust ability of the ability. But it doesn't seem to make the unit grow larger via data scaling) It only applies the bloodlust, any idea what the issue is?
-
Bllood lust
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Rugarus Blood Lust Fix (item)
-
-
Actions
-
Game - Display to (All players) the text: yes
-
Unit - Create 1 Dummy Unit for (Owner of (Triggering unit)) at (Center of (Playable map area)) facing Default building facing degrees
-
Unit - Add Bloodlust (Neutral Hostile 1) to (Last created unit)
-
Unit - Order (Last created unit) to Orc Shaman - Bloodlust (Target unit of ability being cast)
-
Wait 2.00 seconds
-
Unit - Remove (Last created unit) from the game
-
-
Last edited: