What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Guild Inviter

Status
Not open for further replies.

etmawow

New Member
Joined
May 2, 2010
Messages
79
Reaction score
1
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 :)
 

Attachments

Last edited:
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.
 
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.. :)
 
Keep the conversation on topic and polite! There is no reason to abuse people.

EDIT: Thread cleaned out!
 
Last edited:
is it possible to make the plugin invite only lvls 60-85's?
 
is it possible to make the plugin invite only lvls 60-85's?

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;" :)
 
[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
 
[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

I've updated the plugin to fix this.. please redownload.
 
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.
 
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.
 
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.

it doesn't send any whispers..
 
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.

it'll come later, when I make it more bug-less and such.. :)
 
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
 
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

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
 
it doesn't send any whispers..

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...
 
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 :(
 
Could not construct instance of guildInviter! Exception was thrown. Exception:
Object reference not set to an instance of an object.

Get this whenever I start HB and guildInviter fails to load.
 
Status
Not open for further replies.
Back
Top