Remove aura via a window command.

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

Darko_Door
decaying skeleton
decaying skeleton
Posts: 1
Joined: Wed Aug 22, 2007 5:12 am

Remove aura via a window command.

Post by Darko_Door » Wed Aug 22, 2007 5:48 am

I edited the following page in the Wiki, adding an example in that I'm having issues with:
http://www.macroquest2.com/wiki/index.php/Notify

I'm trying to remove an aura directly through the AuraWindow, with little luck so far.

The best I've been able to get is:

Code: Select all

/notify AuraWindow AuraList rightmouseup
Which will simply open up another window that I do not know the title of, giving the option to "Remove Aura" where my cursor lies.

Is there any way to do this, or possibly a better way? I do not want to leftclick the actual aura buff because that causes it to bug in-game.

bartab
a grimling bloodguard
a grimling bloodguard
Posts: 715
Joined: Wed Oct 15, 2003 8:12 am

Post by bartab » Thu Apr 17, 2008 1:41 am

bumping an old thread, I have been able to select my aura in the aura window with :

Code: Select all

/nomodkey /notify AuraWindow AW_AuraList listselect 1
but no matter what I try after I cant make MQ2 right click it to remove it

Code: Select all

/notify AuraWindow AW_AuraList rightmouseup
does nothing and I'm stuck.
weird thing is that I can access what is inside with things like that :

Code: Select all

${Window[AuraWindow].Child[AW_AuraList].List[1,2]}
but no right click, any ideas ?
[quote="toomanynames"]A bit to digest I know[/quote]

bartab
a grimling bloodguard
a grimling bloodguard
Posts: 715
Joined: Wed Oct 15, 2003 8:12 am

Post by bartab » Thu Apr 17, 2008 2:23 am

mmm, found it

Code: Select all

/notify AuraWindow AW_AuraList rightmouse 1
now trying to click remove aura little window and can't find a xml window for it, and AuraWindow xml doesnt have such a Child

edit : the wiki mentions something that is not correct, will update it with the right solution when available
[quote="toomanynames"]A bit to digest I know[/quote]










xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Remove aura via a window command.

Post by xyilla » Mon Jan 12, 2026 2:08 am