• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Guild Inviter

    Discussion in 'Archives' started by etmawow, Jan 1, 2011.

    Thread Status:
    Not open for further replies.
    1. LifeCycle

      LifeCycle New Member

      Joined:
      Feb 3, 2011
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Anyone figure out how to stop the infinite loop that happens when /whoing?

      I play on a super high pop server, so when it starts doing classes+race it will start looping them and never progress to the next class.
       
    2. fff4234

      fff4234 New Member

      Joined:
      Nov 17, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      You have to edit the plugin with notepad. Find the follwing code:

      Code:
      public void ginviteNextPerson()
              {
                  foreach (KeyValuePair<string, Persons> curPerson in allPersons)
                  {
                      if (!invitedPersons.ContainsKey(curPerson.Key))
                      {
                          Logging.Write("GuildInviting :" + curPerson.Key);
                          Lua.DoString("GuildInvite(\"" + curPerson.Key + "\")");
                          writeInvitedPerson(curPerson.Value);
                          break;
                      }
                  }
              }
      And make it look like this:


      Code:
      public void ginviteNextPerson()
              {
                  foreach (KeyValuePair<string, Persons> curPerson in allPersons)
                  {
                      if (!invitedPersons.ContainsKey(curPerson.Key))
                      {
                          Logging.Write("GuildInviting :" + curPerson.Key);
                          Lua.DoString(String.Format("SendChatMessage('{0}', 'WHISPER', nil, '{1}')", Lua.Escape("CHANGE THIS MESSAGE"), Lua.Escape(curPerson.Key)));   
                          Lua.DoString("GuildInvite(\"" + curPerson.Key + "\")");
                          writeInvitedPerson(curPerson.Value);
                          break;
                      }
                  }
              }
      Don't forget to change the message!
       
    3. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      do you may have a fix, for the loop too?

      Maybe when it complete finished, to start at LVL1 again, bust just dont invite the allready invited players ?!
       
    4. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      SendWho("105-105 ")

      Apparently this plugin know something about the level-system that I don't.
      :)
       
    5. lukeyboy89

      lukeyboy89 New Member

      Joined:
      Jan 15, 2010
      Messages:
      282
      Likes Received:
      1
      Trophy Points:
      0
      can someone post a working version? mine won't load in plugins =[
       
    6. db00

      db00 Member

      Joined:
      Feb 25, 2010
      Messages:
      418
      Likes Received:
      1
      Trophy Points:
      18
      getting this error Could not construct instance of guildInviter! Exception was thrown. Exception:
      Object reference not set to an instance of an object.
       
    7. buddytohelpu

      buddytohelpu Member

      Joined:
      Jan 15, 2010
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      6
      I have the same problem.. it will do warrior blood elf then warrior tauren.. then start at the top of the list and do warrior blood elf.. without going to other classes
       
    8. bloodydeluxe

      bloodydeluxe New Member

      Joined:
      Jul 27, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      same error with pala, with shamy it works...
       
    9. micylyb

      micylyb New Member

      Joined:
      Nov 5, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      .

      Same.. how to fix this???
       
    10. Mazzyr

      Mazzyr Member

      Joined:
      Jan 15, 2010
      Messages:
      153
      Likes Received:
      3
      Trophy Points:
      18
      Would also love to see a update on this.. And would even making a kind donation, to who could make this working.
       
    11. NL1337

      NL1337 New Member

      Joined:
      May 7, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      would love to see an update =O
       
    12. zuabros

      zuabros Active Member

      Joined:
      Jan 12, 2011
      Messages:
      651
      Likes Received:
      82
      Trophy Points:
      28
      Great plugin man! One of the only guild plugins available!

      Its just amazing to make bot-guilds (as most real guilds will just kick bots) for the perks!

      I would suggest adding a "purge" button (feature), that would purge inactive members (say more than 1 month offline).... as most members added with the plugin will tend to not play that much...
       
    13. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      I made quite a few changes and got this plugin working again. The compiling and looping problems should both be fixed now. There are two variables "minLevel" and "maxLevel" that you can change near the top of the file.

      I don't plan on supporting this plugin but if you have any problems feel free to post them.

      Use at your own risk, if this gets you banned or suspended don't blame me, I'm not forcing anyone to use it.
       

      Attached Files:

    14. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      Update: v1.1.0

      Added a settings form, no more editing the file to set min or max level. :D
       

      Attached Files:

    15. tadadesigns

      tadadesigns New Member

      Joined:
      Jan 3, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      you ppl are aware of that you can use a simple wow addon for this? with iname settings? :)
       
    16. mniel0

      mniel0 Member

      Joined:
      Dec 30, 2010
      Messages:
      296
      Likes Received:
      6
      Trophy Points:
      18
      eracer, cant seem to put a minimum level in ur profile, can ya help me out?
       
    17. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      @mniel0
      Maybe this picture will help.
      This is not a profile, its a plugin so make sure you have it installed in your Honorbuddy\plugins folder
      and also make sure the plugin is enabled or you won't be able to click on the settings button.

      @tadadesigns
      Are you talking about Guild Recruiter - Addons - Curse?
       

      Attached Files:

    18. mniel0

      mniel0 Member

      Joined:
      Dec 30, 2010
      Messages:
      296
      Likes Received:
      6
      Trophy Points:
      18

      didnt see that one :b hehe sorry for wasting your time, but thanks:)
       
    19. zuabros

      zuabros Active Member

      Joined:
      Jan 12, 2011
      Messages:
      651
      Likes Received:
      82
      Trophy Points:
      28
      TESTED AND WORKING

      This wow macro will delete everyone with 1 month inactivity.

      /run if not CanGuildRemove() then return end for i=1,GetNumGuildMembers() do local y,m,d=GetGuildRosterLastOnline(i) print((GetGuildRosterInfo(i)),y,m,d) if y then if y>0 or m>0 then GuildUninvite(GetGuildRosterInfo(i)) end end end
       
    20. darkspyre0

      darkspyre0 Member

      Joined:
      Jul 31, 2010
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      8
      I was about to post the SAME thing! I used a plugin from wowinterface or something called ninja invite. Works the same way. It also was able to send out whispers and i ran it a few times in one day, and found myself with a 3hr suspension for spamming. I think with a whisper it's SO easy for people to just right click and "Report as spam" and that gets you suspended. This was a legit account i have NEVER botted on, or even had auctions on (large amount).
      I know it seems like a good idea to send a whisper before you invite, but it's NOT. Sure it's the polite thing to do, and i usually get one or two people every run telling me so. But considering the vast majority of people, DON'T DO IT. It's TOO easy for them to just report your whisper as spam, and since you are shooting out whispers to a MASSIVE amount of people, that multiplies your chances of them reporting spam.


       
    Thread Status:
    Not open for further replies.

    Share This Page