paxvid.blogg.se

How to set up hotkeys in warcraft 3
How to set up hotkeys in warcraft 3





how to set up hotkeys in warcraft 3

~Up::return (works, so autokey is sending something, but what?) Send, (script runs, but game does not respond to sent key) Scroll Lock to toggle follow mode (useful in replays) use numpadenter to turn off hotkeys if we press esc or some how mess it up For some reason the *~ commands do not work with warcraft #ifWinActive, Warcraft III *new to ver 1.0.41.00* only run when war3 is running

how to set up hotkeys in warcraft 3

Settimer, timer_Warcraft, 1000 check every 1 secondĮxitApp The only way for an OnExit script to terminate itself is to use ExitApp this timer checks to see if warcraft is active and turns on the health bars

how to set up hotkeys in warcraft 3

Regread, war, HKEY_CURRENT_USER, Software\Blizzard Entertainment\Warcraft III, ProgramX Make the icon the TFT icon (Author: NiJo?) Thread, Interrupt, -1, -1 not sure what this does, could be bad for timers SetKeyDelay, -1, -1 faster response (might be better with -1, 0) SetBatchLines, -1 makes the script run at max speed #MaxThreads 20 use 20 (the max) instead of 10 threads #UseHook On might increase responsiveness of hotkeys #InstallKeybdHook Forces the unconditional installation of the keyboard hook #HotkeyInterval 0 disable the warning dialog if a key is held down #SingleInstance force force a single instance

how to set up hotkeys in warcraft 3

ScrollLock: holds down the left mouse button to follow (if you put the cursor over the heros picture for example you can then follow the hero, I use this in replays because I dislike the auto camera) Pause: freezes the script (ie for chat room chatting) Uses Wheel like tab (to change active members of group)Ĭapslock: Resets healthbars if they get turned off Uses tgbyhn instead of KEYPAD for inventory You can download the compiled program here:Īutomatically turns on Healthbars when the warcraft III window is activeĪutomatically disables hotkeys when warcraft III is inactive I compiled a script that basically keeps the healthbars on all the time as well as use tgbyhn for the inventory (instead of the numpad). Although we can modify some of the keys of Warcraft III using the customkeys.txt, it leaves much to be desired.įrom the ideas of this thread at wcreplays:







How to set up hotkeys in warcraft 3