Ok so this might be trivial but ATM im using bind files... and everything works great EXCEPT one thing seems odd, I can be in Nova form and hit "E" which is my dwarf bind, and it will switch me to dwarf (popping me out of nova, into human, then into dwarf). BUT.... if im in Dwarf and hit "Q" which is my bind for nova it will just give me a scripting error (like when a macro is failing) and not pop me into nova... i have to actually hit "E" to pop out of nova then hit "Q" to go into dwarf.
Here are the macro's that i am using.
DWARF
e "powexec_toggleoff Dark Nova$$goto_tray 3$$bind SHIFT+LBUTTON powexec_name Black Dwarf Step$$powexec_toggleon Black Dwarf$$bind_load_file c:\coh\ws_blackdwarf.txt"
q "powexec_toggleoff Dark Nova$$goto_tray 1$$bind SHIFT+LBUTTON powexec_name Shadow Step$$bind_load_file c:\coh\ws_humanform.txt"
NOVA
e "powexec_toggleoff Dark Nova$$goto_tray 3$$bind SHIFT+LBUTTON powexec_name Black Dwarf Step$$powexec_toggleon Black Dwarf$$bind_load_file c:\coh\ws_blackdwarf.txt"
q "powexec_toggleoff Dark Nova$$goto_tray 1$$bind SHIFT+LBUTTON powexec_name Shadow Step$$bind_load_file c:\coh\ws_humanform.txt"
HUMAN
e "powexec_toggleon Black Dwarf$$bind SHIFT+LBUTTON powexec_name Black Dwarf Step$$goto_tray 3$$bind_load_file c:\coh\ws_blackdwarf.txt"
q "powexec_toggleon Dark Nova$$goto_tray 4$$bind_load_file c:\coh\ws_nova.txt"
Recap is that im basically getting a smooth transition from Nova to Dwarf using these macros, but not Dwarf to Nova any help would be awesome!
Posted
Anyone have any idea why its doing that?
Posted
should it not be:
q "powexec_toggleoff Black Dwarf$$powexec_toggleon Dark Nova$$goto_tray 4$$bind_load_file c:\coh\ws_nova.txt"
Ok so this might be trivial but ATM im using bind files... and everything works great EXCEPT one thing seems odd, I can be in Nova form and hit "E" which is my dwarf bind, and it will switch me to dwarf (popping me out of nova, into human, then into dwarf). BUT.... if im in Dwarf and hit "Q" which is my bind for nova it will just give me a scripting error (like when a macro is failing) and not pop me into nova... i have to actually hit "E" to pop out of nova then hit "Q" to go into dwarf.
Here are the macro's that i am using.
DWARF
e "powexec_toggleoff Dark Nova$$goto_tray 3$$bind SHIFT+LBUTTON powexec_name Black Dwarf Step$$powexec_toggleon Black Dwarf$$bind_load_file c:\coh\ws_blackdwarf.txt"
q "powexec_toggleoff Dark Nova$$goto_tray 1$$bind SHIFT+LBUTTON powexec_name Shadow Step$$bind_load_file c:\coh\ws_humanform.txt"
NOVA
e "powexec_toggleoff Dark Nova$$goto_tray 3$$bind SHIFT+LBUTTON powexec_name Black Dwarf Step$$powexec_toggleon Black Dwarf$$bind_load_file c:\coh\ws_blackdwarf.txt"
q "powexec_toggleoff Dark Nova$$goto_tray 1$$bind SHIFT+LBUTTON powexec_name Shadow Step$$bind_load_file c:\coh\ws_humanform.txt"
HUMAN
e "powexec_toggleon Black Dwarf$$bind SHIFT+LBUTTON powexec_name Black Dwarf Step$$goto_tray 3$$bind_load_file c:\coh\ws_blackdwarf.txt"
q "powexec_toggleon Dark Nova$$goto_tray 4$$bind_load_file c:\coh\ws_nova.txt"
Recap is that im basically getting a smooth transition from Nova to Dwarf using these macros, but not Dwarf to Nova any help would be awesome!