Log in

View Full Version : Channeled Spell Issue



imadejoolaff
11-27-2008, 04:35 AM
I'm a newb to this stuff, so maybe I'm doing something wrong. I wrote my own script and messed around in-game fine tuning it but I can't get rid of one problem. I'm messing around and dual boxing 2 Mages. Everything works fine between Master&Slave except for Channeling type spells. Only one I have now is Arcane Missiles, but when I hit it it will key and transfer the key, but won't keep casting after the first hit for either character. I use Control+2 for that particular spell and here's what I have in my script:


^2::
#IfWinActive, World of Warcraft
{
ControlSend,, {control down}{2 down}{2 up}{control up}, ahk_id %wowid1%
ControlSend,, {control down}{2 down}{2 up}{control up}, ahk_id %wowid2%
}
Return

Any idea of what's going wrong?

wowphreak
11-27-2008, 05:06 AM
need to change yer macro slightly to include /cast [nochanneling] what ever the spell name is

imadejoolaff
11-27-2008, 08:18 AM
Thanks WoWPhreak. Guess that was easy enough...