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

how to Stop, 'Stop'!

Status
Not open for further replies.
Hi i need to know (if its possible without 3rd party software) how to assign an ability to have the hotkey 's' and stop to have somthing else?
That may be solved by changing the hotkey of stop command in the text file 'CustomKeys' in your WC3 directory, then assign the 'S' key to the spell/ability/train/upgrade you want.
 
will that work in a multiplayer map? if not then how can I do it in a multiplayer map?

I hope this work
  • Untitled Trigger 001
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(stop))
    • Actions
      • -------- Perform the action the needs S hotkey --------
      • Unit - Order (Target unit of issued order) to Human Sorceress - Slow No unit
All objects in the actions are just an example; you could issue an order targeting point, or mo target whatever you wish.

<< ADDED >>

Make (Target unit of issued order) to (Triggering Unit)
 
Level 4
Joined
Jul 9, 2008
Messages
88
I actually think that stop is a spell you can find,
If not you may be able to find it in the [Advanced - Game constants]
IF no i dont know what to tell ya
 
Status
Not open for further replies.
Top