I'd have to see your config to give you a definite answer (see http://isboxer.com/forum/viewtopic.php?f=18&t=13 for a quick explanation of how to do that)
But.. there is a known issue with Interact with Target + Click to Move where characters will keep running past the mob instead of stopping. The solution is to only hit it as often as you need and hope for the best. You should also have a Follow key handy. When I'm using IWT and my guys run past the mob, I hit my follow key to bring them back reliably.
As far as retargeting, it sounds like your assist might be messed up -- make sure it's not making your current character assist (if your other guy has that corpse targeted still for example...). The FTL assist set up by the Quick Setup Wizard is correct, so you would have had to change it to create this bug.
Beyond that, there is also a bug(?) in WoW where if you are targeted on a corpse it might automatically select another mob to start using your abilities on. To get around this, I use macros that start with
/stopmacro [target=target,noexists] [noharm] [dead]
(yes, the target=target part is redundant and unnecessary, but it doesn't hurt either and it's been part of my copy/paste for a long time and I don't really care enough to change it)
Actually every combat macro I use uses this basic template:
Code:
/stopmacro [target=target,noexists] [noharm] [dead]
/startattack
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/cast whatever
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 1
This way I don't have to listen to "i dont have mana" or get spammed with UI warnings about spells being on cooldown, etc.
Connect With Us