• 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. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      Due to multiple messages about guild inviter plugin, I'll decided to publish it.

      Since I made it for myself, I haven't made any debug-info and such, and I'm aware of the problem around 49 people found at a surden level, with a surden class and a surden race. It'll be fixed later, when i get some time again.

      It does the following:
      starts with a /who 1-1, builds a list of people with no guild and invites them to the guild (doesn't whisper yet), and makes a txt-file to keep track of which people it already has invited.
      if it finds under 49 people at a surden level, it adds 1 to the level.
      if it does find over 49 people at a surden level, it searches that level for every class..
      if it finds over 49 people at a surden level with a surden class, it does it for the race too.

      I'll update it whenever I feel like it :)
       

      Attached Files:

      Last edited: Jan 1, 2011
      ladygamer likes this.
    2. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      it only invites every person one single time.. it keeps a txt-file over the people already invited.

      it doesn't create the guild like eGuildCreator does. It invites people to an already formed guild.

      If you don't like it, then don't download it.
       
    3. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      I've used it for around 10 days now, I've gotten around 5-10 responses regarding why I didn't ask them in whisper first.. and we are about 450 in the guild now..
      granted, most of them is inactive, but only a matter of time before I makes a plugin to handle the guild with promotions to biggest contributers, kicks after x days of inactivity and such.. :)
       
    4. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      Keep the conversation on topic and polite! There is no reason to abuse people.

      EDIT: Thread cleaned out!
       
      Last edited: Jan 1, 2011
    5. chrislg

      chrislg Guest

      is it possible to make the plugin invite only lvls 60-85's?
       
    6. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      open the file in a text-editor.. change the place where it say "public int minLevel = 1;" and change it to "public int minLevel = 60;" :)
       
    7. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      thanks :)
       
    8. kuw84

      kuw84 New Member

      Joined:
      Dec 6, 2010
      Messages:
      267
      Likes Received:
      0
      Trophy Points:
      0
      [00:07:56:184] Plugin Guild Inviter threw an exception in 'Pulse'! Exception:
      [00:07:56:184] System.ArgumentException: An item with the same key has already been added.
      at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
      at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
      at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
      at guildInviter.guildInviter.buildInvitedPersons() in c:\Users\xst\Desktop\hof2\Plugins\guildInviter.cs:line 89
      at guildInviter.guildInviter.Pulse() in c:\Users\xst\Desktop\hof2\Plugins\guildInviter.cs:line 55
      at Styx.Plugins.PluginWrapper.Pulse()

      help.. thanks
       
    9. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      I've updated the plugin to fix this.. please redownload.
       
    10. Snailomatic

      Snailomatic New Member

      Joined:
      Nov 12, 2010
      Messages:
      157
      Likes Received:
      0
      Trophy Points:
      0
      Maybe people who use this could put a notice in the mess that they send out that it is regarding a guild invite? It will save the rest of us botters a trip to the computer to check what the /w is regarding.
       
    11. kuw84

      kuw84 New Member

      Joined:
      Dec 6, 2010
      Messages:
      267
      Likes Received:
      0
      Trophy Points:
      0
      sweet works great again.. wanted to ask is there anyway to make it loop.. so after its done the 85s it restarts at lvl1 and invites those who dont have there names in the list?
      cheers.
       
    12. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      it doesn't send any whispers..
       
    13. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      it'll come later, when I make it more bug-less and such.. :)
       
    14. sainter222

      sainter222 Member

      Joined:
      Jan 15, 2010
      Messages:
      482
      Likes Received:
      9
      Trophy Points:
      18
      hi can you make a modified version of this plugin to invite lvl 20+ only? my guild is at our cap so we kick under 20's to make space.

      Also currently its inviting level by level and im not sure why:
      SendWho("49-49 ")
      SendWho("50-50 ")
      SendWho("51-51 ")
      SendWho("52-52 ")

      etc etc
       
    15. etmawow

      etmawow New Member

      Joined:
      May 2, 2010
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      0
      on page 1 I wrote how to do it so it only invites level x+

      It only searches on levels right now, because there's under 49 people found
      if there's over 49 found, it will search again like 49-49 c-"Warrior" and so on
       
    16. Snailomatic

      Snailomatic New Member

      Joined:
      Nov 12, 2010
      Messages:
      157
      Likes Received:
      0
      Trophy Points:
      0
      Whoops.... The I guess my previous rant about spam was uncalled for. I just took it for granted that it sent a /w and then an invite if you answered like some other bots I've seen in action. Sorry...
       
    17. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      Change log would be nice :)
       
    18. nhemlis

      nhemlis New Member

      Joined:
      Sep 30, 2010
      Messages:
      38
      Likes Received:
      1
      Trophy Points:
      0
      Awesome addon perfect to those who just wanna put a random guild together, anyways found i issue. Ive set the "open the file in a text-editor.. change the place where it say "public int minLevel = 1;" and change it to "public int minLevel = 60;"" It works great UNTIL! its completed scanning 85s and then resets to do "SendWho("1-1 ")" and so on :(
       
    19. antiwhack

      antiwhack New Member

      Joined:
      Aug 27, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Get this whenever I start HB and guildInviter fails to load.
       
    20. chrislg

      chrislg Guest

      this will be sooooo good once you make it whisper!
       
    Thread Status:
    Not open for further replies.

    Share This Page