Greetings,
I need to create a unit which will have three abilities: Fire, Storm and Earth. All of those abilities will be a triggered ones, but I need them to share cooldown.
i.e. Fire spell is cast, the unit can't cast Fire/Storm/Earth as they all go on cooldown if one of the spells is cast.
For clarification:
- I can't use spellbook, I want the player to have access to spells w/o opening the spellbook
- I can't use mana as limiter for spells, which replace cooldown
- Unit with those spells would be a regular unit. Regular caster unit that can be produced in hundreds etc, so not a special unit. With that said, the map I'm working on is a huge one, so heavy-triggered or laggy triggers aren't solution
Also I'm not familiar with JASS, so I won't understand anything from the JASS code you throw at me.
I need to create a unit which will have three abilities: Fire, Storm and Earth. All of those abilities will be a triggered ones, but I need them to share cooldown.
i.e. Fire spell is cast, the unit can't cast Fire/Storm/Earth as they all go on cooldown if one of the spells is cast.
For clarification:
- I can't use spellbook, I want the player to have access to spells w/o opening the spellbook
- I can't use mana as limiter for spells, which replace cooldown
- Unit with those spells would be a regular unit. Regular caster unit that can be produced in hundreds etc, so not a special unit. With that said, the map I'm working on is a huge one, so heavy-triggered or laggy triggers aren't solution
Also I'm not familiar with JASS, so I won't understand anything from the JASS code you throw at me.