Help

InviteMe

Miscellaneous Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 5,612 Downloads
  • Supports: 4.0.1
  • 1 Average Daily Downloads
  • Comments
  • Created 10/8/2008 12:59:51 AM
  • Updated 10/12/2010 2:44:30 AM
  • 21 Favorites
  • Project Site
  • License: BSD License
  • Release Type: Release
  • Newest File: v40000.1
or

About InviteMe

InviteMe allows other people to invite themselves to your party.

Usage:
-- Enabled by default. Anyone can now whisper "!inviteme" to you to invite themselves to your party.
-- There is a simple configuration section at the top of InviteMe.lua

There is another addon of the same name with similar/more features located on WoWInterface, created by Striph. I make no claim as to which is the better addon, just a heads up to avoid confusion.

-- 40000.1: ToC Update. Reworked code and removed in game configuration.
-- 30100.1: ToC Update. Added license.
-- 30000.1: Works fine in Wrath.
-- 20400.1: In the beginning, the mod was made.

Comments

  • #7
    I know you said before you weren't going to add a slash command, and that we could comment with one if we constructed one.
    /invme msg will enable the mod and change the keyword to whatever msg was
    /invme off will disable the mod
    /invme shoud enable the mod with the default word "invite"

    _

    So here it is:

    -- Slash Command
    SLASH_INVME1, SLASH_INVME2 = '/invme', '/inviteme';
    local function handler(msg, editbox)
    if (msg == 'off') then
    on = nil
    print("InviteMe Disabled")
    elseif (msg == '') then
    on = 1
    print("InviteMe Enabled")
    whispCommand = "invite"
    else
    on = 1
    print("InviteMe Enabled with keyword:"..msg)
    whispCommand = msg
    end
    end
    SlashCmdList["INVME"] = handler;
  • #5
    I only slightly modified the addon to invite with the words "invite" "inv" or "invite me" by adding some elseif statements :P I'm still not sure how to wildcard the word invite so if it was anywhere in the statement then it would invite them.

    I don't know if you would want the code or if I should just upload the changed mod under my name or w/e :P
  • #6
    I think the easiest way would be just use a regex to catch other permutations of the phrase. The way it's written now is mostly because I'm lazy. You could post the code in a comment and other people could use it, or you could release your own version if you're so inclined. /shrug
  • #2
    This mod has been a MUST for assembling Wintergrasp raids. The Horde on Azjol-Nerub are always greatly outnumbered. This mod has been extremely effective in helping me rally a sizable group for this event. Its really lit up the action on our server and for that I thank you.

    3 things I'd really like to see.

    1st is a function to accept invite requests in /say chat.

    2nd is recognizing invite requests anywhere in /whisper to me. For example, if someone says "Please invite" instead of just "invite". In other words it would recognize the word invite in a tell no matter where it is in a sentance to me. So someone says "I haven't ever done WG, can I get an invite?" the mod will pick them up.

    3rd I'd love to have a blacklist option. There are people on my server that have taken total advantage of this mod auto promoting them to assist. I'd like options for it to demote or even remove them from the raid if someone invites them. I'm an equal opportunity guy so it'd be nice if this list is kept separate from my ignore list. My ignore list is for people that have made me mad, but I don't think that means they couldn't contribute to raids like WG.
  • #3
    Actually most of what you've requested has been added by someone who modified InviteMe into a Wintergrasp version. I highly recommend checking out Eden's version of InviteMe located at http://www.wowinterface.com/downloads/info11966-InviteMe-Wintergrasp.html .

    The only feature not included is the blacklisting function, which I've been meaning to add for some time. It'll probably get added at some point, but I wouldn't count on it soon. I seem to spend more time playing than coding these days.
  • #1
    Any chance you can make a slash command to change the invite me word, like the wowinterface InviteMe mod?
  • #4
    (Copy paste from old comment. The lack of nesting was bugging me.) I don't plan on adding a slash command for that, although I might at some point in the future. If you'd like, you can change it in the addon itself with minimal effort. Simply open InviteMe.lua with a text editor and change the phrase located on line five.
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!