Download
(19Kb)
Download
Updated: 09-29-10 01:46 AM
Pictures
File Info
Updated:09-29-10 01:46 AM
Created:07-14-10 02:56 PM
Downloads:1,652
Favorites:2
MD5:

tuttiHUD

Version: 2.0
by: tutti [More]

This is a very minimalistic HUD. You get a health and resource bar for yourself, your pet, your target and focus, and their targets. Druids also get a mana bar in cat or bear form, and death knights get rune cooldown bars. You can also create your own custom bars, to track most anything.

Cataclysm features have also been implemented. Balance druids get an eclipse bar, warlocks get a soul shard bar and paladins get a bar for holy power. These features will not be present on live currently, but will automatically become enabled once 4.0 is released - no update will be needed at that point.

To customise the size of the bars, use the command /tutti hud options. This brings up the options frame, where you can change these, as well as the threshold for when the health or mana bar turns red, and the frames' update rate, if you should need it.

To create a custom bar, use /tutti hud custom. Colour, size and orientation (vertical/horizontal) define the looks of the bar. Value and max functions are Lua functions, and need to return a value (examples below). The name is not very important, but is needed to remove (delete) a bar.

Examples of bars:
Value:

Code:
_,_,_,s=GetSkillLineInfo(13); return s
Max:
Code:
_,_,_,_,_,_,t=GetSkillLineInfo(13); return t
This will give you a bar that tracks the 13th item in your skill window, most likely a weapon skill. For my druid it was staff skill.

Value:
Code:
_,_,t=UnitDetailedThreatSituation("player","target");return t or 1
Max:
Code:
return 100
This will give you a primitive threat bar that shows you how close you are to pulling aggro off whoever has it.

Note that custom bars can easily cause Lua errors. If you need a bar that can't "run" constantly, you have to make sure it doesn't.

Bug fixes:
2.0: Bars will now follow the UI scale, and will hide along with everything else when you hide your UI. Default values have been increased by approximately 40% to compensate, though this will not affect any saved settings.
2.0: Custom bars will work as intended now.

Changes:
2.0: Pet health and resource bars have been added below your own.
2.0: tuttiHUD is now Cataclysm ready. With version 2.0, once Cataclysm is released the additional bars will appear automatically, no update needed.
Optional Files (0)


Post A Reply Comment Options
Unread 11-22-10, 04:38 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
I am trying to get this work for me as a replacement for Icehud. I am finding I have to edit the code to get the player bars vertical and get them to hide if not in combat or low on health/resource or not targeting anything. It would be lovely if these features could be builtin, either as settings in the TuttiHudUI or as variables at the top of the .lua.
Report comment to moderator  
Reply With Quote
Unread 07-16-10, 11:22 AM  
tutti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 14
Uploads: 6
I do, and I know :P

And there are probably a lot of things I could've done differently, but all in all I'm pretty pleased with how it turned out

EDIT: Also I like to make my addons from the ground up :P
Last edited by tutti : 07-16-10 at 11:25 AM.
Report comment to moderator  
Reply With Quote
Unread 07-16-10, 12:14 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
I see alot of improvement that could be done in it, but if it works without CPU/mem leaks its all good

You should try out oUF, its a good framework that allows you to only care about the looks instead of the functions.
Last edited by p3lim : 05-25-12 at 08:09 AM.
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 05:37 PM  
tutti
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 14
Uploads: 6
Originally posted by p3lim
When did you start making addons Tutti?
I've only made a couple of addons so far, the other one was about two years ago (last updated a year ago) that I put on Curse. This is the first one I've put on WoW Interface, apart from a really small one I put up earlier today to see how the system worked.

This thing probably isn't very good by professional standards, but I'm mainly self-taught so *shrug* It works and it doesn't seem to affect my system negatively.
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 04:56 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
When did you start making addons Tutti?
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 03:45 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
The first thing i noticed about this mod... is that it's leet xD (13.37 kb)
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: