Page 1 of 1

Auracast

Posted: Sat Mar 22, 2014 1:15 pm
by Tristhan
Hiya,

when i use MQ2 and add the line into my macro
/say #auracast
some toons go LD from time to time with the error "could not parse ... /say #auracast".

Anyone have an idea/ solution for that ?
Thanks.

Re: Auracast

Posted: Sat Mar 22, 2014 3:51 pm
by Able
I haven't had an issue with the auracast my line is set up /bcaa //say #auracast works fine for me. Now I do sometimes crash when mq2 is trying to do 2 things at once on same toon. Hope that helps some!

Re: Auracast

Posted: Sun Mar 23, 2014 2:17 am
by Grey
Try using it inside /docommand
/docommand ${If[${Window[CastingWindow].Open},/echo Nope,/say #auracast]}
Or if you are doing something like:
/if (!${Me.Song[Aura of something].ID}) /say #auracast
do:
/if (!${Me.Song[Aura of something].ID} && !${Window[CastingWindow].Open}) /say #auracast

Could use various forms to detect casting/clicking. Trying to use auracast when currently casting/clicking items generally shows you the desktop