Download
(56Kb)
Download
Updated: 06-26-09 08:04 PM
Pictures
File Info
Updated:06-26-09 08:04 PM
Created:06-24-09 07:47 PM
Downloads:9,489
Favorites:31
MD5:

atrNameplates  Popular! (More than 5000 hits)

Version: 1.0.2
by: Atrophia [More]

Nameplates made to accompany atrUF, though they should also work seperately.

If you want to configure them you will need to know how to edit the .lua
I have no problem with anyone doing that, but due to time constraints I'm highly unlikely to be able to offer much help in you doing it.

Currently not undergone extensive testing with this, what I have done has gone by smoothly. Theres possibly an issue with healthbar colors sometimes not resetting to black, if you encounter anything else please let me know what and how (if known).

1.0.2
  • More styling tweaks.
  • Castbars now restyled fully.

1.0.1
  • General styling improvements, at the expensive of no longer using strictly the default frames.
  • Health percentage text added.
  • Raid icons styled properly.
Post A Reply Comment Options
Unread 09-01-10, 10:34 AM  
Sukuyan
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
@Xwonic and annirun_alleria

Simply do what was said by saiket before.

Go to your .lua file "atrNameplates.lua" and do this:

Look up line 38 which should say:

Code:
local glowRegion, overlayRegion, castbarOverlay, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = frame:GetRegions()
And change it so that it says:

Code:
local glowRegion, overlayRegion, castbarOverlay, castNoStop_UNUSED, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = frame:GetRegions()
Save it, and restart WoW. Your problems should be fixed.
Report comment to moderator  
Reply With Quote
Unread 06-14-10, 07:45 AM  
Xwonic
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
can someone do a fan update and place the names on top of the bars like annirun_alleria asks please?
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 10:18 AM  
annirun_alleria
A Defias Bandit
 
annirun_alleria's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 6
Uploads: 4


names are behind panel

my addons if it matters
http://img263.imageshack.us/img263/9...1710121433.jpg
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 06:22 PM  
Stoffex
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
How i can hide the atrNameplat Castbar and the Wow Castbar under the atrNameplat Castbar?

I would be really happy if someone can help me with that because iam a totally nobody in .lua.
Report comment to moderator  
Reply With Quote
Unread 12-11-09, 03:24 AM  
Triksterism
A Wyrmkin Dreamwalker
 
Triksterism's Avatar
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 34
Uploads: 1
Originally posted by Saiket
Oh, sorry about that. The forum messed up the formatting, but I edited my post so it looks right. The old line is as follows:
Code:
    local glowRegion, overlayRegion, castbarOverlay, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = frame:GetRegions()
So you could search for that and replace it with the code from my other post. "Line 38" just means the 38th line from the top, but not all text editing programs show line numbers.

Here's a shot of the modified file working with _VirtualPlates:
I installed VirtualPlates, but it seems the 'bar' of the plate keeps showing in the foreground instead of the background, what do I need to do to get them to work together (your mod+virtual plates)?

Also, yes, I've changed line 38 to match what you posted.
Last edited by Triksterism : 12-11-09 at 03:33 AM.
Report comment to moderator  
Reply With Quote
Unread 11-29-09, 07:13 PM  
Shark5060
A Deviate Faerie Dragon
 
Shark5060's Avatar

Forum posts: 14
File comments: 20
Uploads: 0
is there a possibility to HIDE the spellicon completely ?

I already managed to hide the castbar and stuff but the icon is still displayed.
__________________
The rush of battle is often a potent and lethal addiction, for war is a drug - Chris Hedges
Report comment to moderator  
Reply With Quote
Unread 11-10-09, 04:13 PM  
xplosive03
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 110
Uploads: 9
Thank you Saiket, for instructions on getting this addon work.
I love it!
Report comment to moderator  
Reply With Quote
Unread 11-08-09, 08:58 PM  
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 330
Uploads: 9
Originally posted by Rammoth
What's "the old line 38"? I don't understand, what to replace in the LUA file... It isn't numbered in the LUA file, I opened it and looked.

Also can you show me a screenshot showing that this works to fix it, while having both this addon, and _VirtualPlates in there?

Thanks.
Oh, sorry about that. The forum messed up the formatting, but I edited my post so it looks right. The old line is as follows:
Code:
    local glowRegion, overlayRegion, castbarOverlay, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = frame:GetRegions()
So you could search for that and replace it with the code from my other post. "Line 38" just means the 38th line from the top, but not all text editing programs show line numbers.

Here's a shot of the modified file working with _VirtualPlates:
Report comment to moderator  
Reply With Quote
Unread 11-08-09, 03:27 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
Originally posted by Saiket
For anyone having issues with this mod in 3.2, you can replace line 38 of <atrNameplates/atrNameplates.lua> with the following:
Lua Code:
  1. local glowRegion, overlayRegion, castbarOverlay, castNoStop_UNUSED, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = frame:GetRegions()
The only change is adding in that castNoStop_UNUSED part. Just replace the old line 38 with this snippet. That should fix any issues with _VirtualPlates as well.
What's "the old line 38"? I don't understand, what to replace in the LUA file... It isn't numbered in the LUA file, I opened it and looked.

Also can you show me a screenshot showing that this works to fix it, while having both this addon, and _VirtualPlates in there?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 11-08-09, 12:45 AM  
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 330
Uploads: 9
For anyone having issues with this mod in 3.2, you can replace line 38 of <atrNameplates/atrNameplates.lua> with the following:
Code:
    local glowRegion, overlayRegion, castbarOverlay, castNoStop_UNUSED, spellIconRegion, highlightRegion, nameTextRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = frame:GetRegions()
The only change is adding in that castNoStop_UNUSED part. Just replace the old line 38 with this snippet. That should fix any issues with _VirtualPlates as well.
Last edited by Saiket : 11-08-09 at 08:47 PM.
Report comment to moderator  
Reply With Quote
Unread 11-05-09, 03:20 PM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
When you update, could you make it work with Virtual Plates please? Virtual Plates is only suppose to make them move out realistically, so they will only show up exactly how far away the NPC/Player or whatever is from your character. It doesn't design the name plates, like this one does. But I want to use both, and can't cause they don't work together at all... this one overlaps the other, and screws it up so that you don't see health bars on the name plates, or nothing... just a black box. But separately, your addon works great.

OH - BTW - Your addon does work with 3.2, I am on 3.2 now, and it's working fine, just doesn't work with Virtual Plates.
Last edited by Rammoth : 11-05-09 at 03:22 PM.
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 12:03 PM  
xplosive03
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 110
Uploads: 9
when u gonna release an update?
Report comment to moderator  
Reply With Quote
Unread 08-28-09, 06:45 PM  
Atrophia
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 17
Uploads: 4
I've had no Internet access for over a month. Will be updated soon as I just got it back
Report comment to moderator  
Reply With Quote
Unread 08-25-09, 02:44 AM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
yea can we pls get an update for 3.2 I miss this addon.
Report comment to moderator  
Reply With Quote
Unread 07-24-09, 09:24 PM  
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 89
File comments: 31
Uploads: 2
lag and such.

hi, hmm. i just downloaded this and when i press ctrl+v (show friendly/npc's health bars) it starts to lag like hell! I mean 10 sec spikes.

And i can see almost half of the normal Nameplate right under this one (aka 2 nameplates?) and sometimes it doesnt even show on NPC's. Would really love to use this.
Last edited by Minerv : 07-24-09 at 10:54 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: