Download
(3 MB)
Download
Updated: 05-04-13 04:04 AM
Pictures
File Info
Compatibility:
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:05-04-13 04:04 AM
Created:07-01-09 01:57 AM
Downloads:125,039
Favorites:508
MD5:
caelNameplates  Popular! (More than 5000 hits)
Version: r23 040513
by: Caellian [More]
DESCRIPTION

Sexy Nameplates addon


SOME FEATURES

* Reskinned the default nameplates: both health and castbar.

* Reskinned the aggro colouring system.

* Reuse Blizzard code keeping memory usage down to around 16kb.

* Automatically enable nameplates when entering combat. (can be disabled through slash command)

* Automatically disable nameplates when leaving combat. (can be disabled through slash command)

* Hidden level text if the unit is not elite and same level as the player.

* Cast timer added to the left of the castbar.
r23 040513
- Toc Update
- Minor improvements

r22 011212
- Fixed nameplates blinking

r21 301112
- Updated for 5.1
- Auto toggle turned on by default

r20 011211
- Updated for 4.3

r19 301011
- Updated for 4.2

100311 r18
- Fixed autotoggle error.

041210 r17
- toc update
- Force some cvar settings from within the addon

260610 r16
- Autotoggle slash command triggering a nil error has been fixed. Windows doesn't care much about caps in folder names.

210610 r15
- Fixed silly typo

210610 r14
- Increased healthbar/castbar height slightly
- New name shortening system
- Shamelessly copied Dawn's cast icon position
- Removed some unused frames/textures
- Added a slash command to enable/disable auto toggling in/out of combat (/caelnameplates autotoggle)

100610 r13
- Loads of code improvements/cleanup
- New texture
- New font
- Custom colors to the threat glow to make it more noticeable
- Added a castbar icon
- Name shortening to fit the nameplate width
- Readded the automatic enable/disable upon entering/leaving combat
- The addon now comes with my media folder and library to match the version in my UI
- More minor stuff

140210 r12
- Toc update
- Slightly reduced the glow effect
- Slightly increased the nameplates height
- Changed the texture to match my oUF layout
- Disabled auto toggling nameplates in combat

120809 r11
- Fixed the cast timer for channeling spells

090809 r10
- Fixed priest color
- Fixed the castbar once and for all ?
- Non interruptible spells will turn the castbar red with a bright white glow (temporary colors)
- Added a cast timer, left of the castbar

070809 r9
- Fixed the castbar for real this time (step 2)

060809 r8
- Fixed the castbar for real this time (step 1)

040809 r7
- Toc update
- Temp fix to work with 3.2 (disable the castbar for now)

240709 r6
- Added support for class colors if enabled in Blizzard options
- Moved the raid icons so they don't overlap the level

140709 r5
- Fixed the castbar not reanchoring properly to its own nameplate

120709 r4
- Castbar now also skinned, you need to enable it in Blizzard options

100709 r3
- Changed the level display behavior, the unit's level will only be shown if not elite and different from the player's level

060709 r2
- Actually uploaded the correct texture

010709 r1
- Initial release
Post A Reply Comment Options
Old 04-29-11, 11:44 AM  
Vyse
A Kobold Labourer

Forum posts: 0
File comments: 34
Uploads: 0
Originally posted by TheGeek
Not bad.

Only thing that bugs me is the alpha change after awhile. You target and then engage, few seconds the nameplate gets more transparent.
Same thing, happens with standard nameplates too.

Anyone got an idea?
Vyse is offline Report comment to moderator  
Reply With Quote
Old 04-29-11, 02:55 AM  
tess
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by virus13a
\
okay, but where i must change name of font in code(lua file?) ?
I have two solutions:
1) Replace all fonts in \\caelMedia\\fonts to some cyrillic (i use calibri). You need to replace all fonts but save their names.
2) Copy any cyrillc font into \\caelMedia\\fonts (for example file named "cyrfont.ttf"). Then open caelFonts.lua and replace path to all files to following:
Interface\Addons\caelMedia\fonts\cyrfont.ttf (like this)

Latest MSBT you can find in curse.com (4.1 fan update) or you can check our forum where we posted how to make MSBT work in 4.1
http://wipeontrash.ru/forum/showpost...95&postcount=1
Last edited by tess : 04-29-11 at 03:14 AM.
tess is offline Report comment to moderator  
Reply With Quote
Old 04-29-11, 02:44 AM  
tess
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Linkszwodrei
Anyone an idea how to change the "shorting" of the names?
What I mean is for example, that if the mob is called "Executer of Zandalari" it would be "E. o. Zandalari" on the nameplate.
I would like to have "Executor o. Z."

I know that it's related to this part:
local newName = (string.len(oldName) > 20) and string.gsub(oldName, "%s?(.[\128-\191]*)%S+%s", "%1. ") or oldName -- "%s?(.)%S+%s"

But I have no idea how to change it
Just replace your string by following:
local newName = (string.len(oldName) > 200) and string.gsub(oldName, "%s?(.[\128-\191]*)%S+%s", "%1. ") or oldName -- "%s?(.)%S+%s"
But this will show you full name.
Last edited by tess : 04-29-11 at 02:45 AM.
tess is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 02:38 PM  
virus13a
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally posted by Sethgor
sorry, my previous answer was wrong, that answer useful if you want to see full mob name.
if you want replace answers marks you need change font for your nameplate. Default font do not support cyrillic - and i don't now why, so i just change my font
\
okay, but where i must change name of font in code(lua file?) ?
Last edited by virus13a : 04-28-11 at 02:53 PM.
virus13a is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 02:19 PM  
Sethgor
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
sorry, my previous answer was wrong, that answer useful if you want to see full mob name.
if you want replace answers marks you need change font for your nameplate. Default font do not support cyrillic - and i don't now why, so i just change my font
Last edited by Sethgor : 04-28-11 at 02:20 PM.
Sethgor is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 12:34 PM  
Sethgor
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Re: Where to get?

Originally posted by virus13a

And until I ran into this problem ... because I'm from Ukraine, but using Russian client games, download a newer version of caelNameplates and see just such a problem:

http://img810.imageshack.us/img810/8...2811191531.jpg

All names of objects with HP bars instead contain the proper name / title - the question marks.
How to deal with this problem?
you should make some changes in caelNameplates.lua, find necessary row and replace:
Code:
    local oldName = self.oldname:GetText()
    --local newName = (string.len(oldName) > 20) and string.gsub(oldName, "%s?(.[\128-\191]*)%S+%s", "%1. ") or oldName -- "%s?(.)%S+%s"
 
    self.name:SetText(oldName)
Sethgor is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 11:53 AM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 46
Uploads: 0
I'll send you a private message (check your inbox) in a few minutes about that addon. I do not want to add additional comments on this addon's page about another addon out of respect.

Originally posted by virus13a
ps 2 Pekti
I downloaded the addon that you advise (xct)? but he did not show any outgoing or incoming Damage = (
Pekti is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 11:13 AM  
virus13a
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally posted by oopsminded
@ virus13
I'm still using the "old", (r12?) version, I modified the lua according to what people posted here for the 4.0.6 - 4.1 transition, and it still works, even though it has the same problem: after entering combat and moving the alpha value of all the nameplates, not only that of the targeted one, goes down, making them more transparent.

I'm not using that texture and the font from your screenshot, but I might have them somewhere backed up, so once the transparency issue gets fixed, I could send you that version.
If you do not take much - please come to me your version.
'll be inordinately grateful
ps 2 Pekti
I downloaded the addon that you advise (xct)? but he did not show any outgoing or incoming Damage = (
Last edited by virus13a : 04-28-11 at 11:15 AM.
virus13a is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 11:11 AM  
hawtness
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Apparently, I dont know how to copy and paste because no matter how I hard I try I cant seem to get the nameplates to work. I have the addon turned on, copy pasta'd the updates and all I get are blizzard nameplates in game. Could anyone help me out?
hawtness is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 11:02 AM  
oopsminded
A Murloc Raider

Forum posts: 7
File comments: 24
Uploads: 0
@ virus13
I'm still using the "old", (r12?) version, I modified the lua according to what people posted here for the 4.0.6 - 4.1 transition, and it still works, even though it has the same problem: after entering combat and moving the alpha value of all the nameplates, not only that of the targeted one, goes down, making them more transparent.

I'm not using that texture and the font from your screenshot, but I might have them somewhere backed up, so once the transparency issue gets fixed, I could send you that version.
oopsminded is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 10:17 AM  
virus13a
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Post Re: Re: Where to get?

Originally posted by Pekti
Hi, Virus. That looks like caelNameplates, but it looks like the older version (the r12 version that most users love, adore, and miss fondly). The addon hasn't looked like that in a long time and from what I can understand from reading the comments on here, the author doesn't plan on releasing a version to look like that. I'm hoping that someone with some .lua and coding knowledge will provide a "fix" and maybe we can have the older, better version back. Meanwhile, you will need to try the fixes listed below (see the other comments) as the author himself has not updated the addon for 4.1.

Regarding MSBT, so far I've heard that it's still not working. You might want to try another addon in the meantime. I personally use xCT and I think it's great.
mmm
thank`s for answer.
yes it is an old version of add-on, even for wow 3.3.2, but it works fine on 4.0.6 version, and a 4.1 "fell off".
about changes lua file - read it, but half did not understand = (
that is, it was written - "change the line to N (the specified code) but in line N does not even like the code ...
Anyway, can someone who knows will make or rather remake the old version 4.1 patch ... I hope so.
And until I ran into this problem ... because I'm from Ukraine, but using Russian client games, download a newer version of caelNameplates and see just such a problem:

http://img810.imageshack.us/img810/8...2811191531.jpg

All names of objects with HP bars instead contain the proper name / title - the question marks.
How to deal with this problem?
virus13a is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 08:36 AM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 46
Uploads: 0
Re: Where to get?

Hi, Virus. That looks like caelNameplates, but it looks like the older version (the r12 version that most users love, adore, and miss fondly). The addon hasn't looked like that in a long time and from what I can understand from reading the comments on here, the author doesn't plan on releasing a version to look like that. I'm hoping that someone with some .lua and coding knowledge will provide a "fix" and maybe we can have the older, better version back. Meanwhile, you will need to try the fixes listed below (see the other comments) as the author himself has not updated the addon for 4.1.

Regarding MSBT, so far I've heard that it's still not working. You might want to try another addon in the meantime. I personally use xCT and I think it's great.

Originally posted by virus13a
Hi 2 all.
Faced with this problem. I had an addon with similar bars.

http://img683.imageshack.us/img683/5...0211224013.jpg

But after upgrading to patch 4.1 bars have disappeared and the addon does not work at all.
Can I somewhere find the addon with the same "stripes"?
ps Sorry for my English, I write with the help of an online translator, because I myself am from Ukraine, and do not know English well enough to communicate freely, and on the topic of online games.
pps And 1 more question, is not relevant to this addon, maybe someone knows where to get MSBT, working on patch 4.1?
Pekti is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 07:43 AM  
virus13a
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Where to get?

Hi 2 all.
Faced with this problem. I had an addon with similar bars.

http://img683.imageshack.us/img683/5...0211224013.jpg

But after upgrading to patch 4.1 bars have disappeared and the addon does not work at all.
Can I somewhere find the addon with the same "stripes"?
ps Sorry for my English, I write with the help of an online translator, because I myself am from Ukraine, and do not know English well enough to communicate freely, and on the topic of online games.
pps And 1 more question, is not relevant to this addon, maybe someone knows where to get MSBT, working on patch 4.1?
Last edited by virus13a : 04-28-11 at 07:45 AM.
virus13a is offline Report comment to moderator  
Reply With Quote
Old 04-28-11, 06:26 AM  
Linkszwodrei
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Anyone an idea how to change the "shorting" of the names?
What I mean is for example, that if the mob is called "Executer of Zandalari" it would be "E. o. Zandalari" on the nameplate.
I would like to have "Executor o. Z."

I know that it's related to this part:
local newName = (string.len(oldName) > 20) and string.gsub(oldName, "%s?(.[\128-\191]*)%S+%s", "%1. ") or oldName -- "%s?(.)%S+%s"

But I have no idea how to change it
Linkszwodrei is offline Report comment to moderator  
Reply With Quote
Old 04-27-11, 09:53 PM  
TheGeek
A Firelord
 
TheGeek's Avatar
AddOn Author - Click to view AddOns

Forum posts: 494
File comments: 214
Uploads: 7
Not bad.

Only thing that bugs me is the alpha change after awhile. You target and then engage, few seconds the nameplate gets more transparent.
__________________
TheGeek is offline 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.