Noobtroll34 0 Posted October 13, 2016 Share Posted October 13, 2016 Hi Is it states is it possible to create a plugin that uses super guild invite, simply clicks invite for a scan set up? Link to comment https://wrobot.eu/forums/topic/4106-super-guild-invite-plugin/ Share on other sites More sharing options...
Droidz 2738 Posted October 13, 2016 Share Posted October 13, 2016 Hello, http://wowwiki.wikia.com/wiki/Guild_mass_recruiting RunMacroText("/who"); if WhoFrameWhoButton then WhoFrameWhoButton:Click() end local n=GetNumWhoResults(); local i=1; while(i<=n) do local c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Your Message Here "..c.."! Guild Name Another Message Here","WHISPER","COMMON",c); GuildInvite(c); end i=i+1; end To run this code, go to tab "Tools" > Click on "Development Tools" > paste code in textbox and click on button "Lua (return value in 'ret')". Link to comment https://wrobot.eu/forums/topic/4106-super-guild-invite-plugin/#findComment-19026 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now