jmed009 Posted August 20 Share Posted August 20 Does a bind key or some type macro exist that will target the target of my target (assist targeting)? I've looked but can't find anything so I want to see if I might have missed it. Thank you! Link to comment Share on other sites More sharing options...
Luminara Posted August 20 Share Posted August 20 The game automatically does that. If you're targeting a player character or pet and he/she/it is targeting an enemy, any enemy-affecting power you use will go to that enemy. 2 Get busy living... or get busy dying. That's goddamn right. Link to comment Share on other sites More sharing options...
TheZag Posted August 20 Share Posted August 20 In world of warcraft there was a key to press for 'target of target'. I would use it to first target an ally and then make my target the same as theirs without targeting the player any more. In CoH it does automatically redirect your attacks through a friendly target towards their target but you cant press a button to switch automatically. You can look for the enemy health bar that pops up and re-target manually. If it were possible, i would love a target of target button. If i target a player at range and try to attack but my melee cant reach, hitting follow will move me towards the player and not their target. A target of target button would be the solution. Its something i can work around but still miss having. 1 Link to comment Share on other sites More sharing options...
jmed009 Posted August 21 Author Share Posted August 21 So here is the issue I'm having. In certain harder missions where as the only healer (I'm a MM), I want to just focus on buffs and heals.. my target is usually one of 3 people on the team, and I have my pets to attack their target. Sometimes the pets will but the other half they don't. They just stand there until someone attacks me. I have them on aggressive so I thought that would do it but something isn't working so I thought maybe there is an /assist that would be a better option to try. Link to comment Share on other sites More sharing options...
InvaderStych Posted August 21 Share Posted August 21 5 hours ago, TheZag said: If it were possible, i would love a target of target button. If i target a player at range and try to attack but my melee cant reach, hitting follow will move me towards the player and not their target. A target of target button would be the solution. Its something i can work around but still miss having. I might be imagining it, but I think if you have a friendly targeted then hitting tab (default setting) should switch you to their target directly? It is probably my imagination. Someone will be along shortly to confirm or (more likely) correct. I am probably mixing it up with being taunted where tab (if set to default) targets the thing taunting you. "I woke up despite my head; To see the trail I blazed last night with the words I said; Still she laid there in the charred and smoking wake of fears I fed ... Then she got up to look around; Muttered words I’d never heard a human sound; Then from her hair grew forty serpents, from her eyes a fiery shroud... From her mouth came forty voices, and I heard them cry aloud: The Sun Won't Cast No Shadow Anymore! The Willows Never Weep and the Wind Will Never Moan!" Link to comment Share on other sites More sharing options...
jmed009 Posted August 21 Author Share Posted August 21 Figured it out. Just wrote a macro for it which works really well. /macro TgtEny "target_name <playername>$$assist" Push the macro button: if the player your targeting has an enemy he/she is fighting it will target that enemy but if they don't it will just target them instead. Link to comment Share on other sites More sharing options...
jmed009 Posted August 21 Author Share Posted August 21 Just in case this helps someone else out there, I came up with two solutions: Macro 1: /macro TgtEny "target_name <playername>$$assist" This macro directly targets a specific player by their name (replace <playername> with the actual name) and then assists their target. It's a more precise way to select a particular teammate, especially in a situation where there may be many players around. Works well if you typically play with a set group of team mates. Macro 2: /macro Teammate "target_custom_near friend alive teammate$$assist" This macro targets a nearby, alive teammate without specifying a name, then assists their target. It's more generalized and doesn't require you to know or input the player's name. Cheers! 1 Link to comment Share on other sites More sharing options...
InvaderStych Posted August 23 Share Posted August 23 Dunno if this is useful, but you can also use ... teamselect # Where # = 1 through 8 to select a teammate by number rather than entering the full name. "I woke up despite my head; To see the trail I blazed last night with the words I said; Still she laid there in the charred and smoking wake of fears I fed ... Then she got up to look around; Muttered words I’d never heard a human sound; Then from her hair grew forty serpents, from her eyes a fiery shroud... From her mouth came forty voices, and I heard them cry aloud: The Sun Won't Cast No Shadow Anymore! The Willows Never Weep and the Wind Will Never Moan!" Link to comment Share on other sites More sharing options...
Shenanigunner Posted August 25 Share Posted August 25 (edited) On 8/20/2023 at 9:55 PM, jmed009 said: Figured it out. Just wrote a macro for it which works really well. /macro TgtEny "target_name <playername>$$assist" Applause. Good implementation. I don't check in here as often as I used to but if I'd seen this at post or earlier this week, I'd have pointed you to /assist and /assistname for this purpose. And suggested a bind instead of a macro, but that's a neverending war. 🙂 Note that the latter command allows a slightly cleaner string. You could have hard-coded commands by name if you routinely team with the same folks: /bind U "assist_name $target" Edited August 25 by Shenanigunner v3.20 Technical Guide (27p3)... 140 pages of complete, comprehensive and validated info on on the nuts and bolts!ALSO: GABB Bindfile · BadgeDRADIS · City of Zeroes · Teleport Guide all at www.Shenanigunner.com Link to comment Share on other sites More sharing options...
Recommended Posts