Thread Tools Display Modes
06-06-10, 06:03 PM   #1
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
@mouseover macross

How can I make action binding for unitframes work with mouseover macrosses?
Something like /use [@mouseover] Bandage Name
  Reply With Quote
06-06-10, 06:55 PM   #2
Timalis
An Aku'mai Servant
Join Date: Jun 2009
Posts: 36
Just set the mouse bind to be a macro, then create a script/macro in the package to point to. Edit the script/macro to be whatever you need it to be..

/use [target=mouseover] <item>

If there's not already a use item on target mousebind that is...
  Reply With Quote
06-07-10, 01:52 AM   #3
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
Can you test it please? Does it work for you?

I know how to use it, but it doesn't work. I recall there was such questions before and I even answered them :S But can't get why it doesn't work now.

Last edited by Narinka : 06-07-10 at 01:55 AM.
  Reply With Quote
06-07-10, 07:32 AM   #4
Timalis
An Aku'mai Servant
Join Date: Jun 2009
Posts: 36
/use [target=mouseover] Heavy Frostweave Bandage

In the macro file works fine for me.

Conditions:
The mouse over in question was my focus window, but I made sure to not have it targeted while testing the bind.
Mousebind was set to Mouse #5
  Reply With Quote
06-07-10, 07:48 AM   #5
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
Thanks, will try it again today, maybe my locale plays jokes with me or did mistype.

Can you test another one please?
The same one but with
/use [@mouseover] Heavy Frostweave Bandage

And more complex one I actually tried to make:
/target [target=mouseover]
/follow
And the same (if above works) but with
/target [@mouseover]
/follow

Quite usefull in raids when you need to run to someone and don't know where he stands
  Reply With Quote
06-07-10, 09:18 AM   #6
Timalis
An Aku'mai Servant
Join Date: Jun 2009
Posts: 36
Yeah will check it later when I get home from doing errands for ya.
  Reply With Quote
06-07-10, 10:23 AM   #7
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
Yup.. it was just usual late night mistype from my side.. "mousover"..

/use [@mouseover] bla bla
works fine.
  Reply With Quote
06-07-10, 01:43 PM   #8
Timalis
An Aku'mai Servant
Join Date: Jun 2009
Posts: 36
Code:
/target [target=mouseover]
/follow
Can actually just be.. as long as no one in the group or area is named mouseover... wonder how that would work actually on name checking for it.. lmfao

Code:
/target mouseover
Ex-Guildie had to use a macro like that, since for some reason the blizzard identifier for mouseover doesn't work when doing text lines..

Example:

Code:
/target mouseover
/cast Revive
/ra Casting revive on %t
Instead of making it easier and just having a script shortcut like %t is..
  Reply With Quote
07-07-10, 01:07 AM   #9
qwertyui
An Aku'mai Servant
Join Date: Feb 2006
Posts: 30
You can use %f for focus target in texts.
Useful if you don't want your main target changing everytime you make a macro.
  Reply With Quote
07-07-10, 04:15 AM   #10
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
But you can't /follow your focus :\
  Reply With Quote
07-07-10, 05:28 AM   #11
qwertyui
An Aku'mai Servant
Join Date: Feb 2006
Posts: 30
Actually you can.
Apparently, /follow command accepts the normal UnitId targets.

As in:
/follow focus
/follow mouseover

etc

I haven't completely tested yet, but when i moused over an NPC and typed /follow mouseover in chat, it told me that i can't follow that unit, so i know that it at least tried to.
  Reply With Quote
07-07-10, 06:21 AM   #12
Narinka
A Chromatic Dragonspawn
Join Date: Oct 2008
Posts: 165
Hm.. will test it today once more..
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Community » OpenRDX: Community Chat » @mouseover macross


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