• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Solved] Icon Hide with Spell Book not working

Status
Not open for further replies.

Middis

M

Middis

Ok so I've read the spell book tutorial on this page. I have made a skill called "Disarm" out of Channel, which adds a buff that is made out of Command Aura, and it reduces the attack damage of the targeted unit.

1. I have created the Spell Book ability for my custom ability called Spell Book (Disarm Target)
2. I have added the Disarm (Target) ability inside the spell book.
3. I have created the Spell Book disable trigger:
Disable Abilities
Events
Map initialization
Conditions
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Player - Disable Spell Book (Disarm Target) for (Picked player)


And the problem is: The icon is not hidden when I add the command aura ability to the targeted enemy unit. The icon is not hidden even if I add to a unit using object editor and start the map.
 
Because you have to add the Disabled Spellbook which has the ability, not the ability. And you have to use an event for the trigger.

BTW, I'm not sure about this, but so far I think Channel skills are cast-able, not passives.
 
Yeah the skill is casted, then it adds the command aura buff. And I got it working now, thanks for help! :)
 
Status
Not open for further replies.
Back
Top