Quantcast
Any way to toogle strafe? - WoWInterface
Thread Tools Display Modes
11-17-19, 04:44 PM   #1
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Any way to toogle strafe?

I always assumed it possible.
  Reply With Quote
11-17-19, 07:28 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 657
You can rebind your movement keys back to turning and then hold the right mouse button to strafe. I've had strafe unbound for years and strafe just fine.
  Reply With Quote
11-18-19, 09:28 AM   #3
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
I mean a button that you press once and character strat strafing without holding any button, like "toogle autorun", only not forward.
  Reply With Quote
11-18-19, 10:50 AM   #4
wardz
A Deviate Faerie Dragon
 
wardz's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
Try this: (Change Left to Right depending on direction you want)
Code:
/run if not MovePadFrame then UIParentLoadAddOn"Blizzard_MovePad"MovePadFrame:Hide()end
/click MovePadStrafeLeft
  Reply With Quote
01-10-20, 10:25 PM   #5
aallkkaa
A Warpwood Thunder Caller
 
aallkkaa's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2017
Posts: 98
Originally Posted by wardz View Post
Try this: (Change Left to Right depending on direction you want)
Code:
/run if not MovePadFrame then UIParentLoadAddOn"Blizzard_MovePad"MovePadFrame:Hide()end
/click MovePadStrafeLeft
In case wardz excellent sollution (a macro you can place on a button to either mouseclick or keypress) isn't clear, there is a piece of the default UI that is not very known: the Mousepad; it puts a frame on screen with all the movements available (incl. strafe), each on a button that works like a toggle. IIRC the option to manually enable this is on the "Accessibility" menu of your Interface menu.
wardz sollution will activate the mousepad but keep it hidden (unless it was already active), and then click the button to turn strafe-left on/off.
  Reply With Quote

WoWInterface » General Discussion » Gameplay » Any way to toogle strafe?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off