Jump to content

Is it possible to make a macro that swaps skills when pressing a single key?


Flowen
 Share

Recommended Posts

I seem to recall that hover and fly act kinda funny when you try to put them in one bind.

 

I ended up creating a rotating bind file specifically for flight

 

I'm not as familiar with macros, though.  Maybe someone else has an idea.

 

Here are my rotating bind files, in case they might be helpful

 

Flight1.txt

numpad0 "powexec_name sprint$$powexec_name hover$$bind_load_file c:\CoH_binds\flight2.txt"

uparrow "+forward$$powexec_name hover$$powexec_name fly"

leftarrow "+turnleft"

rightarrow "+turnright"

downarrow "+backward$$powexec_name hover$$powexec_name fly"

space "+up"

x "+down"

 

Flight2.txt

numpad0 "powexec_name sprint$$powexec_name hover$$bind_load_file c:\CoH_binds\flight1.txt"

uparrow "+forward"

leftarrow "+turnleft"

rightarrow "+turnright"

downarrow "+backward"

space "+up"

 

Whenever I have a character that will be using flight, I /bindloadfile filepathFlight1.txt

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...