Download
(767Kb)
Download
Updated: 02-25-15 02:38 AM
Pictures
File Info
Compatibility:
The Adventure Continues (6.1)
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:02-25-15 02:38 AM
Created:unknown
Downloads:79,533
Favorites:235
MD5:

DHUD for 6.0  Popular! (More than 5000 hits)

Version: 2060100_52
by: MAD111CAT [More]

DHUD is a highly configurable and customizable HUD addon in the spirit of DHUD, MetaHUD, and others designed to keep your focus in the center of the screen where your character is.

What it is
Player and target health and mana bars, casting bars, pet health and mana bars, druid mana bar in forms, bars with alternative power, spell circles with short player auras, target self auras and cooldowns, extensive target info, and much more.

Short feature list

  • Health Bars are able to display shields, heal absorption and incoming heal effects.
  • Class-specific tracking such as combo point counters, druid mana trackers, Eclipse bar, Holy Power monitoring, warlock alternative resources tracking, and more
  • Lots of DogTag-supported strings for extreme customizability (strings are parsed only once so it won't take much cpu time)
  • Alpha settings for in combat, target selected, etc.
  • Fully customizable bars and counters capable of tracking buff/debuff applications on any unit, spell/ability cooldowns, and the health/mana of any unit you specify.
  • Highly configurable (can totally re-arrange all bars, change text display, etc.)

Slash commands
  • /dhud - opens the configuration UI to tweak any setting
  • /dhud settings <settingName> = <settingValue> - to change setting using command line
Recent changes
  • Addon code have been rewriten and uses OOP design. Cpu and memory consumption is reduced
  • Code is documented and easily readable.
  • Added new features:
  • Health bars are now able to display shields, incoming heal and absorbed heal.
  • Numbers are now truncated if enabled in settings
  • Cooldowns can be shown like it's done with auras
  • Auras whitelists, blacklists and priority lists
  • DHUD Settings addon is also rewrited to support new code
  • And more
Support
  • If you want to support the addon development tell about it to your friends, the more users will use it - the better. I will update it more regularly as it become easier for me to maintain addon after full rewrite.
  • Donate: PayPal

Frequently Asked Questions
  • Q: AddOn DHUD attempted to call a protected function (CompactRaidFrame...) during combat lockdown.
  • A: DHUD addon doesn't call any protected functions. Blizzard code can taint itself even without any addons loaded. Good article on this topic: http://us.battle.net/wow/en/forum/topic/6933303515

changelog 2.0.60100.52:
-updated toc to 60100
-maximum amount of shield will be updated on target switch (this bug was noticable on Korag boss fight)
-rogue's bandit's guile tracking is now reset when entering instances, etc...
-rogue's bandit's guile will also be updated when damage is fully absorbed (e.g. fighting discipline priest in arena)
-dhud will now print chat error messages when programmed spell ids are no longer valid

changelog 2.0.60000.51:
-fixed target cast bar info after gcd updates

changelog 2.0.60000.50:
-updated bandit's guile tracking and removed logs

changelog 2.0.60000.49:
-prioritizied timers without duration (e.g. blade fury) will no longer be attempted to animate
-added tracking of global cooldown, if enabled it will be shown on player's cast bar
-added advanced tracking of some auras, currently supported only rogue's Bandit's Guile, it will add aura to list when bandits guile is not progressed and update stacks count

changelog 2.0.60000.48:
-disappear animation for prioritizied spells should stop once aura time left is less or equal to 0
-fixed exception with animation of priority spells in rare cases of reloading UI
-added option to disable mouse click and mouse over handlers by default and enable them only with certain modifier keys
-player class should correctly display for player targets (due to changes in UnitIsPlayer API)
-cooldowns for spells like "Death from above" that incur a global 2 seconds cd and get grouped together should be degrouped once actual cooldown starts

changelog 2.0.60000.47:
-added option to show only player self short buffs, instead of all short buffs
-changed default value of minimum time for aura to be considered short to 180 up from 60
-added option to animate prioritizied spell circles at 30% time left, animation: icon is blinking each second
-added option to animate prioritizied spell circles at 1 second left, animation: icon increases and fades out
-your opinion and ideas on animations is welcomed

changelog 2.0.60000.46:
-priest shadow orbs resourse is now restricted to shadow specialization only
-warlock burning embers base amount is now set as 25% to correctly transition hud from regen alpha
-updated api calls for combo points, this should allow to show them at all times correctly (like monk chi)
-removed option to show stored combo-points as it's no longer required with new API
-separated combo-points tracker into two: vehicle (blizzard reports it using old API) and player (uses new api) combo-points trackers
-updated ace3 lib for DHUD Options
-updated vengeance tracking to resolve, so that addon should no longer crash on tank characters

changelog 2.0.60000.45:
-removed invalid spell ids

changelog 2.0.50400.44:
-fixed bug with dragon elite icon not disappering when changing zone (e.g. teleporting out of instance)
-fixed bug with data trackers not updating it's existance during zone change (e.g. mana bar was still displayed for druids that were teleporting out of instance as bear to flight form)
-fixed necrotic strikes value to be displayed with "-" sign instead of "+" sign by default in health bar text
-added new setting to show shields, it will behave more like usual wow frames, shields are shown but cann't go over maximum health
-added tracking for cooldowns of flyout spells like shaman totems or mage portals
-added tracking for cooldowns with charges like monk roll
-added tracking for shaman totems, it also tracks totem that is persistent through Totemic Persistance talent
-added tracking for pet spells that are not set on autocast
-cooldowns that are trigerred for multiple spells (e.g. shaman shock spells) are now grouped together
-cooldowns that are trigerred when school is locked are now grouped together and colorized according to school type
-cast bar tracker can now identify who interrupted spell, this information is shown in the UI
-cast bar ui will now correctly wait 1 second after cast was ended before fading out
-added tracking for monk stagger
-added tracking for tank vengeance
-added option to hide bar during pet battles
-added translation for Chinese by http://www.curseforge.com/profiles/zhTW/, not everything is translated yet

changelog 2.0.50400.43:
-fixed error with "endTime" for channeling spells
-added various player character buffs to be shown in target short auras (like Shield Wall, Cloak of Shadows, etc..)

changelog 2.0.50400.42:
-fixed vehicle power update for some vehicles (plants vs zombies: power was returned as SUN_POWER but events where reporting it as ENERGY)
-added setting to set scale of blizzard power auras
-settings that affect blizzard power auras will be reapplied to frame when required
-fixed font scaling bug on first game run (since game API function FontInstance:SetFont("filename", fontHeight, "flags") is now working asynchronously for not loaded fonts)
-added various player character buffs to be shown in target short auras (like Shield Wall, Cloak of Shadows, etc..)
-added visual settings for previous command line options
-fixed slider behaviour for DHUD Settings, it was broken in 5.4 (the 'value step' property is ignored by WoW API)

changelog 2.0.50400.41:
-toc update
-target and self drop down menus will now initialize on-demand to reduce possibility of tainting blizzard code (never saw a taint after that)
-added setting to hide "not enough energy" and simmiliar errors (currently only command line)
-added setting that contains code to be executed when logging-in, changing camera max. distance, etc. (currently only command line)
-added color setting for pet energy (dk ghouls) (currently only command line)

changelog 2.0.50300.40:
-Reverse cast bar animation settings is now handled by the addon
-Fixed issue with timers disappearing at certain conditions
-Fixed exception in cooldowns update function when teleporting on some system
-Fixed vehicle bars not showing for certain vehicles
-Castbar should display proper cast time at the end of animation

changelog 2.0.50300.39:
-Fixed exception when copying profile with custom layout from character with different class
-Fixed exception on some systems during init in createBar function, need confirmation
-Fixed bug with combat state not updating when player encounters loading screen
-Unit elite icon is now updated when unit changes it's classification
-Death-knight runes should no longer disappear when player enters vehicle or settings preview stops
-Cast delay is now correctly displayed
-Fixed non-interruptible cast shield icon coordinates
-Resource bars will now hide when player is dead
-Paladin holy power now colorizes circles in following order: red, orange, green, green, green
-Added option to always show bar background texture under cast bars
-Added code to make bitwise operations using integer arithmetic (WoW return incorrect results for bitwise operations on Mac OS X), this should solve Mac issues, need confirmation, thanks TheSin for help with identifying the source of the problem

changelog 2.0.50300.38:
-Target short auras are now correctly shown when player is in vehicle
-Fixed exception when hiding frames for dead state
-All data should now be correctly updated after player encounters loading screen
-Settings should now correctly apply when changing profiles
-Icon settings are now handled by the addon
-Target buffs and debuffs timers settings are now handled by the addon
-Background texture setting is now handled by the addon
-Offset settings are now handled by the addon
-Scale settings should now correctly scale circle and rectangle frames
-Castbar preview should now correctly disappear
-Target short auras white list is now correctly handled
-Short auras priority lists are now handled by the addon
-Health bar should no longer display wrong health percent when shield is active, but display shields setting is off

changelog 2.0.50300.37:
-DHUD Settings addon rewritten to be compatible with new DHUD addon.

changelog 2.0.50300.36:
-bug fixes

changelog 2.0.50300.35:
-bug fixes

changelog 2.0.50300.34:
-Updated MyMinimapButton class from version 0.4 to version 1.0 and fixed code to work with MoP
-Addon code have been rewritten and uses OOP design. Cpu and memory consumption is reduced
-Code is documented and easily readable.
-Added new features:
-Health bars are now able to display shields, incoming heal and absorbed heal.
-Numbers are now truncated if enabled in settings
-Cooldowns can be shown like it's done with auras
-Auras whitelists and blacklists
-DHUD Settings addon is currently in process of rewriting, all settings can be set via command line

changelog 1.5.50000f MADCAT revision33:
-reduced error spam when there are not enough buff frames (this was accidently not included in previous release)
-rogues will see up to 10 combopoints if specced into corresponding talent
-added tracking of chi for monks
-added tracking of ember for warlock, it will use pet mana bar
-fixed bug with casting bar time staying at 0.0 when closing world map

changelog 1.5.50000e MADCAT revision32:
-reduced error spam when there are not enough buff frames
-Added support for up to 10 combopoints, scale function for points 6 to 10 is not finished yet
-Recolored combo points for pally power
-added track for priest spheres

changelog 1.5.50000d MADCAT revision31:
-fixed CastGlyph() error in glyphs interface, thanks to Priss2035

changelog 1.5.50000c MADCAT revision30:
-paladin can now have up to 5 holy power stacks, updated addon to reflect it

changelog 1.5.50000b MADCAT revision29:
-fixed bug with initialization on some characters

changelog 1.5.50000a MADCAT revision28:
-toc update
-fixed lua errors
-fixed path to default font

changelog 1.5.40300a MADCAT revision27:
-toc update

changelog 1.5.40100b MADCAT revision26:
-fixed death knigth runic power color (accidently deleted happiness from power types)

changelog 1.5.40100a MADCAT revision26:
-layout and texture settings now persist forever (not until opening settings)
-increased target player debuffs limit to 12
-added layouts with target player debuffs located outside (opposite to player buffs)
-fixed bug with hunters pet happiness and removed pet happiness icon

changelog 1.5.40000g MADCAT revision25:
-added option to track player debuffs on target like it's done for player buffs
-fixed player buffs tooltips when in vehicle

changelog 1.5.40000f MADCAT revision24:
-added option to change color of hunters focus resource (player)
-added tracking for warlock shards
-fixed player debuff tooltips
-added option to colorize player debuffs according to debuff type
-added option to select texture in layout panel

changelog 1.5.40000e MADCAT revision23:
-fixed ace3 library loading if it's already loaded
-added curse client support

changelog 1.5.40000d MADCAT revision22:
-options window now can be moved with mouse
-fixed color change settings not working for mid and right button

changelog 1.5.40000c MADCAT revision21:
-added holly power tracking for paladins, it will shop up as rogue combopoints
-fixed target power(mana) bars not changing amount of power(mana)
-blizzard DK Runes now hiding with players frame
-druid mana bar now doesn't requre you to have "DruidBar" addon
-slightly improved perfomance, using _G[] instead of getglobal(), etc...

changelog 1.5.40000b MADCAT revision20:
-fixed minimap icon and options to work with cataclysm
-fixed target dropdown menu not showing on target name click

changelog 1.5.40000a MADCAT revision19:
-updated addon to work with Cataclysm
-minimap icon and options are currently not working

changelog 1.5.30300a MADCAT revision18:
-update TOC file and TODO list for Cataclysm

Changelog 1.5.30200a MADCAT Revision17:
-fixed GetDifficultyColor(level); error.
-updated TOC file.

changelog 1.5.30100c MADCAT revision16:
-fixed SetTexCoord() error. Maximum Unit Health can be 0 in blizzard's opinion :)

changelog 1.5.30100b MADCAT revision15:
-fixed blizzard combo frame to properly hide when blizzard target frame turned off
-added option to show player debuffs
-added option to scale combo points

changelog 1.5.30100a MADCAT revision14:
-quick update to fix 3.1 error for NPC that have no mana

changelog 1.5.30000k MADCAT Revision13:
-fixed getTypUnit error(hellicopter in Howling Fjord) caused by blizzard function returning UnitPowerType=-1, there is no such power type :).
-added mirror layouts to standart layouts for those who want DK_Runes on the right side, etc...
-added color change option for DK Runic Power.
-If color settings in saved variables are damaged DHUD will use default ones instead.
-fixed changing color in options to not produce error on next login.
-DHUD will change texture for units that can cast but have nomana only if they have hitpoints(probably will help with report string "PH_PM_TM" error)
-Background texture and HUD color now changes instantly on act of Druid shapeshift.

Changelog 1.5.30000j MADCAT Revision12:
-added option to show buffs with charges
-fixed some background textures, it should fix "DHUD: Please report MadCat this String: ph_pm_eh_th_tm" message
-some people reported about error when logging in with druid character. It's caused by corrupted saved variables file. To fix it go to "setting window->profiles->[reset profile]", then choose your settings. If it doesn't solve the problem please report it to me.
-clicking on minimap icon won't reset it's position for the next logins anymore. However if you change minimap position after clicking on minimap icon new position won't be saved.
-If mob can cast but have no mana DHUD will change texture, so the cast won't be showed on blank space.
-Enemy Channeling spells now show information about them.
-fixed enemy cast bar to no longer flash for long amounts of time.
-fixed druidbar not showing info if ShowPet option enabled.
-fixed debuff timer to not show random numbers when debuff have no expire time. Also there will be no text if you turn it off during the game.
-added option to show DK Runes. Report any errors you will encouter.


Changelog 1.5.30000i MADCAT Revision11:
-increased player buff slots limit to 24.
-fixed Death Knight regen alpha bug.
-changed how vehicles are shown. Vehicle combopoints are shown instead of player combopoints(good for Malygos fight and Borean Tundra daily), vehicle health and mana are shown as player health and mana bars. Your current health in vehicle are shown as pet health. You can turn off pet bar in options if you don't need it. Also VehicleAuras are shown while you are in vehicle.
-Added raid icons. They are now shown near PvP status icon.
-Player Auras now show it's stack.
-Added debuff timers for target. It may increase you CPU usage if turned on.


Changelog 1.5.30000h MADCAT Revision10:
-fixed maximum player mana issue on update
-added ace3 profiles support, in order to save or load profile you should load DHUD_Options addon(as it is "load on demand" you should click on the minimap icon). Your current character settings will be loaded to profile on first load.
-fixed enemy castbar to nolonger flash for a huge amount of time after spell complete or failed.
-Enemy castbar now show "interrupted" message if the cast was interrupted.
-Added spell info for your cast. By default it's disabled.

Changelog 1.5.30000g MADCAT Revision9:
-Added enemycastbar to layout2.
-Fixed enemycastbar compare with nil error.

Changelog 1.5.30000f MADCAT Revision8:
-Added enemy castbar and spell info. Currently working only with layout1. On target change enemy spell info is not updated(If enemy is already casting a spell - you won't see it). Need your feedback for enemy cast bar.

Changelog 1.5.30000e MADCAT Revision6:
-fixed dropdown options
-modified some code, so it may solve glyps error, but i'm not sure


Changelog 1.5.30000d Beta2:
-fixed recent achievements window
-probably fixed glyph window, need to test it.

Changelog 1.5.30000c Beta1:
-Pet Mana Updated every 0.1sec
-removed MobInfo, MobHealth, MobHealth2 support, nolonger needed
-fixed tab shifting
-fixed "..\FrameXML\UIPanelTemplates.lua line 32: attempt to index local 'tab' (a number value)" error when opening options.

Changelog 1.5.30000b Beta0:
-rewrited functions to work with 3.0 interface
-Added basic support for DK
-Player Mana Updated every 0.1 sec

Changelog 1.3.20000 Beta1:
- Fixed a bug with tab 3 of the options where the dropdown menu was not properly synchronized with the actual value
- Added options to colorize the player buffs
- Added a the player buff colors to the DHUD Options and default config
- Added a toggle for targetoftarget in DHUD Options
- Added playerbuffs to layout2/transform
- Upped the limit of the player buffs from 8 to 16
- Upped the maximum player buff time threshold from 600 seconds to 3600 seconds.

Changelog 1.3.20000 Beta0:
- Added duration filtered player buffs which can be configured to show only buffs with less than X seconds remaining
- Added the player buff time threshold. Only buffs less than this time will be shown. Auras with no duration like Devotion and Trueshot will not be shown. Item buffs will not be shown. Debuffs will not be shown.
- Added the ability to change font sizes and font outlines for player buffs
- Added a text template for target of target
- Fixed a bug where it was not possible to type a negative number into the offsets
Optional Files (0)


Post A Reply Comment Options
Unread 10-18-08, 01:37 PM  
terranox
A Kobold Labourer

Forum posts: 1
File comments: 10
Uploads: 0
They say that if you want something done well you better do it yourself... but that will take forever.
Seeing some ideas I like from your addon I was hoping you might like some of mine. Don't take this the wrong way but the design its not to intuitive, maybe just for me, but this is what I think might be better:



As you can see there are no values next to the hubs since I don't really need to see values during a fight, at least not the health one. If you still want to see health you can always keep the original frames just for that or you can still add them but that will crowd to much.

The Health and PowerBars are different as much as possible to show different values and the position matter too.

Self casted buffs or class buffs should be the only thing on your side of the hud and the buffs would grow from down to up, the 1st spot from down might be a priority spot for important buffs.
On the targets side of the hud should be only debuffs you have inflicted upon the target. The 1st should be a priority spot for some important debuffs like CheapShot, KidneyShot and other similar other classes abilities. (cheapshot should have been surrounded by the red border too).

Combo points are displayed in numbers over the class icon of the target.
Target name might be colored by class and Targets Target should be colored by something neutral, might also color it by hostility.

All targets Debuffs and Buffs should grow the same way, should start from the center and grow on the sides to the limited amount. Need both AllDebuffs and OnlyCastedDebuffs but in separated placed.

Need a indicator of casting on the TargetsHealthBar for those cases where the target its to far away to see the casting on his NamePlate.

there be more to test out, but that's the general idea:

Report comment to moderator  
Reply With Quote
Unread 10-18-08, 11:21 AM  
MAD111CAT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 2
Re: Re: Re: Chat option issue

Originally posted by Darki0815
Not ever... I've got some macros with random spells (and mounts too) and so
I thought it would be better... and I knew it from MetaHud, the addon, I used
before DHUD. Maybe with an option to enable showing the cast... and to disable
it, for those players who don't want it...
You can include it into macros, for example, for mounts:
/script local k=GetNumCompanions("MOUNT"); j=math.random(1, k); CallCompanion("MOUNT", j); local a,b,c = GetCompanionInfo("MOUNT",j); local link = GetSpellLink(c); DEFAULT_CHAT_FRAME:AddMessage("Mounting "..link);

for vanity pets:
/script local k=GetNumCompanions("CRITTER"); j=math.random(1, k); CallCompanion("CRITTER", j); local a,b,c = GetCompanionInfo("CRITTER",j); local link = GetSpellLink(c); DEFAULT_CHAT_FRAME:AddMessage("Calling "..link);
This macroses however don't check mount speed, so you can randomly mount 60% speed mount.
I'll try to add this feature after monday. Need to pass the exam on monday
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 09:52 AM  
Darki0815
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Chat option issue

Originally posted by MAD111CAT
Yes i can, but what the point of this? You don't know what the spell you are casting?
Not ever... I've got some macros with random spells (and mounts too) and so
I thought it would be better... and I knew it from MetaHud, the addon, I used
before DHUD. Maybe with an option to enable showing the cast... and to disable
it, for those players who don't want it...
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 09:38 AM  
SGatton
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Roger that. Just tested with the new version, Glyph issue has been resolved at the moment.
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 04:04 AM  
MAD111CAT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 2
Re: Chat option issue

Originally posted by Fizbyn
Whenever i use this addon all the channels in Global Channels section disappear.
Can't reproduce this error. Turn all other addons off, reset the game chat options and say if it error reappears.
Originally posted by goldengamer
Yeah you're right Brood. I had the same thing, but I was looking at my achievements =( I couldn't see the first page where the most recent ones show up, and the recent stats under that.
Fixed in 1.5.30000d version.
Originally posted by SGatton
The problem is wit DHUD on the Glyphs.
Please test it with 1.5.30000d version. Maybe fixing the achievements error fixed it too.
Originally posted by Darki0815
And a new suggestion:
Can you add the text of the spell while casting?
At now the time will be shown how long the cast need, but not, which
cast I spell at the moment? Can you implement this? Thanks!
Yes i can, but what the point of this? You don't know what the spell you are casting?
Last edited by MAD111CAT : 10-18-08 at 04:05 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 02:55 PM  
SGatton
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
The problem is wit DHUD on the Glyphs. I don't run X-Perl, I run Pitbull, and ran into the same problem. No error, just can't use the Glyph interface.
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 07:00 PM  
Fizbyn
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Chat option issue

Whenever i use this addon all the channels in Global Channels section disappear.
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 05:02 PM  
Brood11384
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Re: Gylphs doesn't work?

Originally posted by Darki0815
The glyph-system doesn't work when D-Hud *AND* X-Perl running together on one character.
If one of these addons not active, all works fine... any idea? or bugfix?

The archievments will also not be shown when D-Hud is active. When I look
in the archievments and DHud is active, then are under "Last archievments"
and "Last updated statistics" no entrys... when I deactivate DHud, it works fine.
I turned my X-perl off and just had DHUD running and still had the Glyph problem. No error pops up just you can't use the glyphs page. Dunno what to do??
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 03:42 PM  
Darki0815
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Gylphs doesn't work?

The glyph-system doesn't work when D-Hud *AND* X-Perl running together on one character.
If one of these addons not active, all works fine... any idea? or bugfix?

// Edit:
The archievments will also not be shown when D-Hud is active. When I look
in the archievments and DHud is active, then are under "Last archievments"
and "Last updated statistics" no entrys... when I deactivate DHud, it works fine.

And a new suggestion:
Can you add the text of the spell while casting?
At now the time will be shown how long the cast need, but not, which
cast I spell at the moment? Can you implement this? Thanks!

Thanks.
Last edited by Darki0815 : 10-16-08 at 04:18 PM.
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 12:20 PM  
MAD111CAT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 2
Originally posted by Cadiman
Message: ..\FrameXML\UIPanelTemplates.lua line 32:
attempt to index local 'tab' (a number value)
Debug:
[C]: ?
..\FrameXML\UIPanelTemplates.lua:32: PanelTemplates_TabResize()
[string "*:OnLoad"]:3:
[string "*:OnLoad"]:1
[C]: LoadAddOn()
DHUD\DHUD.lua:2635: OptionsFrame_Toggle()
DHUD\DHUD.lua:1744: leftClick()
DHUD\MyMinimapButton.lua:243:
DHUD\MyMinimapButton.lua:241
Fixed in 1.5.30000c
Originally posted by Brood11384
I was having a problem with my glyph page not showing up right. I went through and turn off my add ons and turned then on one by one. The glyph page worked fine till I turn DHUD on. I dunno if this has been reported but if you could look into it I would appriciate it as I love this mod! thanks again!
It works fine for me, try to turn all other addons off and post error message if it appears.
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 08:33 AM  
goldengamer
A Fallenroot Satyr

Forum posts: 22
File comments: 90
Uploads: 0
Yeah you're right Brood. I had the same thing, but I was looking at my achievements =( I couldn't see the first page where the most recent ones show up, and the recent stats under that.

Took me about 1/2 an hour or more logging in and out, annoying friends/guildies to figure it out :S

You wouldn't think it would be a HUD xD I normally use meta hud, looks exactly the same, but swapped to this one cause it was the one I used to use before it for left behind for a bit.

I do hope this gets fixed tho, I'd rather use this one then meta hud!
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 02:10 AM  
Brood11384
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Glyph problem

I was having a problem with my glyph page not showing up right. I went through and turn off my add ons and turned then on one by one. The glyph page worked fine till I turn DHUD on. I dunno if this has been reported but if you could look into it I would appriciate it as I love this mod! thanks again!
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 11:15 AM  
Cadiman
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Message: ..\FrameXML\UIPanelTemplates.lua line 32:
attempt to index local 'tab' (a number value)
Debug:
[C]: ?
..\FrameXML\UIPanelTemplates.lua:32: PanelTemplates_TabResize()
[string "*:OnLoad"]:3:
[string "*:OnLoad"]:1
[C]: LoadAddOn()
DHUD\DHUD.lua:2635: OptionsFrame_Toggle()
DHUD\DHUD.lua:1744: leftClick()
DHUD\MyMinimapButton.lua:243:
DHUD\MyMinimapButton.lua:241
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 08:11 AM  
MAD111CAT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 2
Originally posted by Cadiman
the options aren't working for me, any suggestions?
Works fine for me. Menus in options are somehow shifted out a little, i will fix it later. Can you post error you are getting please?
Was DHUD Options addon loaded when you were trying to access the options?
Last edited by MAD111CAT : 10-15-08 at 11:38 AM.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 07:52 AM  
Cadiman
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
the options aren't working for me, any suggestions?
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.