Log in

View Full Version : Target a random target?



Trick
09-22-2009, 01:38 PM
Thinking about this for BGs with my Mage team. I need to come up with a way to macro each mage to target a random target as part of my Slow macro (and maybe even a Sheep macro). That way hopefully 5 Mages will end up slowing 5 different targets.

I tried it using something like chained "/targetnexttarget" (forgot the current command), but I couldn't get it to work on more than the main's target + 1 other.

Suggestions?

Bettysue
09-23-2009, 09:36 AM
Depending on the software you use for sending keys you can set up a round robin, with tab targetting, something like the following would work for HKN

<Hotkey F8>
<Toggle>
<SendLabel w1,w2,w3,w4,w5>
<Key Tab>
<Toggle>
<SendLabel w1,w2,w3,w4>
<Key Tab>
<Toggle>
<SendLabel w1,w2,w3>
<Key Tab>
<Toggle>
<SendLabel w1,w2>
<Key Tab>
<Toggle>
<SendLabel w1>
<Key Tab>
<Toggle>
<SendLabel w1,w2,w3,w4,w5>
<Key 0>

Just spam the hell out of it 5 times and they should all have a different target that's in front of them, the 6th press would cast your sheep/hex if you had it bound to "0"
You could accomplish this in just about every piece of software, I just happen to know HKN the best.
Hardware-wise no idea if it's possible but I'm sure someone has come up with a way to get it working.

If you are a button spammer and can't seem to control yourself you may just want to have the tabbing on one button for targettting and another for the actual CC

I hope that helps good luck

sp0000n
09-23-2009, 10:20 AM
Bettysue, that's a very, very interesting solution! I'll be giving that a try as well.