Get an Epic Experience with Premium

Black List

Chat & Communication Login to Add Favorites
  • 2 Likes
  • World of Warcraft
  • 234 Monthly Downloads
  • Supports: 5.0.5
  • 58,812 Total Downloads
  • Updated 09/07/2012
  • Created 09/06/2007
  • 223 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: v4.0.4
or
Support development! **
Donate

About Black List

What is Black List?
Black List is a World of Warcraft addon that adds a new players list (called "Black") to your Friends Tab on the Social Panel, near Friend List, Ignore List and Mute List. It adds a "Black List" tab to the friends frame. This is like Ignore, except unlimited amounts of players with editable descriptions, class, race, level, faction, and detailed reason for blacklisting them. Optionally automatically warns you with sound and a screen message when a blacklisted person is moused over, in a group or raid with you, or in your guild. This mod can even auto kick blacklisted players from your guild if they sneak in (and you have permission to do so). Also optionally rejects whispers and party invites from blacklisted players.
How I use it?
It's easy to add someone to your Black List! You can:
  • right click con the Target frame and shift click on "Add to BL" menu;
  • click the "Add Player" button on "BL" tab in Friends Tab on the Social panel;
  • type /blacklist (or /bl) into your chat box.
For the slash command, you may also specific the reason with the name, "/blacklist <Name> <Reason>".
If you have someone targeted, Black List will add them and populate the details automatically. If you mouse over him, Black List automatically update information for that player.
"Warn me" checkbox will toggle warning you with text if the player in list name appears with /who command or in Who tab in Social Panel, or you receive a whisper or a party invite from the person be in the same party as them; it also warns you with text and sound if you target them or mouse over them.
You can also edit their level, class, and race by clicking the "Edit" button on the details popup or edit the reason by clicking on the textbox and typing.
To remove someone, click their name in the Black List and click the "Remove Player" button.

Why should I use it?
For people of the same faction, think about ninjas (for example people that need objects useless for them), or people that use blasphemies insted of commas, or who leaves a party without reason, or "bad player", etc.
For people of the other faction, think about people attacking you while you're in combat, or camping you, or attacking you only when they have a lvl 70 friend near them, or "/rasp" and "/spit" you in neutral cities... do you need other examples? :)
Compared to Ignore List, Black List can be very useful because you can add a reason to a player, and it remembers the names and the "why" about people for you. ;) Black List has been abandoned by the original author.
The torch has been passed on to ElrickEnonimis as author of Black List, as i sure like to add who wants to continue the development of this addon.

-- fix guild share function

Comments

First Previous Page 1 of 15 Next Last
  • #215

    no this aztualizado No funciona, de toas Maneras pongo aki Auno de los ninjas Mas Grandes de dun mord 

    CUIDAITO CON ESTE JUGADOR Talyy CHAMAN UNO DE LOS MAS GRANDES NINJAS DE ESE REINO DEL CLAN  Pulse S para mover

  • #214
    Re: Black List cant focus

    Cannot focus any players, because of Black List. Could you please fix this, cause its an awesome addon. ;)

  • #213

    I am getting an interface error when trying to "/target playerx" (with playerx being a specific person's name).  The addon is apparrently trying to BL them automatically. 

    This may have something to do with me not having MOP yet. Anyway, just a heads up for now.

    thx, Atians

    Last edited by atians on 9/28/2012 7:43:35 AM
  • #212

    i wish i had this sooner! as a freshly lvled 85 i still need gear to be an effective healer and have to dps to get gear. in my case iv'e ran into ppl wanting to kick me cause im in pvp healing gear doing dps slot, i know im in the wrong but we all have to get gear somewhere. this will help me remember these ppl in bg's where im a healer all the time,and we all know alli needs more healers in bg's. thanks for making this tyvm.  so watch who you complain about in pve, your healer might dance around laffing at you while you die in a bg

  • #210

    I've made an updated version of this, you can get it here:

    thanks Chobsus

    Last edited by karl_w_w on 3/24/2012 6:38:46 PM
  • #211

    thanks karl,
    i uploaded your bugfixed version.

  • #209

    Removing these 4 lines in BlackList.lua will make it work :

    FriendsFrameTopLeft:SetTexture("Interface\\FriendsFrame\\UI-FriendsFrame-TopLeft-bnet");       FriendsFrameTopRight:SetTexture("Interface\\FriendsFrame\\UI-FriendsFrame-TopRight-bnet");       FriendsFrameBottomRight:SetTexture("Interface\\FriendsFrame\\UI-FriendsFrame-Pending-BotRight");       FriendsFrameBottomLeft:SetTexture("Interface\\FriendsFrame\\UI-FriendsFrame-Pending-BotLeft");

    Some things will not be in the right place, but at least it is useable ...

  • #208

    Broken with 4.3 :(

  • #207
    If there's a way in hell you could add some way to prevent the blacklisted people's following whispers from getting through and respond to them with a custom message i'd LOVE you. They ALWAYS start cussing at me and shouting all sorts of other bullshit.
  • #206
    If there's a way in hell you could add some way to prevent the blacklisted people's following whispers from getting through and respond to them with a custom message i'd LOVE you. They ALWAYS start cussing at me and shouting all sorts of other bullshit.
  • #205
    =====================
    Black List v 4.1.00
    =====================

    -- various fixes by Black List fans :)
  • #204
    I have pasted the code of my blacklist.lua here :
    http://pastebin.com/enqTCaxJ
    It includes :
    + fix for 204 error.
    + Automated guildkick.

    Thx for the people adding the fixes in the comments.
  • #203
    I've got a member of my guild on BL.. Now the sound plays everytime, when someone goes offline, even the other members who aren't on my BL. =/
  • #202
    Can someone please update this addon or post a working LUA ? the fix below does not work with Blacklist 4.0.0.4
  • #200
    Guild function is broken, and also doesn't auto kick from guild anymore...

    Here's patch file for it:
    Index: BlackList.lua
    ===================================================================
    --- BlackList.lua (revision 46)
    +++ BlackList.lua (working copy)
    @@ -339,30 +339,48 @@
    return;
    end

    - if (event == "GUILD_ROSTER_UPDATE" and IsInGuild() ~= nil) then
    + if (event == "GUILD_ROSTER_UPDATE" and IsInGuild() == 1) then
    local bootNum = 0;
    for i = 0, GetNumGuildMembers(), 1 do
    - local name, rank, rankIndex, level, classLocale, zone, note, officernote, online, status, class = GetGuildRosterInfo(i);
    + local name, rank, rankIndex, level, class, zone, note, officernote, online, status, classFileName, achievementPoints, achievementRank, isMobile = GetGuildRosterInfo(i);

    -- check for blacklist
    0) then
    local player = BlackList:GetPlayerByIndex(BlackList:GetIndexByName(name));

    - -- warn player
    - if (player["warn"]) then
    - local alreadywarned = false;
    - for warnedname, timepassed in pairs(Already_Warned_For["GUILD_ROSTER"]) do
    - if ((name == warnedname) and (GetTime()
    - alreadywarned = true;
    + -- warn player
    + if (player["warn"]) then
    + local alreadywarned = false;
    + for warnedname, timepassed in pairs(Already_Warned_For["TARGET"]) do
    + if ((name == warnedname) and (GetTime()
    + alreadywarned = true;
    + end
    + end
    +
    + if (not alreadywarned) then
    + Already_Warned_For["TARGET"][name]=GetTime();
    + BlackList:AddSound();
    + BlackList:AddErrorMessage(name .. " is on your Black List (GUILD)", "red", 5);
    + if(player["reason"] ~= "") then
    + BlackList:AddMessage(name .. " is on your Black List and in your GUILD, reason for blacklist: " .. player["reason"], "red");
    + else
    + BlackList:AddMessage(name .. " is on your Black List and in your GUILD", "red");
    + end
    +
    + -- auto kick from guild
    0) then
    + GuildUninvite(name);
    + if player["reason"] ~= "" then
    + local bannedmsg = name .. " has been banned from the Guild for: " .. player["reason"] .. ". Do not reinvite!";
    + SendChatMessage(bannedmsg,"GUILD",nil,index);
    + else
    + local bannedmsg = name .. " has been banned from the Guild. Do not reinvite!";
    + SendChatMessage(bannedmsg,"GUILD",nil,index);
    end
    + if (online ~= nil) then SendChatMessage("You have been banned from the guild for life. Please do not join again!","WHISPER",nil,name); end
    end
    - if (not alreadywarned) then
    - Already_Warned_For["GUILD_ROSTER"][name]=GetTime()+300;
    - BlackList:AddSound();
    - BlackList:UpdateDetails(name, nil, nil, level, class, nil);
    - BlackList:AddMessage(name .. " is on your Black List and is in your GUILD", "red");
    - end
    end
    + end
    end
    end
    return;
  • To post a comment, please login or register a new account.
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 experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Maingear

ENTER NOW