• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Change control button

Status
Not open for further replies.
Level 6
Joined
Mar 31, 2009
Messages
247
How can I change a control buton for any ability?
Ex: The patrol Buton want to change for a custom skill (for every unit or a single unit)
 
you cant change it for a single unit. deathismyfriend's solution will work for the icon, you have to import a custom data file for the tooltip, and you will never be able to add mana to it
 
I know how to change an icon in the game interface panel... I'm asking to change the patrol buton funtion for any other skill (aura, Aoe, single target, whatever)...
 
I know how to change an icon in the game interface panel... I'm asking to change the patrol buton funtion for any other skill (aura, Aoe, single target, whatever)...

cant. u can always just catch if patrol was ordered than order ur abil
 
Open war3.mpq with the War3 Model Editor, and go to "Units"
Search for the files "CommandFunc.txt and CommandStrings.txt", first is to determine the location of the button(s) in the UI and second one is to set the strings of the command (tooltip).

You will need to export those two files, edit them and import them into your map using the same path (Units\Name.txt)

Thats the only thing you could do with them. Other than that, theres no alternative to replace them with an ability.
 
Status
Not open for further replies.
Back
Top