Thread Tools Display Modes
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
09-20-19, 05:57 AM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Anything to do with a focus target is not available in Classic. The way the UI was back then allowed for add-ons to add an extra frame that could contain a unit. Blizzard recognized the popularity and added the official focus frame in Burning Crusade. Unfortunately, Classic's UI is similar to Retail's and just as protected, so focus or similar frames are impossible.
  Reply With Quote

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

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