• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PimpMyGuild] - The ultimate guild recruiter! Updated for 5.0.4!

    Discussion in 'Archives' started by Sidalol, Jun 3, 2012.

    Thread Status:
    Not open for further replies.
    1. bluedew

      bluedew New Member

      Joined:
      Oct 15, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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!
       
    2. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      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.
       
    3. analogx

      analogx New Member

      Joined:
      Apr 23, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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
       

      Attached Files:

      Last edited: Oct 30, 2012
    4. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      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: Oct 31, 2012
    5. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
      Working perfect.
      Thanks :)
       
    6. analogx

      analogx New Member

      Joined:
      Apr 23, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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!
       

      Attached Files:

      Last edited: Oct 31, 2012
    7. steelrainkilla

      steelrainkilla New Member

      Joined:
      Jul 26, 2012
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      0
      Both of the SVN links are not working at all. cannot download with svn or veiw them in the web browser.
       
    8. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      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
       
    9. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Yeah, there seem to be some problem with Rioux atm. I'm sure it's just temporary. To solve it, here are the latest files.
      View attachment SuperGuildInvite.zip
      View attachment PimpMyGuild.zip

      Enjoy
      /AknA
       
      Last edited: Oct 31, 2012
    10. tbwill

      tbwill New Member

      Joined:
      Oct 17, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    11. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      As mentioned many times in the thread, this is often caused by WIM (WoW Instant Messenger) or other similar addons.
       
    12. Baratheon

      Baratheon New Member

      Joined:
      Jun 15, 2011
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      SVN is not working?
       
    13. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      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: Oct 31, 2012
    14. kawkaw

      kawkaw New Member

      Joined:
      Feb 5, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      When i click on the SVN this appears

      This webpage is not available
       
    15. drockzo

      drockzo New Member

      Joined:
      Oct 28, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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: Nov 1, 2012
    16. analogx

      analogx New Member

      Joined:
      Apr 23, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Done!
       

      Attached Files:

    17. russiaog

      russiaog New Member

      Joined:
      Sep 15, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I dont understand what to doi in wow


      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
       
    18. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Please properly read the first post. There is both a plugin and an addon that you must use at the same time.
       
    19. Zincfling

      Zincfling New Member

      Joined:
      Dec 10, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      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: Nov 2, 2012
    20. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      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.
       
    Thread Status:
    Not open for further replies.

    Share This Page