Log in

View Full Version : [WoW] Need to click Repeater regions twice to trigger spell



Zub
09-20-2010, 12:20 AM
hi all,

I'm trying to find out why this happens. not sure where the problem resides at the moment, whether ISBoxer, clique, my macros, lag or something else is responsible for it.

Basically, as the title states, i seem to have to click my repeater region twice to see the spell cast.
Simple example, my priest has grid+clique, and a simple "penance, greaterheal x4" macro bound to right-click in clique.

from my tank i click the repeater region that is over his grid, and nothing happens, i click it again and the priest casts penance, i click it again and she casts GH etc, and it all works from there until i go and click on other things and eventually come back to that repeater region.

Not sure why. it's not a big deal in that case, as i click a few times rapidly to make sure the spell is cast but i think it also messes with my treants cast (i have set a small repeater region for my druid to ground target them)

This doesn't seem to happen all the time, i can't seem to figure out what the workflow to get it is.

My priest macro (in clique) is

/run SetCVar("Sound_enableSFX", "0")
/cast [@player] Power Infusion
/castsequence [target=mouseover] reset=7 Penance, Greater Heal, Greater Heal, Greater Heal, Greater Heal
/run SetCVar("Sound_enableSFX", "1")
seems like the repeater region needs to be in focus (first click) before transferring the clicks (subsequent clicks) or something.
Don't know. just wondering whether some other people also experience this


[Edit] Hum.. As i type this i now realise it might just be because of the PI.. does Power Infusion trigger the global cooldown? i thought not, but haven't checked lately.

Thanks
-Zub

moosejaw
09-20-2010, 12:33 PM
Don't forget to add a /stopmacro [channeling] in there so you don't break your penance.

I just looked up PI (http://www.wowhead.com/spell=10060) on wowhead and it appears to not trigger a global. You are not triggering anything else on cast with clique are you? Some of the healing addons have options to fire off any trinket or on use items that would trigger the gcd.

Zub
09-20-2010, 08:04 PM
Don't forget to add a /stopmacro [channeling] in there so you don't break your penance.

I just looked up PI (http://www.wowhead.com/spell=10060) on wowhead and it appears to not trigger a global. You are not triggering anything else on cast with clique are you? Some of the healing addons have options to fire off any trinket or on use items that would trigger the gcd.
cheers,

i'll have another look.
I think i need to do more testing to find out what the real workflow is. And try it from the priest directly as well (without repeater regions)