| | UI & Macro Discussions Talk about User Interface upgrades and World of Warcraft Macros here. [Questions allowed here] |  | 
06-23-2009
| | Banned | | | Join Date: Apr 2006
Posts: 110
Reputation: 5 Level up: 18%, 410 Points needed | | | | Mass Party Invite Macro I have been toying around with the mass guild invite macro in attempts to make a macro that will invite ALL people in the who list to the party that I am currently in.
So far no luck
/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Hello "..c.."! <Servants of Xenu> OPEN Bank 590+mem, Leveling, Raids, Wealth","WHISPER","COMMON",c); PartyInvite(c); end; i=i+1; end;
I will rep you if you can help me with this. | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
06-23-2009
|  | Archer | | | Join Date: Dec 2006 Location: Scotland
Posts: 1,412
Reputation: 381 Level up: 10%, 990 Points needed |     | | | If all it has to do is invite them...
/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then PartyInvite(c); end; i=i+1; end;
That would work. | 
06-23-2009
| | Banned | | | Join Date: Apr 2006
Posts: 110
Reputation: 5 Level up: 18%, 410 Points needed | | | | what if I wantes to add a whisper to it?
I wish I didnt rep you this macro dosent even work lol
Last edited by FNOG; 06-23-2009 at 03:21 PM.
Reason: macro broken
| 
06-23-2009
|  | Archer | | | Join Date: Dec 2006 Location: Scotland
Posts: 1,412
Reputation: 381 Level up: 10%, 990 Points needed |     | | | Uh... pass. You'd have to ask someone who knows /script stuff better than me. | 
06-24-2009
| | Banned | | | Join Date: Apr 2006
Posts: 110
Reputation: 5 Level up: 18%, 410 Points needed | | | | Fantastic...
There has got to be somebody here who knows. | 
09-13-2009
| | New User | | | Join Date: Nov 2008
Posts: 6
Reputation: 2 | | Code: /script for i=1,GetNumWhoResults() do c,g=GetWhoInfo(i); SendChatMessage("Hello "..c.."! <Servants of Xenu> OPEN Bank 590+mem, Leveling, Raids, Wealth","WHISPER",nil,c); InviteUnit(c); end
| 
09-14-2009
| | Contributor | | | Join Date: Jan 2008
Posts: 42
Reputation: 84 Level up: 95%, 28 Points needed | | | | | 
09-18-2009
|  | Knight-Lieutenant | | | Join Date: Dec 2008 Location: Western Australia
Posts: 275
Nominated 2 Times in 2 Posts Reputation: 31 Level up: 42%, 291 Points needed |  | | Quote:
Originally Posted by FogZ Code: /script for i=1,GetNumWhoResults() do c,g=GetWhoInfo(i); SendChatMessage("Hello "..c.."! <Servants of Xenu> OPEN Bank 590+mem, Leveling, Raids, Wealth","WHISPER",nil,c); InviteUnit(c); end
| SERVANTS OF XENU!!?!
*frantically grabs phone*
"Anon! Anon, Sir!"
"Yes Anon?"
"WE HAVE A SCILON, CALL THE F*CKIN' LULZ DEPARTMENT!" |  |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 06:42 PM. |