Q: Macro Precast/Delay; need expert help

Hey guys,
if i use a macro that checks something like [exists,nodead,harm] or something like that, then the cast can not be queued up, as it has to check before.

So, if i use a macro without these check commands, but with
/target
before /cast spell
and nothing else
will this delay the precast too?
Greetings

What is it you’re trying to accomplish?

i want to use
/target
/cast Ice Lance

with the precasting

not sure if it works, or if it delays, as it does with [exists,etc.] does

So, if you don’t currently have a target selected you want to select one then cast Ice Lance?

#showtooltip
/startattack
/cast Ice Lance
1 Like

Yes, that’s the macro,
i want to know if that will delay my Ice Lances,
because, if i use a macro, that checks for specific stuff like [harm,exists and stuff]
then the “SpellQueueWindow” doesn’t work,
and the 400MS pre-casting doesn’t work, so it just rows my next command, and i get a delay of my latency+stuff.

I want to know if the SpellQueueWindow can work with other macros at all, and more specificly with my /target before cast macro.

That macro will not interfere with the SQW no. The only macros that would are ones that prevent the cast from happening.

1 Like

Alright,
thank you very much!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.