Download
(34Kb)
Download
Updated: 10-16-15 09:54 AM
Pictures
File Info
Updated:10-16-15 09:54 AM
Created:08-21-13 05:56 PM
Downloads:14,045
Favorites:46
MD5:

rNamePlates (Diablo)  Popular! (More than 5000 hits)

Version: 60200.02
by: zork [More]

Update, October 2016

We can now spawn nameplates with oUF. There is no need anymore for a seperate nameplate framework. They can be integrated into your oUF layout. http://www.wowinterface.com/forums/s...ad.php?t=54584
INTRO
rNamePlates replaces the default name plates with a Diablo themed high FPS counterpart.
Based up on this: Nameplate FPS drop research
AURAS
rNamePlates supports auras. Auras are tracked for "player" and "pet" and saved in a spell-database per character. To administrate the spell-database check the slash commands.
SLASH COMMANDS
lua Code:
  1. /rnp -- shows all commands
  2. /rnp list -- shows all entries of spelldb for this character
  3. /rnp blacklist SPELLID -- blacklists a certain SPELLID in spelldb for this character
  4. /rnp whitelist SPELLID -- whitelists a certain SPELLID in spelldb for this character
  5. /rnp remove SPELLID -- removes a certain SPELLID from spelldb for this character
  6. /rnp disable -- disable the spelldb for this character
  7. /rnp enable -- enable the spelldb for this character
  8. /rnp resetspelldb -- reset the spelldb for this character

CONFIG
Small config on top of the rNamePlates.lua. Not much. Most of the stuff is hardcoded.
GIT
https://github.com/zorker/rothui/tre....0/rNamePlates

60200.01
- added absorbbar reference
- added fix for patch 6.2

60000.09
- healthbar colors now match faction colors
- color onupdate function throttled

60000.08
- hide default healthbar
- hide default castbar
- hide threat glow
- create new healthbar
- create new castbar
- added TANKMODE healthbar coloring

60000.07
- Added new command "disable" to disable the spellDB per character
- Added new command "enable" to enable the spellDB per character
- Remove obsolete checks for ScanAura
- Code cleanup

60000.06
- fixed the poor GUID handling

60000.05
- changed loading event to ADDON_LOADED
- fixed rNP_SPELL_DB = nil error

60000.04
- Loading SavedVariables with VARIABLES_LOADED event instead of ADDON_LOADED
- Added more spellDB checks
- Removed spellDB wipe on new WoW build
- Added new command "remove" to remove a spell from spellDB
- Renamed command "spelldb" to "list"

60000.03
- added auras to rNamePlates
- added slash commands to manage tracked auras

60000.02
- code cleanup

60000.01
- new nameplates for wod 6.0.2

50400.01
- added healthbar faction coloring
- updated toc to 50400

50300.04
- Added the threat bloat fix

50300.03
- changed the threat glow to a threat border around the healthbar

50300.02
- code cleanup/overhaul
- added 2 new statusbar textures to pick from

50300.01
- initial release
Optional Files (0)


Post A Reply Comment Options
Unread 08-21-13, 06:51 PM  
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 247
File comments: 101
Uploads: 15
Very Nice to see these. They look very good as well. Good job on this.
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
Report comment to moderator  
Reply With Quote
Unread 08-21-13, 08:39 PM  
laukond
A Black Drake

Forum posts: 87
File comments: 77
Uploads: 0
Looks really nice so far, thanks
Report comment to moderator  
Reply With Quote
Unread 08-22-13, 01:49 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Thanks.
Marker for myself: Check if all frames/textures are repearented correctly (threat glow?!).
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-22-13 at 01:49 AM.
Report comment to moderator  
Reply With Quote
Unread 08-22-13, 02:12 AM  
Anj
A Chromatic Dragonspawn
 
Anj's Avatar

Forum posts: 178
File comments: 503
Uploads: 0
Using this with ElvUI. Thanks zork!
Report comment to moderator  
Reply With Quote
Unread 08-22-13, 10:35 AM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
politely asking for more description :)

It looks nice tho i got cpl of questions:

1. what about show/hide according combat?
2. is there any kind of tank mode?
3. is there any kind of aggro mode?
Report comment to moderator  
Reply With Quote
Unread 08-22-13, 10:50 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: politely asking for more description :)

@glupikreten
1.)
Find line 296 http://code.google.com/p/rothui/sour...2/core.lua#296
Lua Code:
  1. --line296
  2.       RDP:Hide()
  3.       for blizzPlate, newPlate in pairs(RDP.nameplates) do
make it
Lua Code:
  1. --line296
  2.       RDP:Hide()
  3.       if not InCombatLockdown() then return end
  4.       for blizzPlate, newPlate in pairs(RDP.nameplates) do

2.+3)

Not sure what you mean by tank or aggro mode. Depending on threat a glow under the name will appear.
Red on aggro, yellow/orange on loosing/gaining threat. Transparent on safety.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-22-13 at 10:57 AM.
Report comment to moderator  
Reply With Quote
Unread 08-23-13, 08:15 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
How do I show the percentage of health?
Last edited by BNS : 08-23-13 at 08:15 AM.
Report comment to moderator  
Reply With Quote
Unread 08-23-13, 11:13 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@BNS
Currently not implemented. But you can add it yourself. Advanced only though.

1.) You need to create a new font string.
2.) You need to hook the OnValueChanged on the plate.healthbar
3.) You need to write a function that updates the font string

Currently the addon is as close to the default nameplates as possible.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-23-13 at 11:13 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-13, 12:22 AM  
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar

Forum posts: 12
File comments: 74
Uploads: 0
may i ask what is the battle font you use
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
Report comment to moderator  
Reply With Quote
Unread 08-24-13, 05:44 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
That is Coalition: http://www.dafont.com/coalition.font
All other texts are in Expressway: http://www.dafont.com/expressway.font
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-24-13 at 05:50 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-13, 06:12 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Of course I'm thinking of additional features. One of them is about coloring the healthbar. Have not decided about that yet because those calculations would run on the original healthbar and had to be done every single frame. Not sure if I like that.

Need to think/test this through first.

*edit*

I decided against it. I tried to use a new threat glow texture that is applied to the healthbar now. I will stick with this one. I like it way more than the top glow.

__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-24-13 at 02:11 PM.
Report comment to moderator  
Reply With Quote
Unread 09-06-13, 10:04 AM  
Cloudnyne84
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Very nice plates! One prob i'm having is in bg's/pvp it's not showing class colors just the hostile color. Any solution to this?
Report comment to moderator  
Reply With Quote
Unread 09-06-13, 10:38 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by Cloudnyne84
Very nice plates! One prob i'm having is in bg's/pvp it's not showing class colors just the hostile color. Any solution to this?
Of course. You need to enable the "show class color" checkbox in your interface settings first.
It is hidden somewhere in the Blizzard interface settings.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 09-06-13, 10:47 AM  
Cloudnyne84
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
LOL! I would over think it. I've been using other plates for so long that don't use anything from the wow interface so i didn't even think of that. Thanks!
Report comment to moderator  
Reply With Quote
Unread 09-07-13, 03:56 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Cloudnyne reminded me of some hidden nameplate variables. Some of them are relicts from a bug that appeared in Cataclysm where nameplates would just disappear out of nowhere.

Code:
/console bloattest 1 - Might make nameplates larger but it fixes the disappearing ones.
/console spreadnameplates 0 - Makes them overlap like they used to.
/console bloatnameplates 1 - Makes nameplates larger depending on threat percentage.
/console bloatthreat 1 - Makes nameplates resize depending on threat gain/loss. Only active when a mob has multiple units on its threat table.
If you are having issues with "exanding" nameplates just use this:
Code:
/console bloatnameplates 0
/console bloatthreat 0
I just reseted my config files to test it.

*edit*

Ok. I could reproduce it.

Since they are still needed I'm going to add them to the addon.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 09-07-13 at 04:39 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: