[How to] Invite hundreds of people to a guild QUICK! menu

User Tag List

Page 4 of 14 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 206
  1. #46
    boomkinner's Avatar Member
    Reputation
    30
    Join Date
    Jul 2009
    Posts
    218
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, i got mail from blizz using this.. no warning no ban just a ... pre-warning or something.. so use it on youre own risk if youre server is composed with players that cant press ignore

    [How to] Invite hundreds of people to a guild QUICK!
  2. #47
    Stans Dad's Avatar Banned
    Reputation
    404
    Join Date
    Dec 2007
    Posts
    744
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by boomkinner View Post
    Lol, i got mail from blizz using this.. no warning no ban just a ... pre-warning or something.. so use it on youre own risk if youre server is composed with players that cant press ignore
    Lol first time I've heard of this =O

  3. #48
    zeulus's Avatar Banned
    Reputation
    10
    Join Date
    Nov 2009
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice addon really impresive

  4. #49
    vvvat's Avatar Contributor
    Reputation
    263
    Join Date
    May 2008
    Posts
    521
    Thanks G/R
    144/51
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys. Can someone make small change in this addon? I want before to send the ginvite, to send the message with my text. For example "Hi. Excuse me for troubling..."

    sorry for my English
    Last edited by vvvat; 11-13-2009 at 01:57 PM.

  5. #50
    Stans Dad's Avatar Banned
    Reputation
    404
    Join Date
    Dec 2007
    Posts
    744
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not sure if that is possible, it would involve more coding and it would be very complex.

  6. #51
    Evolut's Avatar Banned
    Reputation
    15
    Join Date
    Nov 2007
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is an macro for this exact thing. All you have to do is type /who then what ever lets say /who durotar then press this macro right here;

    /script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("join my guild we have a tabard!","WHISPER","orcish",c); GuildInvite(c); end; i=i+1; end;

    Im pretty sure it still works but yeah same idea and with this it sends them a message before hand.
    Last edited by Evolut; 11-13-2009 at 11:00 PM.

  7. #52
    Stans Dad's Avatar Banned
    Reputation
    404
    Join Date
    Dec 2007
    Posts
    744
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yup, both do work. My guild is full atm =P

  8. #53
    Sleepingcap's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stans Dad View Post
    Yup, both do work. My guild is full atm =P
    How many thousand members do you have then?

    Cause, for all I know, no guild in wow has reached the member cap.

    and if you want to replace the invite thingy with an invite thingy : then

    after
    Code:
    function RapeDotty_InviteWhoResults()
    before
    Code:
    SLASH_RapeDotty1 = "/rapedotty";
    replace with
    Code:
        local numWhos = GetNumWhoResults();
        for index = 1, numWhos, 1 do
            charname, guildname, level, race, class, zone, classFileName = GetWhoInfo(index);
            if (guildname == "") then
                SendChatMessage("whisper text here", "WHISPER", "ORCISH", charname);
    
                --RapeDotty_Message("whispering " .. charname);
            end
        end
    end
    in
    Code:
                SendChatMessage("whisper text here", "WHISPER", "ORCISH", charname)
    ORCISH = the language you whisper the others in - as an alliance member, that should be (in theory) COMMON
    Last edited by Sleepingcap; 11-14-2009 at 07:19 PM.

  9. #54
    vvvat's Avatar Contributor
    Reputation
    263
    Join Date
    May 2008
    Posts
    521
    Thanks G/R
    144/51
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Evolut, thanks. work fine. +rep
    Sleepingcap. dont work...yet. but +rep anyway for try to help (cay you write all code?)

  10. #55
    Swim's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol is this really working?

  11. #56
    Sleepingcap's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vvvat View Post
    Evolut, thanks. work fine. +rep
    Sleepingcap. dont work...yet. but +rep anyway for try to help (cay you write all code?)
    no idea why it wont work for ye - works just fine for me.

    Code:
    -- 
    -- RapeDotty by Eggsampler
    -- 
    -- Usage: /RapeDotty [start/stop]
    -- 
    
    local levelStart = 1;
    local levelEnd = 54;
    local searching = false;
    local lastSearchTime = 0;
    local levelIncrement = 1;
    
    local longSearch = false;
    local uberLongSearch = false;
    
    local lastClass = 1;
    local classes = { "Priest", "Warrior", "Warlock", "Druid", "Rogue", "Mage", "Hunter", "Paladin", "Shaman" };
    
    local lastRace = 1;
    local racesA = { "Gnome", "Human", "Night Elf", "Draenei", "Dwarf" };
    local racesH = { "Undead", "Orc", "Troll", "Blood Elf", "Tauren" };
    
    function RapeDotty_Message(thing)
        DEFAULT_CHAT_FRAME:AddMessage("|cFF00CCFFRapeDotty: |cFFFFFFFF" .. thing);
    end
    
    function RapeDotty_Command(args)
        if (args == "stop") then
            RapeDotty_Message("Stopping");
            RapeDotty_StopSearch();
        elseif (args == "start") then
            if (CanGuildInvite() == false) then
                RapeDotty_Message("You can't ginvite you fkn downs.");
                return;
            end;
            RapeDotty_Message("Starting");
            longSearch = false;
            uberLongSearch = false;
            RapeDotty_SendSearch();
        else
            RapeDotty_Message("RapeDotty by Eggsampler");
            RapeDotty_Message("Usage: /RapeDotty [start/stop]");
        end
    end
    
    function RapeDotty_OnEvent(args)
        if (searching == false) then return; end
        local numWhos = GetNumWhoResults();
        if (longSearch == true) then
            if (uberLongSearch == true) then
                lastRace = lastRace + 1;
                if (racesH[lastRace] == nil) then
                    --RapeDotty_Message("finished UBER ls, back to ls");
                    uberLongSearch = false;
                    lastClass = lastClass + 1;
                    if (classes[lastClass] == nil) then
                        --RapeDotty_Message("finished ls too, inc lvl");
                        longSearch = false;
                        levelStart = levelStart + levelIncrement;
                    end
                end
            else
                if (numWhos >= 50) then
                    --RapeDotty_Message("50 ls, doing UBER ls");
                    lastRace = 1;
                    uberLongSearch = true;
                    return; -- dont invite people here
                end
                --RapeDotty_Message("ls = true, doing inc");
                lastClass = lastClass + 1;
                if (classes[lastClass] == nil) then
                    --RapeDotty_Message("finished ls, inc lvl");
                    longSearch = false;
                    levelStart = levelStart + levelIncrement;
                end
            end
        else
            if (numWhos >= 50) then
                --RapeDotty_Message("50, doing ls");
                lastClass = 1;
                longSearch = true;
                return; -- dont invite people here
            else
                --RapeDotty_Message("doing norm invite, inc lvl");
                longSearch = false;
                levelStart = levelStart + levelIncrement;
            end
        end
        RapeDotty_InviteWhoResults();
    end
    
    function RapeDotty_OnUpdate(args)
        if (searching == true and time() > lastSearchTime + 5) then
            if (CanGuildInvite() == false) then
                RapeDotty_Message("You can't invite anymore, stopping.");
                RapeDotty_StopSearch();
            elseif (levelStart <= levelEnd) then
                RapeDotty_SendSearch();
            else
                RapeDotty_StopSearch();
                RapeDotty_Message("Finished.");
            end
        end
    end
    
    function RapeDotty_SendSearch()
        SetWhoToUI(1);
        FriendsFrame:UnregisterEvent("WHO_LIST_UPDATE");
        local whoString = "g-\"\" " .. levelStart .. "-" .. levelStart + levelIncrement - 1;
        if (longSearch == true) then
            whoString = whoString .. " c-\"" .. classes[lastClass] .. "\"";
        end
        if (uberLongSearch == true) then
            whoString = whoString .. " r-\"";
            if (UnitFactionGroup("player") == "Horde") then
                whoString = whoString .. racesH[lastRace];
            else
                whoString = whoString .. racesA[lastRace];
            end
            whoString = whoString ..  "\""; 
        end
        RapeDotty_Message("who: " .. whoString);
        searching = true;
        lastSearchTime = time();
        SendWho(whoString);
    end
    
    function RapeDotty_StopSearch()
        searching = false;
        FriendsFrame:RegisterEvent("WHO_LIST_UPDATE");
        SetWhoToUI(0);
    end
    
    function RapeDotty_InviteWhoResults()
        local numWhos = GetNumWhoResults();
        for index = 1, numWhos, 1 do
            charname, guildname, level, race, class, zone, classFileName = GetWhoInfo(index);
            if (guildname == "") then
                SendChatMessage("TEXT GOES HERE", "WHISPER", "ORCISH", charname);
    
                --RapeDotty_Message("whispering " .. charname);
            end
        end
    end
    
    SLASH_RapeDotty1 = "/rapedotty";
    SLASH_RapeDotty2 = "/rd";
    SlashCmdList["RapeDotty"] = RapeDotty_Command;
    
    local dummy = CreateFrame("Frame", nil);
    dummy:SetScript("OnEvent", RapeDotty_OnEvent);
    dummy:SetScript("OnUpdate", RapeDotty_OnUpdate);
    dummy:RegisterEvent("WHO_LIST_UPDATE");
    // Take note, that this piece of code will only invite people from lvl 1 until lvl 54 ( so up until the part where DKs might show up).
    Last edited by Sleepingcap; 11-15-2009 at 08:51 AM.

  12. #57
    Stans Dad's Avatar Banned
    Reputation
    404
    Join Date
    Dec 2007
    Posts
    744
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I still find the addon to work better than the macro

  13. #58
    SilverAngul's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing! I had no idea such a thing was even possible. o.O For me, this will be great. The guild I am in is currently struggling to find new members to run heroics and 10-mans. Hopefully it'll help in bolstering up our membership. Thank you so much! <3

  14. #59
    trinity04's Avatar Active Member
    Reputation
    16
    Join Date
    May 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nialnees View Post
    Can we modify it so it onvites only certain classes? Or that it doesnt invite dks?
    This is Priceless. No DKs!

  15. #60
    Stans Dad's Avatar Banned
    Reputation
    404
    Join Date
    Dec 2007
    Posts
    744
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DK's are overrated XD =P

Page 4 of 14 FirstFirst 12345678 ... LastLast

Similar Threads

  1. How do I +rep other people?
    By Deewleer in forum World of Warcraft General
    Replies: 5
    Last Post: 12-04-2010, 05:18 AM
  2. How in the world are people mining my nodes if i cant see them
    By UNREST in forum World of Warcraft General
    Replies: 5
    Last Post: 07-15-2009, 11:45 AM
  3. [Trick] How to get many retarded people leave their guild
    By Aradroth in forum World of Warcraft Guides
    Replies: 6
    Last Post: 12-28-2007, 10:12 PM
  4. How can i get more people to join my server properly ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-24-2007, 12:15 AM
All times are GMT -5. The time now is 04:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search