Quote Originally Posted by 'olipcs',index.php?page=Thread&postID=174483#post1 74483
..is there a way to keep the target selected untill dead?
- Yes there is, but only with loosing the 'targetless' option.
The simplest solution is to simply not put the '/targetlasttarget' as the last statement in your dps-makro
-Another thing you can do is additional to the above is to implement a 'target-and-hold' functionality, where the 'Slaves' only acquire a new target from the leader if their current one is dead, or you trigger the assist manual (this is handy in PVE-Setups, because with a tank you don't always want your DPS-Toons to make every tagerchange your tank makes.)

The 'target-and-hold'-system can be achived by creating a second 'Assist-Button' (I will use 9 as an Example).
(So add a <ApplyTemplate FTL "9" "9"> to the HKN file and change 3-9 to 3-8 in the broadcast-definition)

And bind the following macro to the new Assist-Button (9):
Code:
/stopmacro [harm,nodead]
/assist [mod:rctrl,mod:rshift,nomod:ralt]ToonA;[mod:rctrl,mod:ralt,nomod:rshift]ToonB;[mod:ralt,mod:rshift,nomod:rctrl]ToonC;[mod:rctrl,mod:ralt,mod:rshift]ToonD;[mod:rctrl,nomod:ralt,nomod:rshift]ToonE
and then use a /click-Command to this new Assist-Button to your dps-macros (/click ActionButton9) instead of the old assist.
Actually on the slave screens there not targetting and detargetting over and over just the active screen does it...so for now i just removed the /targetlasttarget for the main guy and left the others alone..if i switch because of a death its not so irritating on the tiny screen

And i believe i'm ready for some more advanced macros now ... what would you suggest ... i'm using 5 shamans currently...

I am not using the /castsequence since i believe the debate has been made for /castrandom instead for faster server response times.....

What i'm trying to figure out now is how do i set up a healing wave macro that has the followers heal the active window but not the have the active window heal himself. But if the active window selects another toon then he would heal them and the slaves would follow. This one may be too complicated come to think of it and may require more than 1 macro.