PDA

View Full Version : Spread out // PvP trinket



Negativ1337
08-28-2008, 07:23 AM
Hello guys,

I am going to get my pvp trinket over some days, i am just wondering if you can make a macro for it for example:

#showtooltip 14
if sapped, if feared, if disoriented, if sheeped, THEN use the trinket. Otherwise dont.

So i can just spam my trinket if one of my chars is sapped or sheeped or whatever, and not all my toons use the trinket, because that would be a big waste.

And i tried spread out macros with my 5th shaman in the party, is there just a other way to get them all on one line with less then 3 keys?

I have:
Key one: Toon 1 stays, toon 2 3 4 5 move forward (so they are all in eachother)
Key two: Toon 1 stays, toon 2 and 3 strafe left. Toon 4 and 5 strafe right. (But now you have 2 toons on one spot.)
Key three: Toon 1, 2 and 4 stays. Toon 3 and 5 strafe left and right.

Is there a way to have it with less then 3 keys?

Thanks a lot already,

-Negativ1337 A.k.A. The Totemics

Zaknafein
08-28-2008, 07:45 AM
if sapped, if feared, if disoriented, if sheeped, THEN use the trinket. Otherwise dont.

Can't do that with WoW macros, as they don't support conditionals for such character states.

Otlecs
08-28-2008, 07:49 AM
if sapped, if feared, if disoriented, if sheeped, THEN use the trinket. Otherwise dont.
I had a proper go at this some time ago. Maybe over a year, in fact. You can step through your player's debuffs and look for specific debuffs by either name or texture and conditionally trigger your trinket.

That works perfectly.

Until you're in combat, then one of the functions (I don't remember which) becomes private and the macro craps out with an error message!

edit:
Managed to find the original thread (http://www.dual-boxing.com/forums/index.php?page=Thread&postID=15771#post15771) from when I had a go at this.