• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

How to make an ability invisible?

Status
Not open for further replies.
There is many ways.
You could make an triggered ability or you could add your ability when the trigger run and order the unit to cast and some tricky ways like the use of spell books that you forbid to the players (do not remember if it were working well).
And there is an ability who can be hidden in UI and ordered to cast by triggers:channel.
 
A spell inside a spell book can't be ordered via triggers.

But a spell based from Channel, if the UI is hidden (as noob mentioned), can be ordered via triggers.

Just need to set the correct Base Order ID for that type of spell.

If it is instant, might as well based it off of an instant spell such as Roar, don't base it from thunderbolt (Storm Bolt) because it is Target-type spell whereas your spell is Instant-cast
 
To cast an active ability, you can enable the ability for the player, order it and right after this line disable it again.

There is a way to add abilities to another spellbook ingame --> http://www.thehelper.net/threads/how-to-make-spellbooks.27637/

Not that it should matter if it's hidden.

@defskull: You may order an ability from a spellbook if it is immediate and the spellbook has the same order id as the ability you want to be casted.
 
Status
Not open for further replies.
Back
Top