NinjaInvite 2.0 RELEASE [Send Mass Guild Invites] menu

User Tag List

Page 11 of 19 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 271
  1. #151
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Altf View Post
    Just wanted to say I love your addon; I use it over multiple guilds on multiple realms.. It's amazing and quite obviously without the addon it wouldn't be possible.
    My one concern however is it seems it doesn't always message people. Is there any way to check if people are being messaged? I get a lot of people saying that I just blindly invited them with no message.

    And.. I'd like to second the request for an "always on" mode. Would be amazing, especially when AFK or something.

    Thanks!
    i appreciate the feedback! i'd love to make an "always on" mode just need to work on how i wanna code it.

    it just might not PM everyone only because your PMing might be getting throttled by the Chat System, nothing i can really do there except change the interval in which they are sent. speaking of which i guess i could make that customizable... !

    NinjaInvite 2.0 RELEASE [Send Mass Guild Invites]
  2. #152
    Mty's Avatar Member
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic work mate, keep it up

  3. #153
    mordil's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there Timmid

    Was wondering if there was any plans to add people who declined due to timeout or clicking to the invited list (which I assume is the ignore list) it would really help to make sure to not send an invite and whisper them again.

    Another thing is that times send whisper timer, I really recommend that get implemented due to the fact that guild invites have no delay unlike whispers ( which I assume is correct )
    Making it send the guild invites and whispers in 5 seconds intervals would stop the Spam.

    Or whatever the limit is would be good. But any chance for it to send the whisper first and 1 second later the guild invite?

  4. #154
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mordil View Post
    Hello there Timmid

    Was wondering if there was any plans to add people who declined due to timeout or clicking to the invited list (which I assume is the ignore list) it would really help to make sure to not send an invite and whisper them again.
    This is actually already implemented and it should already add people it invited to a list so they won't be reinvited or whispered again.

    Originally Posted by mordil View Post
    Another thing is that times send whisper timer, I really recommend that get implemented due to the fact that guild invites have no delay unlike whispers ( which I assume is correct )
    Making it send the guild invites and whispers in 5 seconds intervals would stop the Spam.
    That's definitely a good idea like I have said before, I just have to get around to doing that :P

    Originally Posted by mordil View Post
    But any chance for it to send the whisper first and 1 second later the guild invite?
    I could do that, but that would involve more timers and probably even worse performance for the add-on that is already pretty memory consuming during searching times.

    I appreciate your feedback!

  5. #155
    Aevyn's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heya, I seem to be having an issue where even when I have /ni msginvite enabled (which I am under the assumption will not invite them until they reply), it will still auto invite once the /who search is complete. Also after everything finishes, I can no longer see the yellow text messages of me inviting people to the guild until I reload my UI.

    Also, is there a way to change it so it doesn't search 81-85 then 81-85 c-"", but rather 81-84 then 85 c-""?

    Edit: I found the issue with the auto-inviting, it seems to be intended. If msginvite is enabled, then msgplayer is enabled, it automatically disables msginvite. Perhaps a message can be added when enabling msgplayer to remind the user that msginvite is being disabled =)
    Last edited by Aevyn; 06-06-2011 at 02:37 AM.

  6. #156
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aevyn View Post
    Heya, I seem to be having an issue where even when I have /ni msginvite enabled (which I am under the assumption will not invite them until they reply), it will still auto invite once the /who search is complete. Also after everything finishes, I can no longer see the yellow text messages of me inviting people to the guild until I reload my UI.

    Also, is there a way to change it so it doesn't search 81-85 then 81-85 c-"", but rather 81-84 then 85 c-""?

    Edit: I found the issue with the auto-inviting, it seems to be intended. If msginvite is enabled, then msgplayer is enabled, it automatically disables msginvite. Perhaps a message can be added when enabling msgplayer to remind the user that msginvite is being disabled =)
    yeah that sounds about right. I have to fix stuff with that still. When I implemented that feature I was multi tasking and adding other things too so I forgot some of the finer details, I will add them next patch!

  7. #157
    Rockerfooi's Avatar Contributor
    Reputation
    97
    Join Date
    Nov 2007
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You forgot to define the "CHAT_MSG_WHISPER" event thus breaking the msginvite function.

    A temporary work-around is adding the following in the source under line 38. If you don't know how to do this, you will have to wait for Timmid to update this.
    Code:
    frame:RegisterEvent("ADDON_LOADED")
    frame:RegisterEvent("PLAYER_ENTERING_WORLD")
    frame:RegisterEvent("CHAT_MSG_ADDON")
    frame:RegisterEvent("CHAT_MSG_WHISPER")
    
    --Default Settings, if we don't have them saved this is what gets put in.
    Ni_DefaultSettings = {
        ["msg"] = "Hello. Would you like to join my guild? Send me a PM with Yes or No. If you say no you will not get this message again.",
        ["msg2"] = "This is an optional message. Not included yet. Yet. Yet. Yet.",
        ["msgPlayer"] = false,
        ["verbose"] = true,
        ["autostart"] = true,
        ["msginvite"] = false,
        ["instant"] = false,
        ["levelStart"] = 1,
        ["levelEnd"] = 85,
        }
    
    --Easier chat function
    local function NinjaMessage(text)
    A little warning: while this function is enabled everyone sending you a whisper with "Yes" or "Invite" will get automatically invited to the guild. So use with caution.

    @Timmid: Really nice work on this by the way. Thank you for releasing it :-)


  8. #158
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rockerfooi View Post
    You forgot to define the "CHAT_MSG_WHISPER" event thus breaking the msginvite function.

    A temporary work-around is adding the following in the source under line 38. If you don't know how to do this, you will have to wait for Timmid to update this.
    Code:
    frame:RegisterEvent("ADDON_LOADED")
    frame:RegisterEvent("PLAYER_ENTERING_WORLD")
    frame:RegisterEvent("CHAT_MSG_ADDON")
    frame:RegisterEvent("CHAT_MSG_WHISPER")
    
    --Default Settings, if we don't have them saved this is what gets put in.
    Ni_DefaultSettings = {
        ["msg"] = "Hello. Would you like to join my guild? Send me a PM with Yes or No. If you say no you will not get this message again.",
        ["msg2"] = "This is an optional message. Not included yet. Yet. Yet. Yet.",
        ["msgPlayer"] = false,
        ["verbose"] = true,
        ["autostart"] = true,
        ["msginvite"] = false,
        ["instant"] = false,
        ["levelStart"] = 1,
        ["levelEnd"] = 85,
        }
    
    --Easier chat function
    local function NinjaMessage(text)
    A little warning: while this function is enabled everyone sending you a whisper with "Yes" or "Invite" will get automatically invited to the guild. So use with caution.

    @Timmid: Really nice work on this by the way. Thank you for releasing it :-)

    damn i can't believe i didn't realize that.. lol

    i'll update it now!

    UPDATE:

    Thanks for everyone's continued support! We now have over 680+ downloads! (just on the last release alone!)
    Ninja Invite 2.87
    Last edited by Timmid; 06-25-2011 at 12:03 AM.

  9. #159
    Ninjainviter's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, Timmid.

    I'm having an issue with inviting people that your addon finds at the end of the search. I start the search with my /ni start macro, and in the start it functions correctly - It sends a message to all the unguilded characters (I can browse this easily with the WIM addon that puts the chat with every different player in a different window) and invites them. Then, at some point, the addon starts searching for the level group of players that it just searched - but this happens only in the "Who List" window. In the chat window it continues to proceed normally.
    Example:

    Chat window...................................................Who List
    NinjaInvite: who: g-"" 1-5 (X invited so far)............g-"" 1-5
    NinjaInvite: who: g-"" 6-10 (X invited so far)...........g-"" 6-10
    NinjaInvite: who: g-"" 11-15 (X invited so far)..........g-"" 1-5

    This way, it goes until levels 81-85, but invites none of them and displays the message "NinjaInvite: Ninjainvite stopped." Then I set the minimum level to 80, and suddenly 6 chat windows with my default inviting message popped up! Sometimes it even stops at levels 76-80 or earlier, when I'm defined the maximum level as 85, and rarely it does the full search with classes when there's 49 results in the "Who List".

    Note that it hasn't always been this way - the addon functioned correctly for me before. This may be caused by an addon, as the problems started soon after I had installed the "Power Auras Classic".

  10. #160
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjainviter View Post
    Hello, Timmid.

    I'm having an issue with inviting people that your addon finds at the end of the search. I start the search with my /ni start macro, and in the start it functions correctly - It sends a message to all the unguilded characters (I can browse this easily with the WIM addon that puts the chat with every different player in a different window) and invites them. Then, at some point, the addon starts searching for the level group of players that it just searched - but this happens only in the "Who List" window. In the chat window it continues to proceed normally.
    Example:

    Chat window...................................................Who List
    NinjaInvite: who: g-"" 1-5 (X invited so far)............g-"" 1-5
    NinjaInvite: who: g-"" 6-10 (X invited so far)...........g-"" 6-10
    NinjaInvite: who: g-"" 11-15 (X invited so far)..........g-"" 1-5

    This way, it goes until levels 81-85, but invites none of them and displays the message "NinjaInvite: Ninjainvite stopped." Then I set the minimum level to 80, and suddenly 6 chat windows with my default inviting message popped up! Sometimes it even stops at levels 76-80 or earlier, when I'm defined the maximum level as 85, and rarely it does the full search with classes when there's 49 results in the "Who List".

    Note that it hasn't always been this way - the addon functioned correctly for me before. This may be caused by an addon, as the problems started soon after I had installed the "Power Auras Classic".
    Did you try disabling Power Auras Classic and seeing if my add-on worked properly after that?

    Sometimes other add-ons will conflict with mine.

  11. #161
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kiyumi View Post
    Is this broken after 4.2? When i type /ni startlvl 1 ... i get : type help for list of known commands...
    i swear i replied to this but maybe i didn't.

    i'll be releasing an update sometime today that should bring it up to date for 4.2.

    update: Ninja Invite 2.88
    Last edited by Timmid; 07-03-2011 at 12:42 PM.

  12. #162
    Ninjainviter's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Timmid View Post
    Did you try disabling Power Auras Classic and seeing if my add-on worked properly after that?

    Sometimes other add-ons will conflict with mine.
    Of course I did.

    I even disabled all of my addons except Ninjainvite and Ace3, but then it was hard to tell anything about the addon functioning correctly because the "Who List" didn't show up.

    Edit: After updating and enabling only Ninjaivite, Ace3 and WIM, Ninjainvite still ends the searching/inviting process when the level brackets 76-80 and 81-85 still haven't been searched for. Then, after the addon has stopped, the game still searches for the level brackets in the "Who List" as Ninjainvite had requested. Only problem is that they still don't get invited.
    Last edited by Ninjainviter; 07-04-2011 at 05:41 AM.

  13. #163
    Timmid's Avatar Member
    Reputation
    124
    Join Date
    Apr 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjainviter View Post
    Of course I did.

    I even disabled all of my addons except Ninjainvite and Ace3, but then it was hard to tell anything about the addon functioning correctly because the "Who List" didn't show up.

    Edit: After updating and enabling only Ninjaivite, Ace3 and WIM, Ninjainvite still ends the searching/inviting process when the level brackets 76-80 and 81-85 still haven't been searched for. Then, after the addon has stopped, the game still searches for the level brackets in the "Who List" as Ninjainvite had requested. Only problem is that they still don't get invited.
    Not sure what could be causing this problem. I have added so many features lately and I might have messed up some of the code somewhere (something to do with coding while intoxicated).

    I will look into it, and I'll probably end up coding this add-on again, this time from the ground up.

  14. #164
    Neio's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yo ive been trying to use this add0n but the commands dont seem to work? :S ive tried pretty much all the /ni commands but it keeps saying /help for a list of commands

  15. #165
    Threk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neio View Post
    Yo ive been trying to use this add0n but the commands dont seem to work? :S ive tried pretty much all the /ni commands but it keeps saying /help for a list of commands
    Try to install the newest version of ACE Lib

    ( Ace3 - Addons - Curse)

Page 11 of 19 FirstFirst ... 789101112131415 ... LastLast

Similar Threads

  1. [Buying] Buying Mass Guild Inviting (US)
    By ResinMic in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 07-30-2013, 09:46 PM
  2. [Addon] Mass Guild Invites with Anti-Spam Feature
    By Kodah_Softpaw in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-06-2011, 03:02 AM
  3. Mass Guild Invite Macro + Mass Whisper
    By viaro1992 in forum WoW UI, Macros and Talent Specs
    Replies: 15
    Last Post: 01-16-2011, 06:51 PM
  4. [C++ Release] GM Guild Invite Message
    By mager1794 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 07-26-2008, 02:19 AM
All times are GMT -5. The time now is 04:54 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search