Page 1 of 1

Remove aura via a window command.

Posted: Wed Aug 22, 2007 5:48 am
by Darko_Door
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.

Posted: Thu Apr 17, 2008 1:41 am
by bartab
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 ?

Posted: Thu Apr 17, 2008 2:23 am
by bartab
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

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 1:55 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 1:56 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 1:58 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:00 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:01 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:02 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:03 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:04 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:06 am
by xyilla

Re: Remove aura via a window command.

Posted: Mon Jan 12, 2026 2:08 am
by xyilla