Download
(25Kb)
Download
Updated: 10-16-14 07:53 AM
Pictures
File Info
Compatibility:
Warlords of Draenor Pre-Patch (6.0.2)
Updated:10-16-14 07:53 AM
Created:unknown
Downloads:15,005
Favorites:137
MD5:

Badapples  Popular! (More than 5000 hits)

Version: 6.0.2.13
by: Phanx, Cirk

Keep track of players you want to avoid, without using your ignore list.

Badapples allows you to record the names (and optional reasons) of players you've encountered (or even been told about) who are, shall we say not the most sterling examples of social and gaming etiquette in action, and whom you'd really rather avoid grouping with, or dealing with at all ever again.

Badapples is an alternative to ignore in that you will still see everything relating to that player as you would have before, but you will now have visual feedback to help you distinguish the bad apples from the good. Badapples maintains its list of player names on a per-server basis, so you won't need to add the same player again for each of your own characters.

Note that Badapples does not currently support cross-realm player names. This is planned for a future release.
Features
  • Highlights the name of players seen in chat if they are Badapples (and shows their status with reason if you click on the player's name in the chat frame).
  • Highlights the name of players in your target box if they are Badapples.
  • Highlights the name of players in your mouseover Tooltip if they are Badapples.
  • Allows you to choose the color used for the highlighting of player names.
  • Gives you a warning message with the names of party members who are on your Badapples list (or on your Ignore list) when you join a party (or when they join).
  • Gives you a warning message with the names of any raid members who are on your Badapples list (or on your Ignore list) when you join a raid (or when they join).
  • Shows a confirmation popup if you are about to invite someone who is on your Badapples or Ignore lists.
  • Shows a different invitation popup if you are being invited by someone on your Badapples list.
  • Provides a new tab in the social window next to the Friends and Ignore tabs for easy viewing and management of your Badapples list.
Badapples also does not perform any checks on player names passed to it, so you can even add the names of players from the "other" side (Horde names if you are Alliance for example) to help keep track of them as well. However it does only check for player names that match those in its list, so although you can add NPC names, it won't ever show them in the highlights as actually being Badapples).
Slash Commands
Badapples supports the following slash commands (also available as /bad):
  • /badapples help shows these options.
  • /badapples list shows the list of player names in your Badapples list.
  • /badapples show brings up the Badapples list social window (useful if you turn off the social tab).
  • /badapples add <playername> [reason] adds a player to your Badapples list.
  • /badapples remove <playername> removes a player from your Badapples list.
  • /badapples check <playername> or /badapples status <playername> shows whether this player is on your Badapples list or not.
  • /badapples removeall allows you to remove all players from your Badapples list.
  • /badapples color allows you to set the highlight color that Badapples uses to flag players on your list.

Localization
Badapples is compatible with all locales. The UI is translated into English, German, Spanish, and Russian.

To add or update translations for any language, please send me a PM.
Credits
  • Current maintainer: Phanx
  • Original author: Cirk of Doomhammer EU
  • Previous maintainers: Kortanis, help137

Version 6.0.2.13
  • Updated for WoW 6.0
  • Added Russian translations

Version 5.4.1.10
  • Updated for WoW 5.4
  • Added German and Spanish translations
  • Removed a bunch of old broken code

Version 5.2.0.7
  • Updated for WoW 5.1

Version 5.0.5.4
  • It's alive!

Version 3.2.0
  • Changed warning visibility by making text messages red
  • Changed notification function to improve visual aspects of warnings and to add a (red) warning message on the UI errors frame as well for party and raid member alerts
  • Changed default badapple color to dark greyish-green
  • Increased warning interval between warning of the same player to 10 seconds
  • Replaced ChatFrame_MessageEventHandler hooking with GetColoredName hooking instead, to simplify code
  • Fixed bug in invite check popup where it wasn't passing on the YES action (thanks Oxides)
  • Code cleanups for popup definitions and other minor stuff
  • Changed version string to 3.2.0

Version 3.1.0
  • Added an entry for Blizzard's interface options screen that shows a list of the slash commands, tidied up the help text, removed the normal addon "announce".
  • Drop-down list code now uses UIDropDownMenu_CreateInfo()
  • Changed version string to 3.1.0

Version 3.0.1
  • Fix issue that arises when logging in on a newly created character or after reinstalling WoW due to client messages arriving in unexpected order.
  • Changed version string to v3.0.1.

Version 3.0.0
  • Changed version string to v3.0.0.
  • Various minor changes for version 3.0 compatibility

Version 2.4.0
  • Changed version string to 2.4.0 and changed interface number for the 2.4 patches.
  • Moved all of Badapples' functions into a single global table.
  • Fixed bug where the alert icon doesn't get shown properly due to the way the static popup was being resized (thanks pzykho).
  • Badapples will only show you one warning message in the first chat frame it finds that is being shown (again thanks pzykho).
  • Renamed exported function BadapplesCheck to Badapples.CheckName
  • Renamed exported function BadapplesColor to Badapples.GetColor
Optional Files (0)


Post A Reply Comment Options
Unread 04-19-09, 06:56 AM  
Cirk
A Cobalt Mageweaver
 
Cirk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 226
File comments: 97
Uploads: 11
Hi kimmisc, I'm still updating Badapples (I use it myself) but typically only when it needs to be, rather than on every patch, since RL tends to conspire against my coding time (let alone play time). At any rate, just turn on "Load out-of-date addons" in your Addons screen, and Badapples should keep functioning just fine.

As for those annoying and impossible to type names, the easiest thing is to just type "/bad add " on the chat line (but don't hit enter) then shift-left-click the offenders name in the chat window, and the game will automatically paste that player's name into the chat window. Then continue typing in a reason (if you want one) or just hit enter, and job done!

Dessa, I've not (yet) been able to reproduce that crash at all yet - guessing it only happens if you are in combat and -something- else happens...
__________________
Cirk's Addons
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 07:45 AM  
Cirk
A Cobalt Mageweaver
 
Cirk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 226
File comments: 97
Uploads: 11
Badapples 3.1.0

Badapples 3.1.0 uploaded. No functional changes as such. I did add an entry for Badapples into Blizzard's interface addons page however, updated the help text a bit, and removed the "loaded" announcement.
__________________
Cirk's Addons
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 05:48 PM  
echobravo
A Kobold Labourer

Forum posts: 1
File comments: 98
Uploads: 0
There appears to be a conflict with name highlighting in chat when running Chatter with Badapples (only the first square bracket is colored).
Report comment to moderator  
Reply With Quote
Unread 05-23-09, 08:57 PM  
blackd
A Kobold Labourer
 
blackd's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
I want to give you money! How can I give you money?

Have been using this since day-dot. Love it!
Report comment to moderator  
Reply With Quote
Unread 08-11-09, 09:28 AM  
Oxides
A Kobold Labourer

Forum posts: 0
File comments: 77
Uploads: 0
3.2 issue

This seems to have a bug with patch 3.2. When you invite someone on your BA list to group, it pulls up a pop-up confirmation window. In the window the option to continue and invite them doesn't do anything.
Report comment to moderator  
Reply With Quote
Unread 08-15-09, 08:24 PM  
Cirk
A Cobalt Mageweaver
 
Cirk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 226
File comments: 97
Uploads: 11
Oxides - thanks for the heads-up! Should be fixed in the 3.2.0 version.

echobravo - I've modified the method that Badapples uses for coloring player names in chat, so hopefully this will fix the issue with Chatter as well.
__________________
Cirk's Addons
Report comment to moderator  
Reply With Quote
Unread 08-15-09, 08:55 PM  
Jurandr
Beater of Peons
 
Jurandr's Avatar
Premium Member

Forum posts: 7
File comments: 15
Uploads: 0
Thanks for the update, Cirk! As a frequent pugger I've been loving your addon =)
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 01:49 AM  
magus424
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 2
Would it be feasible to add the ability to add entire guilds to the bad apples list, so that everyone in that guild would show up as if they were a bad apple, without having to add every member individually?

Or are guilds not available without a /who or similar query, making this not so feasible?
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 01:11 AM  
Highend
A Murloc Raider

Forum posts: 5
File comments: 35
Uploads: 0
Unknown is on your ignore list...

Hi,

When I'm in a group and other people join I get a message "Party member Unknown is on your Ignore list". None of the people that join are on my ignore list (neither Bad Apple's list or the normal Blizzard ignore list).

Regards,
HIghend
Report comment to moderator  
Reply With Quote
Unread 10-14-09, 05:08 AM  
zoktar
A Cliff Giant
AddOn Compiler - Click to view compilations

Forum posts: 72
File comments: 262
Uploads: 1
wtb adding entire guilds, other than that fine addon.
Report comment to moderator  
Reply With Quote
Unread 11-21-09, 07:13 AM  
Evolution85
A Black Drake
 
Evolution85's Avatar

Forum posts: 84
File comments: 34
Uploads: 0
I have been wanting an add on like this forever!!

Thanks!!!
Report comment to moderator  
Reply With Quote
Unread 12-08-09, 03:18 PM  
Oxides
A Kobold Labourer

Forum posts: 0
File comments: 77
Uploads: 0
On logging in with the 3.3 live:

Message: ..\AddOns\Badapples\Badapples.lua line 1878:
attempt to call method 'SetMultilineIndent' (a nil value)
Debug:
[C]: SetMultilineIndent()
Badapples\Badapples.lua:1878: RegisterOptions()
Badapples\Badapples.lua:1639: OnLoad()
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
Report comment to moderator  
Reply With Quote
Unread 12-08-09, 09:27 PM  
Cosmic Cleric
A Deviate Faerie Dragon
 
Cosmic Cleric's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 283
Uploads: 7
Exclamation Workaround fix for 3.3 error

SetMultilineIndent no longer exists.

You can edit the Badapples.lua file, and change lines 1878 and 1880 from this...

Code:
if (string.sub(uncolored, 1, 1) == "/") then
	line:SetMultilineIndent(16);
else
	line:SetMultilineIndent(0);
end
... to this...

Code:
if (string.sub(uncolored, 1, 1) == "/") then
	line:SetWordWrap(true);
else
	line:SetWordWrap(false);
end

... and this makes the error go away.

I'm not 100% if SetWordWrap is the RIGHT api call to use though, but I can't see any differences/wrongs when I run and look at the BadApples window.

Originally posted by Oxides
On logging in with the 3.3 live:

Message: ..\AddOns\Badapples\Badapples.lua line 1878:
attempt to call method 'SetMultilineIndent' (a nil value)
Debug:
[C]: SetMultilineIndent()
Badapples\Badapples.lua:1878: RegisterOptions()
Badapples\Badapples.lua:1639: OnLoad()
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 12:46 AM  
AZMAK
A Kobold Labourer

Forum posts: 0
File comments: 61
Uploads: 0
Question Is this thing on? =)

Hi there.

I used to have this addon enabled and I turned it off for a long while. Today I decided to enable it again and I got that 3.3 error message. I applied the fix to it shown in the reply below mine and all is well in that regard.

My question is: I decided to test it out to see if it will show up in the tooltip (it used too a long time ago when I used it last time). So I saw some guy standing in front of me so I added him to my Badapples list to test it out. I added him and gave him a reason but the tooltip didn't show anything from Badapples.

I am using TipTac to handle my tooltips and I am pretty sure that is what I used last time I had Badapples enabled but tonight it doesn't seem to be working as far as the tooltip goes.

Any ideas?

My Badapples coloring is set to an Orangish color, I think that was default I don't recall. When I sent that guy a message his name appeared in that orangish color, so that is working. I didn't get a reply back and I didn't try inviting him, so I wasn't able to test those features out.

Again my concern right now is just the fact that when I hover my mouse over him nothing appears in my tooltip saying he is on my Badapples list, or why. Even his name in the tooltip does not change to that orangish color.
Last edited by AZMAK : 12-09-09 at 01:16 AM.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 06:55 PM  
nonameform
A Deviate Faerie Dragon

Forum posts: 16
File comments: 50
Uploads: 0
Re: Is this thing on? =)

Using both TipTac and Badapples myself. TipTac doesn't show that custom orange coloring for names and to be honest I never bothered to look into that issue myself. At least prior to 3.3 every other feature in BA was working fine: name coloring in chat channels, warnings when inviting, reasons upon shift-clicking name, so I guess it has nothing to do with Badapples, but with TipTac actually overriding that custom coloring.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: