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

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Yeah indeed :p One of the devs could answer this in 5 seconds -.-
       
    2. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      While you are messing with it could you make a setting to auto invite people who whisper you :) I don't want to scan for unguilded players just want to sit in a city and advertise for them. Less efficient but not gonna get banned for it either.
       
    3. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      You won't be banned if you disable whisper functionality in the addon.
       
    4. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Still, if you could give the option that would be great :)
       
    5. Axelsnoski

      Axelsnoski Member

      Joined:
      Jun 15, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      6
      Thats how nutty worked I don't think without modding SGI heavily its possible.
       
    6. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      Actually it should solve the problem with the virutual keybind, if you look at your version of the script you try to bind the key before you start the scan, and by doing so its possible that you are trying to bind a key to a frame/button that hasn't been created yet. the frame and button isn't created until after the first time you click on the minimap button so there is nothing to bind to. That should solve this error

      As far as the virtual key never being pressed I'm not sure why that isn't working, I'll do some more testing and see if i can figure it out.
       
    7. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      I also forgot to mention that I do think its necessary to unbind the key after the plugin has been stopped so that the F11 key will function normally again for that game session.
      The part about stopping the scan when the bot stops is easy enough to remove though.
       
    8. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      The keybind works fine for me whether the button has been created or not. I don't know why it complained for him.
       
    9. Axelsnoski

      Axelsnoski Member

      Joined:
      Jun 15, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      6
      Afaik It was always like that for me :? and no not a problem at all
       
    10. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Yeah if someone wants to use the F11 key afterwards before they logout then it would need to be unbinded, but who does? :p
       
    11. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      Ok here we go again, I did a an actual test with the last version i posted and it wasn't inviting anyone like you all said. I think i found why and did some actual invites with it and it worked great.. most of the people declined my invites but i got a few that accepted which shows that its really working for me. I also commented out the part of the code that stops the scan when you stop the bot by user request ;)
       

      Attached Files:

    12. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Guys version 2 is out! I totally re-made the invite mechanism and we no longer require physical keypresses or keybinds. You'll need the new modified addon. More information is available in the original post.
      Please post the results :)
       
    13. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Haha we commented a minute apart xD I've updated the first post with my new version which scraps keybinds and keypresses completely and fixed up a few bits. It should solve any issues related to that crap. It does require a modified addon but it's no big deal. I guess it's either/or ^^
       
      Last edited: Jul 20, 2012
    14. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      Cool :), well you can always keep the two versions, one for modified and one for not. I'm going to check your's out now.
       
    15. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      In the new version I just noticed that you forgot to update the Intro() version, it still says "PimpMyGuild v1.1.0 by Sidalol" and also i think there may be a flaw with the startScan() function because basically the checking for the variables near the top is all done at the top of he function and those conditions may not be true later later on when it gets to the if (canStartScan.Equals("true")). I hope that makes sense, its kind of hard to explain. Anyway you can check out how i handled that in the newer version and "steal" that for yours if you like :)
       
    16. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Ah yeah I'll update that when it's confirmed as working by someone who it didn't work for before. It should be ok because it hits the startScan method twice, once on each pulse, though I might not be understanding what you mean? Try to explain it diff and I'll fix it up :p

      One thing I noticed in your startScan is that you're only doing a check for mainOptionsFrameVisible when opening the options frame. If the bot is stopped while the scan is running then started again it's going to open the main options window again and leave it floating in the middle of the screen along with the superscan window. Just stick a timerFrameVisible in the check. Thanks a lot for your effort on the plugin btw :)
       
    17. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Just updated it. Fixed the intro, cleaned up most of the code and fixed a bug that caused members to sometimes be invited twice. v2.0.1 is up :)
       
      Smoogel likes this.
    18. Axelsnoski

      Axelsnoski Member

      Joined:
      Jun 15, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      6
      V2.0.1 seems to be running Perfectly :D Good job guys :)
       
    19. Smoogel

      Smoogel New Member

      Joined:
      Mar 28, 2010
      Messages:
      249
      Likes Received:
      1
      Trophy Points:
      0
      Thanks mate +rep :D

      I do have a question though. When I was messing about with a pure addon one a few months ago I got myself a ban for 3 hours (spamming or something), are things like this allowed? To send mass waves of invites?

      Even if it's not - Going to be doing this myself in a few days ^^

      Thanks though, appreciate the work you done.;)
       
    20. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Finally :p

      You should be fine if you disable whispers :)
       
    Thread Status:
    Not open for further replies.

    Share This Page