bind to prevent auto powers while moving?
No
Your character does not have capped defense. Depending on your AT the cap is between 175% - 225%. Your defense is not teal in the combat window, it can go higher. STOP SAYING IT IS CAPPED! The correct term is Soft Cap.
I enjoy playing in Mids. I specialize in Melee Characters, other AT's usually bore me.
Yup
Your character does not have capped defense. Depending on your AT the cap is between 175% - 225%. Your defense is not teal in the combat window, it can go higher. STOP SAYING IT IS CAPPED! The correct term is Soft Cap.
I enjoy playing in Mids. I specialize in Melee Characters, other AT's usually bore me.
Isn't there a way to switch what power is set to auto, maybe while holding down W?
You could try something fancier with bindloads, assuming you always want the same file on auto.
Code:
File: startmoving.txt w "+forward$$powexecabort$$bindloadfilesilent stopmoving.txt"
Code:
File: stopmoving.txt w "+forward$$powexecauto [YOUR POWER NAME HERE]$$bindloadfilesilent startmoving.txt
With these set up, when you press w to start moving, your auto power will be turned off. When you release w, the power will be set to auto again. Just a cautionary note: Sometimes the files won't stay synchronized (eg, if you click on a door while still holding down w). If starting to move begins turning on your auto power, just type "/bindloadfile startmoving.txt" again, and that will fix the issue.
EDIT: In answer to your other question, replace /powexecabort in the first file with /powexecauto [Name of the power you want to use when you're moving] in startmoving.txt
I thought "+forward$$powexec_abort" would work, but that just completely removes the auto power.
I want to be able to move forward without interruption, and have the power fire when I let off the W key, is there a way to achieve this?