Are you dpsing fine untill you focus the target? or not dpsing at all?
Doesnt isboxer's FTL not use focus in its assist mechanic?
If your using Action Target Group (ATG) conditionals you might not have your ATG named and populated yet. isboxer doesnt inherently know what toons are what class/specs. Create and populate them to designate what toons get what macros.
Code:
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/stopmacro [target=target,noexists] [noharm] [dead]
!if (character in "Class Shaman Elemental") /cast Chain Lightning
!if (character in "Class Death Knight") /cast Blood Strike
!if (character in "Class Priest") /cast Holy Fire
!if (character in "Class Warlock") /cast Shadow Bolt
!if (character in "Class Paladin") /cast Crusader Strike
!if (character in "Class Mage") /cast Ice Lance
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 1
You can learn more about this here. And you can find even more macros like this here.
Connect With Us