Log in

View Full Version : CC macro help



jeepdriver
12-19-2010, 07:50 PM
Need a little help with this, not sure how Im supposed to set it up.

Im wanting to make a CCmacro for my mage and shammy that would target their focus, but would also work if they dont have a focus target.

I have one written like this, but doesnt seem to work,

/stopcast
/stopmacro
/target Focus
/cast Hex

same for the mage except with Polymorph of course. How could I write this one up better or at least make it halfway work?

pinotnoir
12-19-2010, 08:07 PM
/cast [target=focus] hex


I don't have stopcast in mine because sometimes I am hitting the key more than one time. If I had stopcast it would stop the hex. I have a button on my cc toons to /focus. When I have a group that needs focus I target it on their screen and click my /focus button. Then all I have to do on my main screen is press the cc button. There may be an easier way to do it but its working for me so far. I do this with, banish, polymorph, hex, and shackle.




Need a little help with this, not sure how Im supposed to set it up.

Im wanting to make a CCmacro for my mage and shammy that would target their focus, but would also work if they dont have a focus target.

I have one written like this, but doesnt seem to work,

/stopcast
/stopmacro
/target Focus
/cast Hex

same for the mage except with Polymorph of course. How could I write this one up better or at least make it halfway work?

gunsun
12-19-2010, 08:23 PM
I'm not on my gaming machine, but I think this will work. The exists condition will check if you have a focus and cast at that, otherwise it will just cast hex.

/cast [@focus, exists] hex
/cast hex

jeepdriver
12-19-2010, 08:47 PM
Ah Thx yall :)

Kalros
12-19-2010, 09:45 PM
There's been a discussion and some ideas put out on this thread:

http://www.dual-boxing.com/showthread.php?t=33466