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

EDID: Fixed by changing faction manually loks awesome cant wait to see your later work on this!
 
Last edited:
I'm trying this for a friends guild. Start it up, it shows
SendWho("1-1 ")
Then nothing. I get the who window up. But thats it.
Using on ally lvl 1 fresh made toon.
No invites go out.

I tried the
string myFaction = "Alliance";
Still just pops up the who box. and nothing else.

Found this macro on mmo owned.

/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Hello "..c.."! <House Of Elite> is now recruiting!Awesome guild!, join now!","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1; end;

With who window open will send guild invite to all who dont have guild. Change House Of Elite to your guild.
 
Last edited:
Any chance to get this updated for lates HB version :D ?
 
On load up getting

EDID: Fixed by changing faction manually loks awesome cant wait to see your later work on this!

What must be changed?

This?
Code:
string myFaction = ObjectManager.Me.Faction.Name.Split(' ')[1].ToLower();
 
Found it ;)

Replace
Code:
string myFaction = ObjectManager.Me.Faction.Name.Split(' ')[1].ToLower();
with
Code:
string myFaction = "alliance";
or
Code:
string myFaction = "horde";
 
Anyone also to add a line of code so it wispers them as it invites??
Dont mind editing code to change message

Would improve sucess rate majorly!
 
I tried changing the mystring to alliance and just got errors when starting bot.
 
This seems great, but cant make it work=/
Any chance you will update it anytime soon?
 
so fucking funny.... maybe need a invite text with /whisper

but right now, after 10min. running 75 members :D

with a /whisper it would be much more...
pls update :))
 
and a loop would be cool too

so, when he end at 85, start at 1 again
just dont reinvite the names from already invited list
 
A nice little plugin, i work's great but it conflict's alot with questing, while im questing for some reason it make's my alt idle or get stuck in stupid places or messes with the questing profile, yess i know it should not conflict with questing but for some reason when i turn this plugin off questing work's great but when i turn it on that's when HB goes crazy.
 
My results

Been running it some hours every day for 20 days, created a fresh guild. No babysitting at all. Guild has now about 900 members, most of them lower levels. Keeps about 20 online members. It really works. Thanks!
 
Yea nie plugin if ony it would wisper and inv at the same time the amount of failures because of this is probally insane
 
send tell

not tested but the wow api SendChatMEssage should do the trick

SendChatMessage("your invite text here" ,"WHISPER", ,"name of person being invited"); the space between "whisper" and "name of..." is where the language goes...


i have no plans on testing more than that, but i am sure someone can find the line with
Lua.DoString("GuildInvite(\"" + curPerson.Key + "\")"); and figure out that is where the invite is sent out...
 
not tested but the wow api SendChatMEssage should do the trick

SendChatMessage("your invite text here" ,"WHISPER", ,"name of person being invited"); the space between "whisper" and "name of..." is where the language goes...


i have no plans on testing more than that, but i am sure someone can find the line with
Lua.DoString("GuildInvite(\"" + curPerson.Key + "\")"); and figure out that is where the invite is sent out...


i cant get it to work :/
 
Status
Not open for further replies.
Back
Top