ok, got you.
Now what problem are you having with a character trying to assist themselves? I don't have this problem at all, although I used to have main target assist issues before I started using options in my macros.
I think the on assist, all characters query the server for the target of the main. Yes even the character that is assisting itself. So the server delay applies to the brain/main in the same way it applies to the followers.
I used to have a manual assist key and would hit that after selecting a target. Sometimes, if I was a tad hasty, the mains target would shift when this button was presses.
I now use trinity and every spell is actually a trinity macro with
Code:
/cast(sequence) [harm][target=focustarget,harm][target=party1target,harm] spell
the harms can be helps for beneficial spells. This means it will use the characters target if it can hurt it, it will use focus as the brain if the focus's target can be hurt, if it can't (i.e. focus is not the brain) then it will use party1target's target if it can be hurt.
I see one glaring problem with your macro... you have a stop casting on mod:alt but you also only cast the Fire Blast if alt is press... therefore you will never cast a fireball.
Assuming you want the trinkets to trigger on fireball and not fireblast due to the greater % of +dmg fireball gets can I recommend
Code:
#showtooltip Fireball
/use [nomod] 14
/use [nomod[ 13
/cast [mod:alt,harm][target=focustarget,harm,mod:alt][target=party1target,harm,mod:alt]Fire Blast;
/cast [nomod,harm][target=focustarget,nomod,harm][target=party1target,nomod,harm]Fireball
you could put both spells on one line but that will only save 5 characters.
using this macro, you have have Neeva have herself as focus, as the spell will still have the correct target.
- if the clones have a harm target they will trinket and FB that target (if alt is held, no trinkets and Fire Blast is cast instead)
- If the clones have no harm target but the focus has a harm target then FB will be cast at the brain's target
- if the clones have no harm target and the focus has not harm target (normally if no focus is used) but the party leader has a harm target the clones will FB the party leader's target.
with this, even if neeva is the focus of neeva, if neeva hasa target, then neeva-target = focustarget
Connect With Us