Download
(605Kb)
Download
Updated: 04-02-08 09:27 AM
Pictures
File Info
Updated:04-02-08 09:27 AM
Created:unknown
Downloads:147,277
Favorites:360
MD5:

MetaHud  Popular! (More than 5000 hits)

Version: 20400-3
by: MetaHawk [More]

This addon adds a HUD to your UI, showing all the information normally displayed by the Player and Target frames and more.
Always thought it was a shame that Drathal's HUD was given up on the way it was so, I have taken the core of that code and MetaMorphed it.
Added some features which I thought were pretty useful, and removed some of the excess stuff. Decided to release it, as no doubt there are others who enjoyed this as much as me.
Full credit to the original author of course, for the initial code.

Features:
=========
Health/Mana Bars colour levels.
All Bars are animated.
Shows Level, Name, Class and Elite/Boss, Pet, NPC.
4 Alpha Settings for: Combat/Target selected/No Target/Player is regging.
4 Displaymodes for Health/Mana.
Many positioning and Scaling Options.
Hide Blizzard Player/Targetframe.
Target Menu with Leftclick on Targetname.
Player Menu with Rightclick on Playername.
Castingbar with Cast-time.
Option to hide Petbars.
Option to hide Targetbars/Text.
Load-on-Demand configuration display.
Target's Target display - click to switch to that target.
Aggro alert - audible and visual warnings.
Target PvP status.
Self PvP status.
Status icons for Rested, Combat, Raid leader, and Loot Master.
Target distance display.
Support for Mobhealth, Mobinfo2, and Mobhealth2.
FlightMap support.
FuBar_ToFu support.
myAddons Support.
FuBar Support.

See included Readme for patch history.

02 April 2008 - v20400-3
Argh! - 2 minutes after upload I realised I included wrong file in archive.
This one contains the correct chat alert sequence, and does the CC alert correctly.

02 April 2008 - v20400-2
Updated the recommended CC macro further up this page.
Removed chat alert mouse click from flight timer display.
Added new keybinding to the system keybindings for all chat alerts.
Set key in keybindings which will then produce the following chat alerts when used:
No Hud: Pastes your current location into message box for current channel.
Hud showing: Pastes your current target into message box for current channel.
In Flight: Pastes your flight destination/ETA into message box for current channel.
Active CC: Pastes time left on CC into message box for current channel.

29 March 2008 - v20400-1
Fixed flight timer errors for new flight paths and some other minor fixes.
Optional Files (0)


Post A Reply Comment Options
Unread 09-12-06, 04:57 PM  
judicator
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Excellent

I like DHud alot too, nice to see someone continuing the work since he decided to go private. I look forward to trying it out! Thanks.
Report comment to moderator  
Reply With Quote
Unread 09-14-06, 05:36 AM  
katerisg
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
bug...not sure but,

Installed it and luv it for the improvements you've put in! Well done!

small issue for me,...when I log in the HUD didnt update when I attacked a mob. The health text of the mob was decreasing but the green health bar didnt go down as I was fighting. Found that when I right clicked the icon to open the options, and went back to the HUD it works properly. Any ideas? appreciate it
__________________
Failing to Plan is Planning to Fail
Report comment to moderator  
Reply With Quote
Unread 09-22-06, 10:36 AM  
RedLegg
A Deviate Faerie Dragon

Forum posts: 13
File comments: 56
Uploads: 0
Found a bug with MobInfo2 2.98

Hi,

I get a non-fatal Lua error frequently when in combat. A error dialog pops up with the following:

Interface/Addons/MobInfo2/MobInfo2.lua:150(attempted to concatenate a nil value).

It is a mild annoyance, but I can continue to combat mobs.

I am also reporting this on the MobInfo2 page at ui.worldofwar.net.

Thanks for the great work, this mod frees up so much screen realestate for me.
Report comment to moderator  
Reply With Quote
Unread 09-23-06, 01:42 PM  
her0zbane
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Error Message

I get this error everytime I log on.

Interface\Addons\MetaHud\Metahud.lua:
2630: attempt to index global 'TabletLib' (A nil value)

This happens with Fubar installed when I remove fubar it doesnt happen. I see you use Fubar as well and so I'm not sure whats going on.

Thank you for the help.
Report comment to moderator  
Reply With Quote
Unread 09-24-06, 01:12 AM  
RedLegg
A Deviate Faerie Dragon

Forum posts: 13
File comments: 56
Uploads: 0
Smile More on Problem with MobInfo2

Hi MetaHawk,

I received a reply from the developer of MobInfo2. Here are his observation as to the cause of the error previously reported:

As far as I can see MetaHud calls a MobInfo internal function with a "nil" argument, yet this function must not ever be called with a nil argument or it will crash as observed.

For the more technically inclined: the MetaHud function causing the problem is "MetaHud:Show_MobInfo()". It calls the MobInfo function "MI2_BuildMobInfoTooltip()". Apperantly it can happen that "MI2_BuildMobInfoTooltip()" is called by MetaHud with a "nil" for the "mobName" argument, which causes my code to crash with the aforementioned error.

I do hope that you can follow this and make a correction. Your hud mod is simply fantistic.

Cheers,
Report comment to moderator  
Reply With Quote
Unread 09-24-06, 04:58 AM  
MetaHawk
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 145
Uploads: 3
Re: Error Message

Originally posted by her0zbane
I get this error everytime I log on.

Interface\Addons\MetaHud\Metahud.lua:
2630: attempt to index global 'TabletLib' (A nil value)

This happens with Fubar installed when I remove fubar it doesnt happen. I see you use Fubar as well and so I'm not sure whats going on.

Thank you for the help.
MetaHud is v1.3 compliant so, installing the backward compatible libraries for FuBar would help.
Report comment to moderator  
Reply With Quote
Unread 09-24-06, 04:58 AM  
MetaHawk
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 145
Uploads: 3
Re: More on Problem with MobInfo2

Originally posted by RedLegg
Hi MetaHawk,

I received a reply from the developer of MobInfo2. Here are his observation as to the cause of the error previously reported:

As far as I can see MetaHud calls a MobInfo internal function with a "nil" argument, yet this function must not ever be called with a nil argument or it will crash as observed.

For the more technically inclined: the MetaHud function causing the problem is "MetaHud:Show_MobInfo()". It calls the MobInfo function "MI2_BuildMobInfoTooltip()". Apperantly it can happen that "MI2_BuildMobInfoTooltip()" is called by MetaHud with a "nil" for the "mobName" argument, which causes my code to crash with the aforementioned error.

I do hope that you can follow this and make a correction. Your hud mod is simply fantistic.

Cheers,
Is it still happening in v11200-10 ?

And btw, how can it pass back a nil value when you have the mob already targeted? The name cannot be nil when you pass the mouse over it as it exists right there as your target. I have a feeling it's more a case of it not existing in the MI2 database that may cause it. I have put a check in for that in v11200-10 to see if that is the case.
Last edited by MetaHawk : 09-24-06 at 05:03 AM.
Report comment to moderator  
Reply With Quote
Unread 09-24-06, 08:17 PM  
NavyFC
A Murloc Raider

Forum posts: 9
File comments: 42
Uploads: 0
Strata Issues

First off, great mod. I was trying to create a hud using Discord Mods when I found this, thanks!

I have one small issue: On first log in or relaodui, the strata of the hud is very high, covering objects that it shouldn't. Opening the options screen moves the strata back down. It's only a minor inconvience but then again the options are load on demand and I shouldn't have to load them just to push the strata back down.

Keep up the good work!
Report comment to moderator  
Reply With Quote
Unread 10-05-06, 05:23 PM  
Atheon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I really like this addon, and was wondering if you were able to make it for the player, I like how it is setup and was looking for one to have my health and mana in the middle of my screen (^_^).

Thanks
Report comment to moderator  
Reply With Quote
Unread 10-23-06, 11:17 AM  
Iceyshadows
A Defias Bandit

Forum posts: 2
File comments: 21
Uploads: 0
I was wondering, is this addon gonna be updated for Burning Crusade?

This is one of my #1 addons I use
Report comment to moderator  
Reply With Quote
Unread 11-01-06, 02:00 PM  
BIAW2
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Looping Error Still There

As of Halloween, I notice the problem with the casting bar flash looping is still there. If this helps any, it appears to loop only while in combat, and not only on failed casts, but successful ones as well.

I noticed this while I was healing during a BWL run last night. It just sits there and blinks over and over again. It doesn't interfere with anything, it's just annoying. Hopefully you can fix it as soon as possible.
Report comment to moderator  
Reply With Quote
Unread 11-01-06, 02:23 PM  
MetaHawk
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 145
Uploads: 3
Re: Looping Error Still There

Originally posted by BIAW2
As of Halloween, I notice the problem with the casting bar flash looping is still there. If this helps any, it appears to loop only while in combat, and not only on failed casts, but successful ones as well.

I noticed this while I was healing during a BWL run last night. It just sits there and blinks over and over again. It doesn't interfere with anything, it's just annoying. Hopefully you can fix it as soon as possible.
Yup, noticed it myself as well. Hard one to pin down tbh. Strange thing is, when I tested it in normal instances, it never showed. As soon as I start in BWL, AQ40 or Naxx, it shows. I'll nail it before the next version for sure.
Report comment to moderator  
Reply With Quote
Unread 11-01-06, 03:17 PM  
THUNDER_CHILD
Dork
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 12
Uploads: 1
Re: Re: Looping Error Still There

Originally posted by MetaHawk
Yup, noticed it myself as well. Hard one to pin down tbh. Strange thing is, when I tested it in normal instances, it never showed. As soon as I start in BWL, AQ40 or Naxx, it shows. I'll nail it before the next version for sure.
Also happens in AV, possibly in the other BG's as well.
Report comment to moderator  
Reply With Quote
Unread 11-01-06, 03:59 PM  
BIAW2
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Perhaps it is somehow linked to being in a raid? Just a thought. I haven't really done anything outside of a raid for the past several months. Maybe I should.
Report comment to moderator  
Reply With Quote
Unread 11-11-06, 05:50 AM  
BIAW2
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
It's still looping the completed flash. :'(
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: