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.
I think the problem might be that its only level 1 guild so most of the people wont join. I'll level the guild up a bit and then try this again. Actually got 4 lvl 1-10 people to the guild with this so its working :) thanks!
 
Look over it when you can please, it would be very good. Thx you
What you could try (I can't say that it WILL work, but it might).
Open up WoW\Interface\AddOns\SuperGuildInvite\locale folder.
Open up file 'localization.lua' in wordpad (or any text editor).
Scroll to the bottom of the file, there you will have this line :
Code:
--SGI_Locale["ruRU"] = Russian Can't be added because of client issues.
Edit that line so it says this instead :
Code:
SGI_Locale["ruRU"] = Russian
Start it up with Russian locale and try to see if it works, it might work but I'm not 100% that it does.
 
I did it, but seems it doesn't work - for 10 minutes addon does not find any character 90 lvl and translation don't work. Here screenshots:
P.S Sorry for my english if something is wrong. Thx you
 

Attachments

  • after.webp
    after.webp
    321.5 KB · Views: 83
  • Before.webp
    Before.webp
    218.6 KB · Views: 76
Last edited:
I did it, but seems it doesn't work - for 10 minutes addon does not find any character 90 lvl and translation don't work. Here screenshots:
P.S Sorry for my english if something is wrong. Thx you
Yeah, it's something with the Russian client that don't want to work....
Do you know of any addon that works with Russian locale ?
Can look at that code to see if it helps.

EDIT : Ok, I've made some changes to the locale file and uploaded a new ver, can you download the latest ver, make the same changes I wrote in my previous post and say if it works now with ruRU locale ?
 
Last edited:
Yeah, it's something with the Russian client that don't want to work....
Do you know of any addon that works with Russian locale ?
Can look at that code to see if it helps.
EDIT : Ok, I've made some changes to the locale file and uploaded a new ver, can you download the latest ver, make the same changes I wrote in my previous post and say if it works now with ruRU locale ?

I did as you said but it seems that nothing has changed. Addon that work with Russian locale Thank you for helping!
Screenshots:

EDIT: I found where was problem - Russian client are supported only UTF8, i changed encoding and all works perfectly*


EDIT2: New problem* - Addon uses the command /who 90 r-Человек c-Рыцарь смерти instead of /who р-Человек к-Рыцарь смерти. Russian client do not support commands like -r and -c, only commands on Russian such as -р and -к (-р = -races, -к = classes). Because of this addon can not find anyone 90 lvl

EDIT3: I found a solution - i changed all "-c" to "-к", all "-r" to "-р" in SuperGuildInvite.lua and now all works perfect for me. If needed, I can attach modified Superguildinvite.lua

P.S. Sorry for my english if something is wrong. Thank you!
 

Attachments

  • 1.webp
    1.webp
    209.7 KB · Views: 66
  • 2.webp
    2.webp
    194.6 KB · Views: 48
  • Works Good.webp
    Works Good.webp
    286.4 KB · Views: 63
Last edited:
I did as you said but it seems that nothing has changed. Addon that work with Russian locale Thank you for helping!
Screenshots:

EDIT: I found where was problem - Russian client are supported only UTF8, i changed encoding and all works perfectly*


EDIT2: New problem* - Addon uses the command /who 90 r-Человек c-Рыцарь смерти instead of /who р-Человек к-Рыцарь смерти. Russian client do not support commands like -r and -c, only commands on Russian such as -р and -к (-р = -races, -к = classes). Because of this addon can not find anyone 90 lvl

EDIT3: I found a solution - i changed all "-c" to "-к", all "-r" to "-р" in SuperGuildInvite.lua and now all works perfect for me. If needed, I can attach modified Superguildinvite.lua

P.S. Sorry for my english if something is wrong. Thank you!
Yeah, I read about the encodeing, was actually the next thing I was going to try. Now I know what's not working and can fix it :)
I allso need to add my own changes to the addon to locale, then I need someone to translate those things as well.
Will start doing those things tonight as I won't be able to sleep anyway :P
Leaving for the airport at 4am so going to be a all nighter.

Lets see how far I get.

/AknA
 
just outta curosity is there a way to not make the who list pop up while its scanning? If I'm trying to que or if im in auction it will knock me out so that the who list can pop up
 
just outta curosity is there a way to not make the who list pop up while its scanning? If I'm trying to que or if im in auction it will knock me out so that the who list can pop up

As mentioned many times in the thread, this is often caused by WIM (WoW Instant Messenger) or other similar addons.
 
I did as you said but it seems that nothing has changed. Addon that work with Russian locale Thank you for helping!
Screenshots:

EDIT: I found where was problem - Russian client are supported only UTF8, i changed encoding and all works perfectly*


EDIT2: New problem* - Addon uses the command /who 90 r-Человек c-Рыцарь смерти instead of /who р-Человек к-Рыцарь смерти. Russian client do not support commands like -r and -c, only commands on Russian such as -р and -к (-р = -races, -к = classes). Because of this addon can not find anyone 90 lvl

EDIT3: I found a solution - i changed all "-c" to "-к", all "-r" to "-р" in SuperGuildInvite.lua and now all works perfect for me. If needed, I can attach modified Superguildinvite.lua

P.S. Sorry for my english if something is wrong. Thank you!

I've added the code to make this work for ruRU client, but I can't write the special letters you use.
So if you please could download the file I've attached here, do a search for 'if RuLoc == "ruRU" then' (there is a bunch of em), edit the line after for c- and r- (class / race) to the correct special letters you use and then attach the file again here so I can make a new official ver.
I still haven't made the locale for my addition to the code, have to do that when I get back from my vacation.
View attachment SuperGuildInvite.zip
This is just SuperGuildInvite.lua that is zip'ed can't attach .lua files so had to zip it.
 
Last edited:
SVN is not working?
Yeah I got it just fine yesterday, but I just re-installed honorbuddy today and now the link isn't working.
Edit: It is now working, maybe it was only screwed up for a short period of time.
 
Last edited:
I've added the code to make this work for ruRU client, but I can't write the special letters you use.
So if you please could download the file I've attached here, do a search for 'if RuLoc == "ruRU" then' (there is a bunch of em), edit the line after for c- and r- (class / race) to the correct special letters you use and then attach the file again here so I can make a new official ver.
I still haven't made the locale for my addition to the code, have to do that when I get back from my vacation.
View attachment 64203
This is just SuperGuildInvite.lua that is zip'ed can't attach .lua files so had to zip it.

Done!
 

Attachments

I dont understand what to doi in wow

No profile, no mode. It's a plugin. It'll work with any profile and any mode.


I put the pluggin in the right place i see it in hb But I dont understand where do you go into wow to configure it? there is no pluggin
 
I put the pluggin in the right place i see it in hb But I dont understand where do you go into wow to configure it? there is no pluggin

Please properly read the first post. There is both a plugin and an addon that you must use at the same time.
 
Just instaled it and already got 5 people invited, works like a charm! nice work dude!

Just one thing tho, is there a way to prevent your char from going AFK? i tried to look for it on the bot config options and CC but couldnt figure it out. thx for the great plugin!
 
Last edited:
Just instaled it and already got 5 people invited, works like a charm! nice work dude!

Just one thing tho, is there a way to prevent your char from going AFK? i tried to look for it on the bot config options and CC but couldnt figure it out. thx for the great plugin!

Somewhere on the forum is an anti-afk plugin that will make your char jump every now and again to stop going AFK. This, along with running combat bot while not in combat should solve your problem.
 
Status
Not open for further replies.
Back
Top