• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] How to show only 1 tech requirement remaining when 1 out of 2 are completed? [for passive spell with cooldown]

I'm trying to have multiple passive abilities that show cooldowns in the UI but can't be actively clicked. I'm aware that you can assign cooldown to the create corpse ability but that's only good for 1 slot. The problem I run into is that even when I complete 1 requirement it shows all of them as not completed (see screenshot) is there anyway around this?

WC3ScrnShot_090424_083305_000.png

Even though priest adept training is complete it still shows as a requirement until "passive ability" is complete which should never happen in normal game play.

I'd like this to be in a spellbook so that makes it harder
 
Level 11
Joined
Nov 15, 2007
Messages
800
You can use as many instances of Exhume Corpse as you want and start their cooldowns individually with "Unit - Start Unit Ability Cooldown". It will work for passives within spell books as well.
 
You can use as many instances of Exhume Corpse as you want and start their cooldowns individually with "Unit - Start Unit Ability Cooldown". It will work for passives within spell books as well.
I wasn't expecting that to work because it fails with order ID conflicted abilities but I tested just now and it works thanks!
 
Top