Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-20-19, 04:03 AM   #1
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
In retail this was put mouseover into focus

With alt click
/script SetBindingMacro("ALT-BUTTON2", "(focussystem)"); SetBinding("BUTTON2","TURNORACTION"); SaveBindings(GetCurrentBindingSet());

/run SetBindingMacro("BUTTON2", "focussystem") SetBinding("ALT-BUTTON2","TURNORACTION") SaveBindings(GetCurrentBindingSet()) -mistake

/run SetBindingMacro("CTRL-BUTTON2", "focussystem") SetBinding("BUTTON2","TURNORACTION") SaveBindings(GetCurrentBindingSet())

/run SetBinding("ALT-BUTTON2",nil) SaveBindings(GetCurrentBindingSet())

/run SetBindingMacro("ALT-BUTTON1", "focussystem") SaveBindings(GetCurrentBindingSet())

/run SetBinding("CTRL-BUTTON2",nil) SaveBindings(GetCurrentBindingSet())

How to make it work in classic? I mean through exution /script focus=UnitName("target") on mouseover.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » Macro Help » In retail this was put mouseover into focus


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