• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Deselect Spell Book

Status
Not open for further replies.
Level 16
Joined
Aug 20, 2009
Messages
1,554
Is there any way to close the spell book?

when you open a spell book, and cast some spell, i want it to close the spell book after it cast, (i know using share spell book cooldown will close it down, but i dont want it to close that way.)

any one knows?
 
Level 15
Joined
Oct 16, 2010
Messages
942
Is there any way to close the spell book?

when you open a spell book, and cast some spell, i want it to close the spell book after it cast, (i know using share spell book cooldown will close it down, but i dont want it to close that way.)

any one knows?

Pressing escape triggers the cancel command, you could try forcing the player to hit escape (under cinematic actions I belive).

I think there's an easier way though. GL ^-^
 
Level 16
Joined
Aug 20, 2009
Messages
1,554
is there such a command...?.. i never saw one

---Edit---

oh yes i found it, gonna test it out.

Result : Didnt work, it doesnt get out of the spell book.

----

i tried enabling and disabling, doesnt work,

and i must not use remove and add, due to some reason (such as its cooldown being reset if i remove and add), any other ways>?
 
Silly, silly...
  • Out of Spellbook
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
    • Actions
      • Wait 0.01 seconds
      • -------- Turning off the trigger stops it from firing --------
      • Trigger - Turn off Your Triggers <gen>
      • Game - Force (Owner of (Triggering unit)) to press Escape/Cancel
      • -------- Turning it on the next micro-second will mean that you just avoided an unwanted event --------
      • Trigger - Turn on Your Triggers <gen>
  • Your Triggers
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • -------- actions --------
 
Status
Not open for further replies.
Top