Download
(2MB)
Download
Updated: 08-13-11 04:18 PM
Pictures
File Info
Updated:08-13-11 04:18 PM
Created:01-26-10 09:08 AM
Downloads:68,277
Favorites:236
MD5:

DocsNameplates  Popular! (More than 5000 hits)

Version: r58
by: dr_AllCOM3 [More]


(Works in every language and resolution)

Installation: Unpack into your \World of Warcraft\Interface\Addons\ folder. Done!
Config ingame under Interface->Addons or with /np or /docsnp.

Please report any errors, thanks!














r58
- Debuffs fixed.
- Cast icon fixed.
- Bossplates and other useless crap removed.

r57
- Bugfixes. A lot of 'em.

r56
- Combatlog error fixed.
- Spell steal bug fixed.

r55
- Missing debuffs fix.

r54
- Debuff emphasizing!
- Totems fixed.

r53
- Custom color fix.

r52
- Bugfixes.

r51
- "Overlap" fixed.
- Size fixed.
- Some update fixes.

r50 (5.0 Beta)
-4.0.1 rescue fix.

r49 (5.0 Beta)
- Even more.


r48 (5.0 Beta)
- A lot.
Post A Reply Comment Options
Unread 04-30-11, 07:30 AM  
XaocDIO
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Skycatcher, thanks a lot!
I'll replace

=======COMBAT_LOG_EVENT_UNFILTERED.lua======
local spellId, spellName, spellSchool, auraType, amount = select( 9, ... )

ON

local spellId, spellName, spellSchool, auraType, amount = select( 10, ... )
========================================
Because was add one parameter.

Am I right?
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 07:16 AM  
Verixa
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
skycatcher Put please a working version of add-on file sharing and thank you very much)) I'm sorry for my english
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 07:14 AM  
Archer50
An Aku'mai Servant
AddOn Compiler - Click to view compilations

Forum posts: 37
File comments: 22
Uploads: 1
Thanks so much Skycatcher! Last UI I needed to update for my UI to look right haha
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 06:52 AM  
Tisera
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Skycatcher thanks for your time and effort you put in. It works like a charm
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 11:21 PM  
Edding8040
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
skycatcher great job

now i have no errors
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 10:13 PM  
skycatcher
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
ha, I just posted this at curse but same applies


Alright, who's ready to give me some internetz?

I recommend you download a nice text editor like Crimson Editor or something similar with line numbers (no notepad or wordwrapping!) The instructions will be:

==== file you need to edit.lua ====
Find this line here -> blablabla
Replace with: (whatever is below)

OK here we go:

==== core.lua ====

FIND Line 61 -> SetCVar( "spreadnameplates", 0 )
REPLACE with
-- SetCVar( "spreadnameplates", 0 )



FIND line 63 -> SetCVar( "bloatthreat", 0 )
ADD THIS BELOW THAT LINE:

SetCVar("ShowClassColorInNameplate",1)
SetCVar("showVKeyCastbar",1)


FIND line 209 -> --~ if tonumber(value)~=1 then
REPLACE WITH
if tonumber(value)~=1 then
SetNamePlateMotionType(1)
else
SetNamePlateMotionType(3) -- 1=overlapping, 2=stacking, 3=spreading
end



--~ if tonumber(value)~=1 then



==== COMBAT_LOG_EVENT_UNFILTERED.lua =====

Lines 204, 269, 290, 314, 337 (yes all of them, don't forget 1) -> local timestamp, eventType, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags = select( 1, ... )

REPLACE EVERY ONE OF THOSE WITH:
local timestamp, eventType, hideCaster, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags = select( 1, ... )


==== create.lua ====

FIND LINE 1030 ->
reg.threatGlow, reg.healthBorder, reg.castBorder, reg.castNostop, reg.spellIcon, reg.highlightTexture, reg.nameText, reg.levelText, reg.dangerSkull, reg.raidIcon, reg.eliteIcon = frame:GetRegions()

and REPLACE WITH (MAKING 2 Serperate Lines. Line 1 starts with reg.threatGlow and ends with frame:GetRegions() )

reg.threatGlow, reg.healthBorder, reg.highlightTexture, reg.nameText, reg.levelText, reg.dangerSkull, reg.raidIcon, reg.eliteIcon = frame:GetRegions()
reg.castBorder, reg.castNostop, reg.spellIcon = child.castBar:GetRegions()


==== update.lua ====

FIND line 1827 -> if frame:GetName() then

REPLACE with
if frame:GetName() and not string.find(frame:GetName(), "^NamePlate") then




That's it. I spent something like 8 hours troubleshooting this and I have it working for myself. It's 6am and I'm tired so if I forgot something I appologize.

Let me know what's up.
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 04:16 PM  
GAmblerDice
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
To write this post I just registred...This addon is the best pvp nameplate, not one nameplate can stand near with it...Doc can u please update this addon for 4.1...Thanks in advance...
P.S. Sorry for my bad english
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 09:26 AM  
Tisera
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Me too like to see an update of this wonderfull addon. Really getting used to this addon. So pls an update for 4.1 pretty please
Report comment to moderator  
Reply With Quote
Unread 04-29-11, 08:41 AM  
Peacekeeper
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Just registered to say this: Please, please update your wonderful addon for 4.1
I can't seem to play with anything else, and I know I'm not the only one.
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 08:13 AM  
tripsuire
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Yeah, unfortunately, I am stuck with Tidyplates. It is a very poor substitute. I hope someone picks this up soon and updates it.
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 12:15 AM  
enduriel
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Originally posted by Silentbob_dk
Anyone know other addons with similar functionality? [/b]
Tidyplates has debuff timers and threat but not as neatly as docs. I use Tidyplates since yesterday but I cant stand it, yet its the best alternative. Would love a docsupdate.
Last edited by enduriel : 04-28-11 at 06:12 AM.
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 02:51 PM  
Silentbob_dk
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
Seems like this addon is completely broken as of patch 4.1.

A shame really as this was a great addon. Though I may be able to find a nameplate addon replacement. However there is some features I would really hate to lose:

- Custom font settings for friendly and enemy players names.

- Class colored friendly and enemy players names.

- Guildmembers and friends icon marked. (I think maybe I found this feature in Tidy Plates - Threat Plates)

Anyone know other addons with similar functionality?
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 12:48 PM  
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 57
File comments: 63
Uploads: 6
dr_AllCOM3 please update as i cannot live with out your addon LOL

Thanks

SkOODaT
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 11:51 AM  
darkcelia
A Kobold Labourer

Forum posts: 1
File comments: 22
Uploads: 0
And this too :

Date: 2011-04-27 19:43:49
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\DocsUI_Nameplates\core.lua line 61:
Couldn't find CVar named 'spreadnameplates'
Debug:
(tail call): ?
(tail call): ?
[C]: SetCVar()
DocsUI_Nameplates\core.lua:61:
DocsUI_Nameplates\core.lua:58
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:514: InitializeAddon()
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:628:
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:621
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 11:49 AM  
darkcelia
A Kobold Labourer

Forum posts: 1
File comments: 22
Uploads: 0
I've got this LUA error :

Date: 2011-04-27 19:44:07
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\DocsUI_Nameplates\core.lua line 115:
attempt to index field 'db' (a nil value)
Debug:
(tail call): ?
(tail call): ?
DocsUI_Nameplates\core.lua:115:
DocsUI_Nameplates\core.lua:114
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:543: EnableAddon()
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:635:
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:621
[C]: LoadAddOn()
..\FrameXML\UIParent.lua:256: UIParentLoadAddOn()
..\FrameXML\UIParent.lua:279: CombatLog_LoadUI()
..\FrameXML\UIParent.lua:546:
..\FrameXML\UIParent.lua:519
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: