the brand new pug checker;
We’ve just introduced a new tool called PUG Checker.
So what is PUG Checker? It stands for Pickup Group Checker. You may be raiding with your guild or mostly with PUGs. So when you hit a PUG run, players would like to know if others already completed that instance before or not. Most PUG raid leaders asks for achievement links. So here’s a simple tool that does the job for you.
3DArmory.com PUG checker
The tool checks every raid-achievement (currently naxx-10, naxx-25, Malygos-10,Malygos-25, OS-10 and OS-25 - Ulduar will be also added soon) for given list of members. If a player has already completed that instance and got the achievement you’ll see a check mark on corresponding field.
So how can you use PUG Checker?
It’s quite easy. Direct your browser to PUG Checker - 3DAmory.com and enter your realm and zone information. Then enter the names of the PUG raid members and separate them by comma.
Example:Aberforth,Abernathy, Abizgail , ßutch , Zurkol, Zulian, Gyalogkakukk, Gourry, Goldsword, Goldgirl
Quick PUG Members List Macro for WOW
Especially for 25-man pugs that could be quite hard to enter all the names. So here’s a simple trick that will do the work for you.
Copy & Paste this macro in-game. It’ll return a link back to you on party chat. Copy that link and paste it to your web-browser. The list will be automaticly filled for you. All you have to do after then is pressing the Check PUG button./script local t=”
PUG Checker - 3DAmory.com for n=1,GetNumRaidMembers() do t=t..GetRaidRosterInfo(n)..”,” end; SendChatMessage(t,”PARTY”);