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.
can someone edit the plugin, so that it also searches for race if there still is 49 people when it has searched for a specific class :S ?
As far as I could see from the code, it was the intention that it would do that, but does not seem to do so :S ..
 
Tested and works like a charm!
Now I will finaly have my 900+ superultramegahero guild that I've always wanted to have :).
 
I was using this and got some chatter in trade about "how did I get an invite while in a dungeon" is this using ok methods like not get banned wise?
 
So what guild level do you everyone have now? And how long did it take you to get there?
Just made a new guild myself and testing it out now.
 
This plug-in also has been inviting people with trial accounts I didnt know you could do that!
 
100% guild inviter. Never spammed anything, never made raids... just let guild inviter run for some hours every other day.
 

Attachments

  • invite.webp
    invite.webp
    20.4 KB · Views: 192
Added Welcoming of New Guild Members. :-D

To edit the Welcome Messages, Find:
Code:
private List<string> _inviteMsgs = new List<string>(new string[] { "Welcome", "What's Good", "Everyone welcome:", "Hello"});

The Messages are sent in "*Welcome* Username"; So be sure to put messages that make sense, example: "Yo, " would send: "Yo, Bob".



Download: View attachment guildInviter.cs
 
Last edited:
Doesn't work for me
Added Welcoming of New Guild Members. :-D

To edit the Welcome Messages, Find:
Code:
private List<string> _inviteMsgs = new List<string>(new string[] { "Welcome", "What's Good", "Everyone welcome:", "Hello"});

The Messages are sent in "*Welcome* Username"; So be sure to put messages that make sense, example: "Yo, " would send: "Yo, Bob".



Download: View attachment 19838
 
Doesn't work for me

Does this just send stuff out to the guild if people accept the invite? I would love something that sent a whisper to the poeple that you send the invite out to.
 
Could not construct instance of guildInviter! Exception was thrown. Exception:
Object reference not set to an instance of an object.
 
check page number 9 in this topic and post made by fff4234
Does this just send stuff out to the guild if people accept the invite? I would love something that sent a whisper to the poeple that you send the invite out to.
 
Added Welcoming of New Guild Members. :-D

To edit the Welcome Messages, Find:
Code:
private List<string> _inviteMsgs = new List<string>(new string[] { "Welcome", "What's Good", "Everyone welcome:", "Hello"});

The Messages are sent in "*Welcome* Username"; So be sure to put messages that make sense, example: "Yo, " would send: "Yo, Bob".



Download: View attachment 19838
This one's based on the original, broken version. There's a new working version one page back that you can update to make it work.
 
Added Welcoming of New Guild Members. :-D

To edit the Welcome Messages, Find:
Code:
private List<string> _inviteMsgs = new List<string>(new string[] { "Welcome", "What's Good", "Everyone welcome:", "Hello"});
The Messages are sent in "*Welcome* Username"; So be sure to put messages that make sense, example: "Yo, " would send: "Yo, Bob".



Download: View attachment 19838


This one works, but didnt loop and start again at lvl1 after finsihing lvl 85
can you may fix it?

ps.
pls add

Code:
Logging.Write("GuildInviting :" + curPerson.Key);
[B][U] Lua.DoString(String.Format("SendChatMessage('{0}', 'WHISPER', nil, '{1}')", Lua.Escape("CHANGE THIS MESSAGE"), Lua.Escape(curPerson.Key)));   [/U][/B]
Lua.DoString("GuildInvite(\"" + curPerson.Key + "\")");
writeInvitedPerson(curPerson.Value);
 
Last edited:
Status
Not open for further replies.
Back
Top