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

You won't be banned if you disable whisper functionality in the addon.
 
Unfortunately that's still not going to solve the issue. For anyone who couldn't use the lua temporary keybind, the key still won't bind, and for anyone who couldn't get the virtual keypress working, it still won't press. The only real solution is going to be finding another way to send a virtual keystroke. Also there's no need for to unbind the key after use as it only lasts as long as the session. Not needing the modified SCI is nice though :) I don't think the scan should be stopped when the bot stops though. I've stopped the bot to do something manually and had 80+ invites built up by the time I start it again. Granted some of those members are offline or already invited somewhere else by then but I still usually grab about 10-15 members from it.

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

i get this lua error message:


Message: [string "Hax.lua"]:1: Usage: SetOverrideBinding(owner, isPriority, "KEY"[, "COMMAND"])
Time: 06/11/12 02:47:47
Count: 1
Stack: [C]: in function `SetOverrideBinding'
[string "Hax.lua"]:1: in main chunk

Locals: (*temporary) = nil
(*temporary) = "true"
(*temporary) = "F11"
(*temporary) = "nil"

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

The keybind works fine for me whether the button has been created or not. I don't know why it complained for him.
 
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.
Afaik It was always like that for me :? and no not a problem at all
 
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.

Yeah if someone wants to use the F11 key afterwards before they logout then it would need to be unbinded, but who does? :p
 
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 ;)
 

Attachments

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 :)
 
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 ;)

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:
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 ^^

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.
 
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 :)
 
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 :)

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 :)
 
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 :)
 
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.;)
 
V2.0.1 seems to be running Perfectly :D Good job guys :)

Finally :p

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.;)

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