Right, got the .kcl bit done, thanks. its not working though :'< this is what i have done.

These are the following keymaps for each character. This is for the Fireball spell.

Blastonce

PHP Code:
‘2’ ---> ‘Fireball.on.Blastonce.target’
 ‘Ctrl 
Alt i’ ---> ‘Fireball.on.Blasttwice.target’
 ‘Alt 
Shift i’---> ‘Fireball.on.Blastthrice.target’ 
Blasttwice

PHP Code:
‘Ctrl Shift i’ ---> ‘Fireball.on.Blastonce.target’
 ‘2’ 
---> ‘Fireball.on.Blasttwice.target’
 ‘Alt 
Shift i’---> ‘Fireball.on.Blastthrice.target’ 
Blastthrice

PHP Code:
‘Ctrl Shift i’ ---> ‘Fireball.on.Blastonce.target’
 ‘Ctrl 
Alt i’ ---> ‘Fireball.on.Blasttwice.target’
 ‘2’
---> ‘Fireball.on.Blastthrice.target’ 
I copied each keymap as they are above into notepad, and saved them as a .kcl file. They all show as .kcl files. I named the one for Blastonce 'Fireball', Blasttwice 'Fireball2' and Blastthrice 'Fireball3'
I then went into keyclone> command editor and loaded each keymap file into the corasponding wow instance. This is what it looks like when they are loaded.



Macro

PHP Code:
/assist [mod:ctrl,mod:shift,nomod:alt]Blastonce; [mod:ctrl,mod:alt,nomod:shift]Blasttwice;[mod:alt,mod:shift,nomod:ctrl]Blastthrice;
 /
cast [harmFireball
 
/targetlasttarget 
I have my Fireball spell bound to '2' on each character and the macro above bound to the 'i' button on each character.
When I target something on my main or alts and hit '2' it says 'You have no target' on the other 2 windows.
When i hit the 'i' button on the main instance, he targets the mob, starts to cast fireball then deselects the target and the spell hits the target. The other 2 instances seem to try and cast fireball first, because they have the target selected but it says, 'You have no target'.
If i hit the 'i' button a second time the opposite happens, The main screen selects the target but it says 'You have no target' and the 2 other instances cast fireball but deselect the target, its like a constant loop.

Please tell me where im going wrong, and what the problem is if you can, thanks.

Jatak