• 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!

Importing CommandStrings.txt

Status
Not open for further replies.
I have imported this file to overwrite the existing commands. You can see that I have set cancel to V. When I order a unit to cast a targeted spell however V does not work, escape does. I've attached the file below.

EDIT: I have further discovered that the problem only occurs on spell casting cancel and not when in the hero skill learning tab despite using the same command line.
 

Attachments

Last edited:
Perhaps escape is the only thing that can be cancel? I'm just guessing, I've never messed with it.
 
From the .txt:

[CmdCancel]
Tip=Cancel (|cffffcc00V|r)
Ubertip="Drops the current un-issued order and allows you to select a different order."
Hotkey=V

[CmdCancelBuild]
Tip=Cancel (|cffffcc00V|r)
Ubertip="Drops the current un-issued order and allows you to select a different order."
Hotkey=V

[CmdCancelTrain]
Tip=Cancel (|cffffcc00V|r)
Ubertip="Stops training the current unit."
Hotkey=V

[CmdCancelRevive]
Tip=Cancel (|cffffcc00V|r)
Ubertip="Stops reviving the current unit."
Hotkey=V
 
Status
Not open for further replies.
Back
Top