Hello all, this is my first post here on MMOwned. Please comment!
What does it do? This macro will send out mass invites to your guild along with a personal whisper to all of your victims.
How to use: Once you have the macro made, put it on any action bar you whould like. Then open your /who list, and search anything you whould like, then hit the macro, it will send a invite/whisper to all your results. Just remember the /who pane needs to be open to use.
Useful Tip: If you want to hit everyone on the server you will need to be specific on your searching. When I was on Retail the most effective way I found was to search by levels. Ex: /who 1 Ex: /who 2 Ex: /who 3 ... All the way to 80.
Useful Tip: You can also make a Welcoming macro to make it better, like "/g Welcome.".
Copy all the text and make a macro
/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Hello "..c.."! <House Of Elite> is now recruiting!Awsome guild!, join now!","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1; end;
IMPORTANT: Change "<House Of Elite>" to your guild name, leave the "<>" there.
IMPORTANT: You can change "Hello" and "Is now recruiting! Awesome guild!, Join now!" This is the message that will be sent to all. BUT MAKE SURE NOT TO GET RID OF THE "..c.." This will put in the characters name that you are whispering.
Well, that's about it