Who is ruining your raid? Find out now!

Ok, so picture this: you and your team are on your first week of Battle of Dazar’alor, on the first pull of a new boss; fully flasked, feasted, and raid buffed. You, being a good leader, have researched the fight and tailored a strategy that will fit your raid’s composition.

You begin to explain the fight, get about 5 minutes in, when all of a sudden you hear something awful:

Choo choo! :train2:

Disaster! That sound you now hear is 20 people simultaneously making that forsaken /train emote. A [Toy Train Set] has been dropped. Your train of thought has derailed, crashed into a mountain, making you super upsetti-spaghetti :rage: :spaghetti:.

  • Who would do something so heinous?
  • Will they do it again?
  • Most importantly: who will bring them to justice? (spoiler alert: you!)

Inspector Tusk is here to help you out. Just run this simple macro to expose the evil-doer:

/run local c="say",n,u,i,_;if IsInRaid()then a="raid"end;for i=1,40 do n,_,_,_,_,_,u=UnitAura("player",i)if n=="Toy Train Set"then u=GetUnitName(u)break end end;if u then SendChatMessage(u.." used [Toy Train Set]!",c)else print("No Train found.")end

It’s that simple! Works for [Tickle Totem] and similar items:

/run local c="say",n,u,i,_;if IsInRaid()then a="raid"end;for i=1,40 do n,_,_,_,_,_,u=UnitAura("player",i)if n=="Tickle Totem"then u=GetUnitName(u)break end end;if u then SendChatMessage(u.." used [Tickle Totem]!",c)else print("No Totem found.")end

You are welcome in advance for your sanity.

-Inspector Tusk

2 Likes

Saving this in my spank bank

Is that you, John Wayne? Is this me?