WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   OpenRDX: Community Chat (https://www.wowinterface.com/forums/forumdisplay.php?f=107)
-   -   @mouseover macross (https://www.wowinterface.com/forums/showthread.php?t=32991)

Narinka 06-06-10 06:03 PM

@mouseover macross
 
How can I make action binding for unitframes work with mouseover macrosses?
Something like /use [@mouseover] Bandage Name

Timalis 06-06-10 06:55 PM

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...

Narinka 06-07-10 01:52 AM

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.

Timalis 06-07-10 07:32 AM

/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

Narinka 06-07-10 07:48 AM

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 ;)

Timalis 06-07-10 09:18 AM

Yeah will check it later when I get home from doing errands for ya.

Narinka 06-07-10 10:23 AM

Yup.. it was just usual late night mistype from my side.. "mousover"..

/use [@mouseover] bla bla
works fine.

Timalis 06-07-10 01:43 PM

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..

qwertyui 07-07-10 01:07 AM

You can use %f for focus target in texts.
Useful if you don't want your main target changing everytime you make a macro.

Narinka 07-07-10 04:15 AM

But you can't /follow your focus :\

qwertyui 07-07-10 05:28 AM

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.

Narinka 07-07-10 06:21 AM

Hm.. will test it today once more..


All times are GMT -6. The time now is 03:53 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI