• 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. Kripparrian

      Kripparrian New Member

      Joined:
      Oct 18, 2012
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      Can you add a mass kick feature? say inactive people 2+ weeks etc.?

      Or anyone know a mod that does it?
       
    2. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      There is a addon for that, guildkicker or something like that it's called, search on Curse.
       
    3. josele123

      josele123 New Member

      Joined:
      Oct 16, 2011
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      i cannot click on level limits,how i select 1-20 lvl limit for example?
       
    4. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      if you move your mouse over the top level limit, then use your scroll wheel on your mouse you can raise/lower the limit.
       
    5. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi AknA,

      I'm having the same issue (still seeing outgoing messages even after disabling it).

      I originally installed the addon via SVN, and have run SVN Update a few times, but the outgoing messages still appear.

      Should I delete the add-on and re-SVN?
       
    6. scatesftw

      scatesftw New Member

      Joined:
      Mar 4, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I have read COUNTLESS post, i have followed the EXACT download method and everything, and if you look at me this is what you get o_O.. You are saying confiure, configure what? superguild invite or the PLUGIN its self, because i can not even click on the plugin to change the settings or anything. you say to download the superguild addon in your original post.. not existent i am just so confused if any help regarding on how to run this like a dummy guide real quick ill be super happy... thanks :/
       
    7. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      All the config is done in the addon. Plugin only automaticly start the addon scan and invites ppl if it's set up.

      SGI.jpg

      This is how my screen look, you need to have 'Enable Addon' clicked in for it to work.

      Rest is more or less optional on how much info you want the addon to show.

      You don't need to config the plugin at all.

      It's important that the addon files is in : ...\World of Warcraft\Interface\AddOns\SuperGuildInvite directory.
      NOT IN : ...\World of Warcraft\Interface\AddOns\SuperGuildInvite\SuperGuildInvite directory. If it's in a doubble SGI directory you need to reinstall.

      The files should be : SuperGuildInvite.lua, SuperGuildInvite.toc etc etc...

      And for plugin, the file should be in : ...\HonorBuddy\Plugins\PimpMyGuild directory.
      NOT IN : ...\HonorBuddy\Plugins\PimpMyGuild\PimpMyGuild directory. If it's in a doubble PMG directory you need to reinstall.

      The file should be : PimpMyGuild.cs (Only one file, unless you see hidden files then you will allso see .svn directory)
       
      Last edited: Oct 26, 2012
    8. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Hmm... try that, if it still doesn't work then it must be a other addon that is messing with the code.
       
    9. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Just a headsup, I'm going on vacation to Egypt for 2 weeks, leaving on thursday nov 1st. I hope plugin/addon is working for everyone, if it isn't, if you need help from me, write as soon as possible.
      Otherwise Sidalol will ofcourse help you, alltho, I'm the lua expert and he's the c# expert :)
       
    10. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi AknA,

      I deleted the addon, re-SVN'd and ran the game but it was still sending outgoing whispers.

      Next I disabled all addons except SGI and unfortuantely the outgoing whispers persisted.

      Here's the code from the top of my WTF/Account/*Account*/SavedVariables/SuperGuildInvite.lua file:

      Code:
      			["checkboxes"] = {
      				["SGI_WHISPER"] = 1,
      				["SGI_LONG"] = 1,
      				["SGI_HIDEWHISPER"] = 1,
      				["SGI_GREET"] = 1,
      				["SGI_OFFICER_NOTE"] = 1,
      Anything else I can try?

      Edit: I also removed my SuperGuildInvite.lua file to start fresh, disabled outgoing whispers, & they still appeared :(
       
      Last edited: Oct 27, 2012
    11. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Settings is right, don't understand why.... I've sent you a PM with my skype info, easier to chat there and bug check what's not working.

      EDIT : Oh wait, just came to think of something, can you post your line for : ["whispers"] = { could be that it's something in your whisper that I've missed in the code, for example, had to make a special code to filter out '(' and ')' in whispers, might be some other things as well.
       
      Last edited: Oct 27, 2012
    12. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Ok, that was the problem :)
      I had to add a extra filter for +, allso added a extra filter for - just in case, hope it isn't any more strange symbols you ppl use in the whispers :p

      If you notise that your whisper doesn't get filtered, then please post what you whisper and I will add extra filters for it.

      Enjoy :)
       
      BaturalNoobs likes this.
    13. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Thank you AknA!!!

      For others that are seeing outgoing whispers, or having other problems, make sure to remove any special characters from your custom greetings and whispers.

      My guild has now gone from 50 members to 900 in four weeks! This plugin is AMAZING!!!
       
      Last edited: Oct 28, 2012
    14. fripon

      fripon New Member

      Joined:
      Dec 6, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      How much money do you get from the guild per day?
       
    15. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      My guild brings in about 10k per week after repairs.
       
    16. analogx

      analogx New Member

      Joined:
      Apr 23, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Russian is not supported?
       
    17. bluedew

      bluedew New Member

      Joined:
      Oct 15, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Working fine for me, but one little problem: I have installed addon via SVN you provided and its working and setup it to whisper and invite mode. Plugin is installed also via SVN and theyre in right folders. It searches for people and invites them (reads in guild log) but still after like 150 invites, nobody havent accepted or anything? is this because im unlucky or does the addon or plugin display that it "invited" them to my guild. Its silly tho that my guild log says that i have tried to inv like 150+ ppl but no one of them accept even for 10 secs.
       
    18. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      On some servers that's normal.
      You notise that the plugin+addon is working as you have invited 150ppl, that none of em accepts is unlucky yes, nothing else.
       
    19. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Russian is in the locale BUT
      I can look over it when I get back from my vacation, but atm, no it doesn't :(
       
    20. analogx

      analogx New Member

      Joined:
      Apr 23, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Look over it when you can please, it would be very good. Thx you
       
    Thread Status:
    Not open for further replies.

    Share This Page