Boom
04-02-2006, 01:44 PM
I like to be in mouselook mode while I play. I don't like to hold down the right mouse button for hours at a time. So I finally found a macro that allows me to set a button to toggle mouselook (there was an addon that did this, but the last patch broke it). I tap it once and I am in mouselook, if I need to click on something in game I tap the macro again and I am out of mouselook.
/script if IsMouselooking() then MouselookStop() else if ( GetMouseFocus() == WorldFrame ) then MouselookStart() end end
Copy and paste that into the macro window. Put the mousebutton somewhere on one of your quickybars (I put it on the right side one so its out of the way). Then go to keyboard bindings and set a key to it. I set spacebar to it because its that important and i use it that much.
Enjoy. :)
/script if IsMouselooking() then MouselookStop() else if ( GetMouseFocus() == WorldFrame ) then MouselookStart() end end
Copy and paste that into the macro window. Put the mousebutton somewhere on one of your quickybars (I put it on the right side one so its out of the way). Then go to keyboard bindings and set a key to it. I set spacebar to it because its that important and i use it that much.
Enjoy. :)