- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,841 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
AutoPlates
- 2 Likes
- World of Warcraft
- 7,461 Downloads
- Supports: 4.3
- 1 Average Daily Downloads
- Comments
- Created 7/26/2005 7:48:23 PM
- Updated 1/2/2012 3:10:17 AM
- 25 Favorites
- Project Site
- License: GNU General Public License version 3 (GPLv3)
- Release Type: Release
- Newest File: 2.32
About AutoPlates
Auto Plates is an addon which is designed to automatically switch on NamePlates when entering combat, and automatically switching them off when combat has been dropped.
It is capable of delayed auto off ( such as waiting 30 seconds after leaving combat to hide plates) up to 3000 seconds, with a minimum of 1 second. It currently contains five modes.
1, Always toggle nameplates
2, Toggle, but in instances always show nameplates
3, Toggle, but leave manual control in instances
4, Always off
5, Always on nameplates
Additionally, it supports only friendly plates, for healing, only hostile plates, or both friendly and hostile plates.
Plates are triggered when the player, the target, the focus, the player's pet, any party member or their pet, or any raid member or their pets enter combat, or do any hostile move. Currently healing does not count as hostile, and will not trigger the plates.
Typing /AutoPlates or /ap will bring up the help info, commands are /ap <mode> or /autoplates <mode> where mode is 1 - 5, or friendly, or hostile.
Typing /Autoplatesdelay <integer> or /apdelay <integer> will set the delay after combat, before hiding plates. Limits are currently 1 through 3000.
*************************************************************************
Known bugs:
There's no direct way to detect if a party or unit is in combat ( at least, no reliable one) and so we're only detecting if a unit or party does hostile actions, then allowing for the timer to kick in and wait out the duration before hiding the plates. Because of this, if your plate delay is set low ( say, one second), the plates flash between hiding, and realizing your allies are still in combat, and showing again. There is no direct way to prevent this problem, except for allowing for a constant UNIT_COMBAT trigger to be run, or to allow it to run just before the timer expires. I took the simplest, lowest impact route, and let the plates hide for a second, before showing again. No major gameplay impact, just a slight flash of the plates. - This WILL NOT happen if you trigger combat before the delay duration expires.
2.32
---
toc bump
2.31
---
toc bump
2.3
---
usual this self fix for 4.0.1
need to type "/console bloattest 1" in order to make it work, see http://forums.worldofwarcraft.com/thread.html?topicId=27191405308&pageNo=1&sid=1
2.2
----
fixed onload error with timer beign null
2.1
----
Hauled a good 80% of code, reformatted a ton of things
NamePlates triggered when any unit was in combat, now only triggers for
player, pet, party, party pet, raid, raid pet, focus, and target
Added Friendly/Hostile plate switches
Fixed slash commands and value caps
Fixed descriptions
Made the event code streamline, and removed a deal of useless if then elses
2.0
----
Cleaned up the code a fair deal, Fixed a number of errors/typographic errors
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 2.32 | Release | 4.3 | 22 | 1/2/2012 3:10:17 AM |
| 2.31 | Release | 4.1 | 960 | 4/28/2011 1:02:04 PM |
| 2.3 | Release | 4.0.6 | 1,104 | 10/16/2010 11:07:21 AM |
| 2.1 | Release | 3.3.0 | 2 | 1/1/2010 8:46:26 PM |
| 1.51 | Release | 3.0.9 | 1 | 2/21/2009 7:12:09 AM |
| 1.5 | Release | 3.0.2 | 3 | 12/21/2008 6:44:42 AM |
| 1.4 | Release | 3.0.2 | 673 | 11/1/2008 5:55:29 AM |
| 1.3 | Release | 3.0.2 | 175 | 10/20/2008 1:00:09 AM |
| 1.1 | Release | 2.0.0 | - | 12/26/2006 1:15:19 AM |
| 1.0 | Release | 1.12.0 | 1 | 11/2/2006 1:17:09 AM |
| 0.6 | Release | 1.12.0 | - | 11/2/2006 1:17:08 AM |
| 0.4 | Release | 1.12.0 | - | 11/2/2006 1:17:07 AM |
| 0.2 | Release | 1.12.0 | - | 11/2/2006 1:17:06 AM |
| 0.1 | Release | 1.12.0 | - | 11/2/2006 1:17:04 AM |
Comments
could add another mode, that would look like this:
always show nameplates when in group (be it raid, party, inside or outside dungeons), and always hide them when not grouped (that is totally ignoring the fact if we are in instance or not)
sounds good?
Sounds very good to me :) Sorry for a slow response, too much wow :D
Umm, I'm looking for something that would show nameplates always in dungeons, raids and BGs (even outside of combat) and never show them in solo situations. Is this addon able to do that? Yes, I know it sounds silly to want something like that because I can do that with a button... but I forget to press that button 99% of the time when entering a dungeon :D
atm to make it work properly u have to type "/console bloattest 1" (w/o dlbquotes)
as u can read here (http://forums.worldofwarcraft.com/thread.html?topicId=27191405308&pageNo=1&sid=1) there are others options for these... think better wait a bit till the patching is repatched, to see what blizzard is planning to do with these plates
working on it.
globals: this, self, etc. deprecated