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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PimpMyGuild] - The ultimate guild recruiter! Updated for 5.0.4!

Status
Not open for further replies.
There appears to be a small problem with inviting Draenei (the race is spelled incorrectly as Dranei) for high level characters. The fix below needs to be put into SuperGuildInvite.lua

Code:
	local Races = {}
	if UnitFactionGroup("player") == "Horde" then
		Races = {
			"Orc",
			"Blood Elf",
			"Undead",
			"Troll",
			"Goblin",
			"Tauren",
		}
	else
		Races = {
			"Human",
			"Dwarf",
			"Worgen",
			"[COLOR="#FF0000"]Draenei[/COLOR]",
			"Night Elf",
			"Gnome",
		}
	end

Also for some reason it's showing everything on screen (ie: who screen as it's processing). I'll try clearing and reloading the plugin and SGI but thought I'd mention in case anyone else had similar issue. - Tried, still have the issue.

-Alpha
 
Last edited:
There appears to be a small problem with inviting Draenei (the race is spelled incorrectly as Dranei) for high level characters. The fix below needs to be put into SuperGuildInvite.lua

Code:
	local Races = {}
	if UnitFactionGroup("player") == "Horde" then
		Races = {
			"Orc",
			"Blood Elf",
			"Undead",
			"Troll",
			"Goblin",
			"Tauren",
		}
	else
		Races = {
			"Human",
			"Dwarf",
			"Worgen",
			"[COLOR="#FF0000"]Draenei[/COLOR]",
			"Night Elf",
			"Gnome",
		}
	end

Also for some reason it's showing everything on screen (ie: who screen as it's processing). I'll try clearing and reloading the plugin and SGI but thought I'd mention in case anyone else had similar issue. - Tried, still have the issue.

-Alpha

Strange :/

Also for the /who, are you using WoW Instant Messenger? It's known to cause that effect with SGI.
 
Actually no, I used to use it but not installed it yet on this computer. Do you know the issue re: WoW IM in case it's another add-on causing it?

Cheers,

-Alpha
 
it invite one and the same Char twice in the guild without using the the Blacklist? What is wrong?
 
@Sidalol, figured it out I think. I had another similar add-on enabled. I disabled the add-on and it went back to working as it should.

Cheers,

-Alpha
 
Nice, updated fp version works. Thanks alot for keeping this updated and fixing our bugs. :D
 
Updated the SGI's .lua file so it now invites Draenei how racist... just open it in Notepad++ or just Notepad and search for "dran" and then change the whole thing to "Draenei" also I updated the .cs file to make it not lag my WoW so much, i saw the thread sleeps were like 50ms i changed it to 500ms
 
Sidalol, did you look into making an option to ginvite if someone whispers you a keyword?
 
Downloaded this and trying it out. I am getting spammed with the /who window, currently. Not sure why. Otherwise it's working. I've gotten a handful of people in my guild now. I'll be trying it later tonight when it's peak playing time.
 
Sidalol, did you look into making an option to ginvite if someone whispers you a keyword?

No sorry, that's beyond the original scope of this project. If someone wants to add it though then feel free.

Downloaded this and trying it out. I am getting spammed with the /who window, currently. Not sure why. Otherwise it's working. I've gotten a handful of people in my guild now. I'll be trying it later tonight when it's peak playing time.

This has been reported many times, it's usually due to WoW Instant Messenger or other similar addons.
 
If this addon is running you won't be able to mail anything through the mailbox (say you're farming stuff).

I'm rather annoyed, everytime the Mailbox window pops up, 5 seconds later the /who window pops up and overrides it - Can we fix this or do I just sack this plugin?

Have fun x
 
If this addon is running you won't be able to mail anything through the mailbox (say you're farming stuff).

I'm rather annoyed, everytime the Mailbox window pops up, 5 seconds later the /who window pops up and overrides it - Can we fix this or do I just sack this plugin?

Have fun x

You can read through the posts to fix this issue or even simply read the two comments directly above yours.
 
You're right and I'm wrong, I was just thrown off by the "WoW Instant Messenger" cause I don't use such a garbage addon and basically don't have a similar addon either (I have Prat, but even with Prat enabled this works).

So yeah, thanks and bye!
 
im not sure if i installed it wrong, but when i start it up, everything seems to be working. it automatically starts sgi and begins to search for guildless people, but it doesn't invite them... please help
 
im not sure if i installed it wrong, but when i start it up, everything seems to be working. it automatically starts sgi and begins to search for guildless people, but it doesn't invite them... please help

ok nvm i got it working perfectly, what a great plugin. i just reinstalled the modified addon, and now it works
 
Status
Not open for further replies.
Back
Top