Download
(461Kb)
Download
Updated: 11-15-09 12:22 AM
Addon for:
Tidy Plates.
Pictures
File Info
Updated:11-15-09 12:22 AM
Created:11-12-09 12:13 AM
Downloads:3,379
Favorites:13
MD5:

Tidy Plates: Roundy

Version: 0.9
by: danltiger [More]

This is a theme for Tidy Plates, which attempts to blend minimalism, utility, and the spirit of the original interface. This initial release is intended for the adventurous, and works best with the latest version (5.4+) of Tidy Plates.

Post A Reply Comment Options
Unread 11-21-09, 05:13 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
After testing out the casting text on a few targets I noticed that channeled spell text wasn't being shown. Since channeled spell info is returned with UnitChannelInfo you may want to change your coding for it :P.

Code:
local function SpellTextDelegate(unit)
	local spellname
	if unit.isCasting then 
		spellname = UnitCastingInfo("target") 
		if spellname == nil then
			spellname = UnitChannelInfo("target")
		end
		return spellname
	else return ""
	end
end
Just thought I'd point it out <3
Report comment to moderator  
Reply With Quote
Unread 11-13-09, 06:12 PM  
Katae
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 208
File comments: 260
Uploads: 6
I really like these on my tank, thanks
Report comment to moderator  
Reply With Quote
Unread 11-12-09, 02:33 PM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
1. Me

2. Nope (other than saying in the download page "This file is a Addon for Tidy Plates by danltiger. You must have that installed before this Addon will work.")

3. It works in a newer version.. one that I haven't packaged up for distribution, yet.

Originally posted by suicidalkatt
These are such crap!!
Who would design such plates!
<3 :P
Any particular reason why you don't put a dependency on your themes for Tidy Plates?

Spell casting text isn't working yet? Or is that a newer Tidy Plates?
Last edited by danltiger : 11-12-09 at 02:53 PM.
Report comment to moderator  
Reply With Quote
Unread 11-12-09, 07:39 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
These are such crap!!
Who would design such plates!
<3 :P
Any particular reason why you don't put a dependency on your themes for Tidy Plates?

Spell casting text isn't working yet? Or is that a newer Tidy Plates?
Last edited by suicidalkatt : 11-12-09 at 08:09 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: