Download
(82Kb)
Download
Updated: 09-06-16 01:45 PM
Pictures
File Info
Compatibility:
Legion (7.0.3)
Updated:09-06-16 01:45 PM
Created:05-26-11 05:50 PM
Downloads:10,272
Favorites:57
MD5:

Infinity Plates  Popular! (More than 5000 hits)

Version: r12a
by: Dawn [More]

Minimalistic and lightweight nameplates, based on Blizzard's plates.

Designed with PvP in mind, but works as well for PvE.


DISCLAIMER: Quick Update for Legion, nothing really tested, not fine tuned, just thrown together to get it back into a somewhat working state.

Features
* works with JamPlates Accessories (Buff Display)
* visible spell icon
* health percent value
- between 35% and 25%, value is yellow colored
- between 25% and 20%, value is orange colored
- below 20%, value is red colored


NOTE: This will f**k up the "Personal Resource Display" that Blizz added in Legion. You can disable it under Esc > Interface > Names > Personal Resource Display.

I highly recommend using Clean Icons Cold, Thin or Crisp by suicidalkatt.

r12a
* bugfix (name error)

r12
* quick'n dirty Legion update

r11
* hide elite/dragon texture

r10
* fixed for 6.2.2
* minor cosmetic changes ...
- changed name font from "Infinity Gears" to "Impact" (remember that you can change the font in InfinityPlates.lua)

Kudos to Resike for stepping in and keeping the addon afloat! :)


r9
* toc updated for 5.3
* added an option (showcbtext) to show/hide (true/false) cast name text
- castbar text hidden by default

r8
* toc updated for 5.2

r7
* health value changes color at low health, again
* some code clean up ...

r6
* updated for 5.1
* removed totem icons for now, due to a major rewrite
* changed default colors for units (neutral, hostile, friendly...)
- note: the purple color for tapped units is courtesy of Activision Blizzard ...

r5
* health percentage will now be hidden at 100% and shown otherwise

r4
* updated for Mists of Pandaria
* separate font option for names and numbers
* Totem list updated
... from what I found on Wowhead, got no shaman to test it, seems like they changed around/removed/added totems quite a bit
>>> this one might need feedback if broken/incomplete/missing something

r3
* highlight selected plate with a font shadow behind the name
* selected plates transparency will now always stay at 100%

r2
* make it work with PlateBuffs

r1
* initial release
Post A Reply Comment Options
Unread 05-26-11, 07:39 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Does it provide any aggro indication? I didn't see mention of it in the description.
Report comment to moderator  
Reply With Quote
Unread 05-26-11, 08:15 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Yes it does, will add that to the description.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

Report comment to moderator  
Reply With Quote
Unread 05-27-11, 07:00 AM  
mmitch
A Defias Bandit

Forum posts: 2
File comments: 35
Uploads: 0
Is your complete UI available somewhere screenshot 3 looks awsome. Thanks.
Report comment to moderator  
Reply With Quote
Unread 05-27-11, 08:13 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by mmitch
Is your complete UI available somewhere screenshot 3 looks awsome. Thanks.
dRecMap + oUF_Proto (portraits disabled via config), the aura addon isn't released. There are other ones around there, however.

Not using much else, but Dominos and a custom chat addon + tooltip.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

Report comment to moderator  
Reply With Quote
Unread 05-27-11, 11:19 AM  
Gallahead
A Defias Bandit
 
Gallahead's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 199
Uploads: 1
great addon,

is it possible to add a tank mode with color indicators for the hp % value instead a simple symbol?
Report comment to moderator  
Reply With Quote
Unread 05-27-11, 12:56 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
I don't think I will do that. The main purpose of these plates is PvP, but I'm also tanking with them on my Druid and it feels ok. It needs a little getting used to at first, but I managed to catch up pretty fast.

Anyhow, you could change the symbol, as it's a simple font string, no texture.

Search for
Code:
	-- threat indicator
	if(frame.region:IsShown()) then
		local _, val = frame.region:GetVertexColor()
		if(val > 0.7) then
			frame.HLthreat:SetTextColor(1, 1, 0)
			frame.HLthreat:SetText(">")
		else
			frame.HLthreat:SetTextColor(1, 0, 0)
			frame.HLthreat:SetText(">")
		end
	else
		frame.HLthreat:SetText("")
	end
The RED TEXT is what you can change, like "AGGRO" or "!"§)!§$%!§!" or whatever you want. The first time it's yellow > high threat, second time is aggro/tanking. Which means you can even change the text depending on the threat situation.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

Last edited by Dawn : 05-27-11 at 12:57 PM.
Report comment to moderator  
Reply With Quote
Unread 05-29-11, 07:03 PM  
Taet
A Deviate Faerie Dragon

Forum posts: 17
File comments: 81
Uploads: 0
Your second very good work (first is ouf_slim), gj man.
Report comment to moderator  
Reply With Quote
Unread 06-04-11, 06:40 PM  
the_sober
A Kobold Labourer

Forum posts: 0
File comments: 46
Uploads: 0
can you make the "boardcastbar" more vislible or large? and when we can't interrupt move notable?

the distance from the name and percent above is to high, can reduce for less space?
Report comment to moderator  
Reply With Quote
Unread 06-26-11, 12:10 AM  
Læe
A Murloc Raider

Forum posts: 5
File comments: 22
Uploads: 0
I luv the look of these plates, is there anyway I can add the class Icons to them?
Report comment to moderator  
Reply With Quote
Unread 07-16-11, 11:51 AM  
twopro
A Defias Bandit

Forum posts: 3
File comments: 187
Uploads: 0
i need two things

hey, how are you? i need two things, i need class icons options on plates and i need skull icons on enemy players during pvp encounters.
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 05:34 PM  
twopro
A Defias Bandit

Forum posts: 3
File comments: 187
Uploads: 0
million dollar idea

can u add a RED OUTLINE on enemy player class names?


i cannot tell sometimes how many alliance area around me cause nameplates look alike
Report comment to moderator  
Reply With Quote
Unread 02-06-12, 06:34 AM  
Yumako87
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 6
Uploads: 2
When u say that names are class colored is that only for the opposing factions?

In that case would it be possible to have classcolors for ur own faction also, having the name classcolored and not on reaction?

Alex
Report comment to moderator  
Reply With Quote
Unread 02-18-12, 11:51 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Just curious why you decided to leave out the credit for my work in this one, when you stated it in your other project.

I'm not saying that you have to, I'm just curious.
Report comment to moderator  
Reply With Quote
Unread 07-07-12, 11:49 PM  
Taet
A Deviate Faerie Dragon

Forum posts: 17
File comments: 81
Uploads: 0
Any small chance for update ?
Report comment to moderator  
Reply With Quote
Unread 08-25-12, 07:58 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Originally Posted by Taet
Any small chance for update ?
I second this,
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.