Category: Plug-Ins & Patches
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
danltiger's Portal Bug Reports Feature Requests

This file is a Patch for Tidy Plates by danltiger. You must have that installed before this Patch will work.

Author:
Version:
5.2
Date:
09-26-2009 10:37 AM
Size:
275.27 Kb
Downloads:
2,890
Favorites:
54
MD5:
Pictures
Click to enlarge
Tidy Plates: Knurl Theme
Click to enlarge
Experimental: Class Icons (PVP Only)
Tidy Plates: Knurl Theme (With PVP Class Icons)
This theme for Tidy Plates adds health quantity text, and class icons during PVP (NEW & Experimental).

Installation: Just like any addon, you should unzip the files to your Addon folder. It does not go in the Tidy Plates folder.
  Change Log - Tidy Plates: Knurl Theme (With PVP Class Icons)
Release 3: Cast Icon should show properly, now.
  Archived Versions - Tidy Plates: Knurl Theme (With PVP Class Icons)
File Name
Version
Size
Author
Date
5.0.1
220kB
danltiger
08-04-2009 07:35 PM
5
220kB
danltiger
08-02-2009 12:34 AM
3
221kB
danltiger
07-23-2009 08:36 AM
2
221kB
danltiger
07-09-2009 09:11 AM
1
221kB
danltiger
07-06-2009 10:43 PM
  Comments - Tidy Plates: Knurl Theme (With PVP Class Icons)
Post A Reply Comment Options
Old 10-26-2009, 06:03 PM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
lol - Hey, I make no guarantees!

The class icons are activated when 1) a player is able to attack you, and 2) you've enabled "class-colored nameplates" under the Interface panel.

This means that the icon will show up during duels, battlegrounds, world pvp, and NPC mind control.

Quote:
Originally posted by Obviousdwarf
under what conditions are the pvp icons guaranteed to work? never seen them so far

great theme though
if not the best *hides*
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-26-2009, 04:26 PM  
Obviousdwarf
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 13
Uploads: 1
under what conditions are the pvp icons guaranteed to work? never seen them so far

great theme though
if not the best *hides*
Obviousdwarf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-13-2009, 12:00 PM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
Glad you like it! :-)

If you open up "Theme.lua" (in the TidyPlatesKnurl folder), and take a peek at the code, you'll find a section that looks like this:

Code:
function config.SetSpecialText(unit)
	return unit.health.." / "..unit.healthmax
end
The function simply returns a string of text. The variable 'unit' is a table, which is loaded with information about that particular unit. So, 'unit.health' becomes that specific unit's health. The '..' appends pieces of text, so we can add the slash '/' between the two numbers.

To return the percentage, we include a little bit of math in our statement:

Code:
function config.SetSpecialText(unit)
	local healthPercent = ceil( ( unit.health / unit.healthmax ) * 100 )
	return healthPercent.."%"
end
The function 'ceil()' rounds the number up to the next whole number.

Hope that helps!

Quote:
Originally posted by Ganglia
I love this addon.

Can anybody help to add an "%"-show for Life ?
I´m not realy good in lua programing

Thnx much
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-12-2009, 07:43 AM  
Ganglia
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I love this addon.

Can anybody help to add an "%"-show for Life ?
I´m not realy good in lua programing

Thnx much
Ganglia is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2009, 12:09 PM  
Akael
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Excellent, this is now the perfect nameplate addon.
Akael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2009, 08:34 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
Re: Spell Icon

Ah ha! I'd made some changes to how things were layered (in Tidy Plates), and I thought I'd kept everything backwards compatible. Ooops. I'll post up a fix to Knurl in a few minutes.

Quote:
Originally posted by Akael
Hi, this is pretty much the perfect nameplate skin, great work. The only problem is that the spell icon isn't showing up next to the casting bar - just a black box on the right hand side. I don't know anything at all about modding but I looked at the lua file of this skin and the 'simple' skin (the spell icon works in that, and other, skins btw) and did some trial and error editing with sizes etc.

The only thing that made a difference was when I took out the anchor = "CENTER" line and I could see some of the icon poking out from under the black box. It seems that black box is positioned to cover the spell icon. I think it may have something to do with Empty.tga in Tidyplates style folder but I can't get my head around it. Is there any way I can correct this?

Thanks!
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2009, 05:57 AM  
Akael
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Spell Icon

Hi, this is pretty much the perfect nameplate skin, great work. The only problem is that the spell icon isn't showing up next to the casting bar - just a black box on the right hand side. I don't know anything at all about modding but I looked at the lua file of this skin and the 'simple' skin (the spell icon works in that, and other, skins btw) and did some trial and error editing with sizes etc.

The only thing that made a difference was when I took out the anchor = "CENTER" line and I could see some of the icon poking out from under the black box. It seems that black box is positioned to cover the spell icon. I think it may have something to do with Empty.tga in Tidyplates style folder but I can't get my head around it. Is there any way I can correct this?

Thanks!
Akael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-14-2009, 08:14 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
Pop open the skin.lua file for the Wide theme..

Somewhere in that file, paste the following:

Code:
function NAMEPLATE_SPECIALTEXT_DELEGATE(unit)
	return unit.health.." / "..unit.healthmax
end
Then, paste the following lines amongst the other categories:

Code:
config.specialText = {
	typeface =					path.."\\Calibri.ttf",
	size = 9,
	width = 62,
	height = 9,
	x = 0,
	y = 1,
	align = "BOTTOM",
	anchor = "LEFT",
	vertical = "TOP",
	shadow = true,
}
And, last, scroll down to "config.options = {" and place this line with the rest of the items:

Code:
showSpecialText = true,
That'll put it up on the nameplate, but you'll have to tweak its size and location. ;-)

Quote:
Originally posted by duhwhat
I'd like to lift the numeric health display from knurl and put it into tidy plates wide. How should I go about doing this?
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-13-2009, 03:34 PM  
duhwhat
An Aku'mai Servant

Forum posts: 35
File comments: 150
Uploads: 0
I'd like to lift the numeric health display from knurl and put it into tidy plates wide. How should I go about doing this?
duhwhat is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-11-2009, 09:10 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
The client fades the non-targets to 50%ish, keeping the current target's nameplate at 100% opacity. But you mean something more, right? Like an arrow or something?

Quote:
Originally posted by borgi
As a Tank, TidyPlates looks very promising and this skin is in my opinion the best.
But what I miss is an indicator for the current target. Besides that it is great! Good job!
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-11-2009, 02:59 AM  
borgi
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
As a Tank, TidyPlates looks very promising and this skin is in my opinion the best.
But what I miss is an indicator for the current target. Besides that it is great! Good job!
borgi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-09-2009, 10:26 PM  
oddtoddy
A Defias Bandit

Forum posts: 2
File comments: 113
Uploads: 0
Best theme for Tidy Plates in my opinion!
oddtoddy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-08-2009, 07:45 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
Scale the tooltip? Do you mean, "scale the nameplate?"

If the latter; It's not all that much trouble to edit the theme file, and change the scale of each element. If you're looking for a slider or something, that would have to be implemented in the base addon, since this is just a theme/layout.


Quote:
Originally posted by troguspompeius
Very nice layout, but an option to scale the tooltip would be much appreciated.
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-08-2009, 07:39 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 185
Uploads: 14
I'll check that out, thanks!

Quote:
Originally posted by autobot
Like this one but i noticed that the black bar to the right (one says if there elite and there lvl) seems to be over lapping the red health bar. So when i think they dont have any more HP cause there is no more red bar they still have some more HP being hidden by the lvl/elite bar. If that make sense, id say try it and get a mob to low HP and you will see what i mean.
danltiger is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-08-2009, 07:07 AM  
troguspompeius
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Very nice layout, but an option to scale the tooltip would be much appreciated.

Last edited by troguspompeius : 07-08-2009 at 07:32 AM.
troguspompeius is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.