I think he means something like in WoW, where every time you use an ability there is a short cooldown (1.5s usually) that runs on all of your abilities at once in addition to any ability's individual cooldowns.
Idk if its possible, maybe there is a trigger for it. If not you could make some sort of workaround where every ability applies a short buff that temporarily disables all other abilities. Visually it would be different from a cooldown, but functionally it would pretty much be the same I think.
What you can do is reset all the abilities cool downs when a unit uses any abiltiy with triggers
Or
You can create a behavior called "global cooldown" that has a lifespan of 2 seconds. Then add an effect to all of your abilites that gives the casting unit the "global coodown" behavior.
Then add a validator to the abilities that greys out the button if the unit has the "global coodown" behavior.
I think he means something like in WoW, where every time you use an ability there is a short cooldown (1.5s usually) that runs on all of your abilities at once in addition to any ability's individual cooldowns.
Idk if its possible, maybe there is a trigger for it. If not you could make some sort of workaround where every ability applies a short buff that temporarily disables all other abilities. Visually it would be different from a cooldown, but functionally it would pretty much be the same I think.
Yes, exactly like WoW. There is a trigger to add cooldowns to abilities but it only adds to those which are already cooling-down. I like the buff idea that would disable abilities, but I have some passives which I don't want to go down. Thank you for the comment.
What you can do is reset all the abilities cool downs when a unit uses any abiltiy with triggers
Or
You can create a behavior called "global cooldown" that has a lifespan of 2 seconds. Then add an effect to all of your abilites that gives the casting unit the "global coodown" behavior.
Then add a validator to the abilities that greys out the button if the unit has the "global coodown" behavior.
What about my abilities that are cooling down? I don't want to give a free ability reset to big cooldowns.
Hmm I think I misinterpret some of the answers, but how about this:
a trigger that procs when an ability is used, then it will do a check which of your abilities are cooling down and disregard those from the continuation of the trigger. the abilities that are currently "not in use" will be then given an additional +1.5 sec cooldown, to make it look like there were just used.
the visual will be something like: abilities that were already in cooldown will continue to cooldown their normal time, while those not being used at the time of the trigger will start 1.5 sec cooldown.
i got a bit confused when i wrote this, i will try to design a quick map to verify this concept. Regards.
actually I may need a little bit of help, its a problem with the triggers, can you like map out the abilities or the command card of a unit using triggers? I'm creating it now, but I seem to have to indicate the specific name of the ability in order for it to cooldown.
also having problems in triggering which abilities are already on cooldown.
Global Cooldowns. can they be done? My question can't be simpler than that.
for items? abilties?
abilities
@sgpao: Go
Global cooldown as in? All players receive the cooldown when one user uses the ability?
I think he means something like in WoW, where every time you use an ability there is a short cooldown (1.5s usually) that runs on all of your abilities at once in addition to any ability's individual cooldowns.
Idk if its possible, maybe there is a trigger for it. If not you could make some sort of workaround where every ability applies a short buff that temporarily disables all other abilities. Visually it would be different from a cooldown, but functionally it would pretty much be the same I think.
@sgpao: Go
What you can do is reset all the abilities cool downs when a unit uses any abiltiy with triggers
Or
You can create a behavior called "global cooldown" that has a lifespan of 2 seconds. Then add an effect to all of your abilites that gives the casting unit the "global coodown" behavior.
Then add a validator to the abilities that greys out the button if the unit has the "global coodown" behavior.
Yes, exactly like WoW. There is a trigger to add cooldowns to abilities but it only adds to those which are already cooling-down. I like the buff idea that would disable abilities, but I have some passives which I don't want to go down. Thank you for the comment.
What about my abilities that are cooling down? I don't want to give a free ability reset to big cooldowns.
Hmm I think I misinterpret some of the answers, but how about this:
a trigger that procs when an ability is used, then it will do a check which of your abilities are cooling down and disregard those from the continuation of the trigger. the abilities that are currently "not in use" will be then given an additional +1.5 sec cooldown, to make it look like there were just used.
the visual will be something like: abilities that were already in cooldown will continue to cooldown their normal time, while those not being used at the time of the trigger will start 1.5 sec cooldown.
i got a bit confused when i wrote this, i will try to design a quick map to verify this concept. Regards.
nvm suggested basically what you just wrote
actually I may need a little bit of help, its a problem with the triggers, can you like map out the abilities or the command card of a unit using triggers? I'm creating it now, but I seem to have to indicate the specific name of the ability in order for it to cooldown.
also having problems in triggering which abilities are already on cooldown.
getting a problem of mapping out the ability list of a unit, basically how do i convert this line into trigger language:
WHEN (any unit) uses (any ability)
map out the skills of that unit and give them an integer(X)
GET the number(integer) of that ability and set to ability integer(x)
ADD cooldowns to abilities of that unit EXCEPT the ability with this integer(X)
bump
thread must not.. die..
not giving up on this yet, if anyone out there can make this trigger work..
Look into using catalog functions to map out the abilities a unit has.