• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Spellbook help

Status
Not open for further replies.
Level 4
Joined
Feb 24, 2018
Messages
71
Hello ! I am trying to create an a bash active ability where when I use the spell it adds the spellbok with bash to my hero for a few seconds then it removes it. I dont want to see the spellbook or the bash icon at my hero abilities. The bash is added and the icons don't appear but the bash doesn't disappear from my hero. Any idea why ? Thanks
  • Map
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player - Disable Spell Book(deepfreeze) for Player 1 (Red)
  • Deep freeze
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Deep Freeze
    • Actions
      • Unit - Add Spell Book(deepfreeze) to (Casting unit)
      • Wait 7.00 seconds
      • Unit - Remove Spell Book(deepfreeze) from (Casting unit)
 
Level 6
Joined
Aug 28, 2015
Messages
213
On version 1.27 upwards you can also set the bash icon position ot x = 0, y = -11(with shift click on the object editor) and add and remove the bash ability by itselfe without the spellbook workaround.
 
Status
Not open for further replies.
Top