Thread Tools Display Modes
08-06-08, 01:10 PM   #341
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by noble8 View Post
Not wanting to rain on your parade, but i hope you can have the option for vertical and horizontal.

What do you say...
I'm sorry Noble... I decided I don't like you anymore... so there will never ever be a horizontal bar again. In fact, I think I'm going to make them all diagonal just to tweak you.

~evil grin~

Actually... the unit frames are 100% skinnable in the beta 2. I mean EVERYTHING about them can be customized at the drop of a hat... what features are in the frame, where they are in the frame, their size, orientation, etc.

That said, until I can write the infamous GUI config, it means creating an LUA source file for the unit type that you're changing... but it's very easy... no programming, just data values.

The cool thing is that the new design makes it possible to offer an infinate number of unit frame designs and layouts that are 100% TIGHTLY integrated into the UI.

So... while what I am working on now is what I intend the default nUI unit layouts to look like, it will be a cinch to create alternate layouts and offer them as independent downloads. You'll just go to your AddOn manager in WoW and disable the nUI default unit skins and enable the alternate set and bam, you're done.
 
08-06-08, 01:16 PM   #342
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 95
~Vexing Glare~

Wow i like that!

incase you missed this post here it is .
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.

Last edited by noble8 : 08-06-08 at 01:18 PM.
 
08-06-08, 01:31 PM   #343
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Jzar View Post
Wow...just ... WOW.

I've seen a lot of traffic to the nUI forum on WoWI lately, but always steared clear, myself. I never tried Mazzle, and don't think it looks useful enough to want to put myself through the wringer just to get a decent UI. Most other compilations and UIs are just slapped-together collections of mods and some SavedVars. So I didn't think nUI was going to have any real attraction, but I got sick of my 1 minute character load time cuz I have so many mods. So I made a copy of my WoW folder, deleted Interface and WTF, loaded in nUI, tried it out, and was quite thoroughly blown away.
Thank you Jzar.

Yes, I had to reintroduce several mods (I decided to try out combuctor, in place of ArkInventory that I've been using), Cartographer, QuestGuru, Clique, QuestHelper, MSBT, Titan, Atlas, etc., but they worked just fine! On that note, those mods all work seemlessly with nUI. If your users want that functionality, I would encourage you to let them download the addon. I don't see any reason to integrate QH into nUI by default. It's a giant database, that will vastly increase the size of the UI. People may be playing their 70 doing raiding or pvp, long done with quests. As I see it, your UI is just the stuff that people will need, and a good framework to add individual customizations into.
You are correct, I seriously do not ever see myself doing a mod like QuestHelper. To me, that's what an AddOn should be. In my mind, nUI is a user interface, not a database tool and that's where I draw the line. Mods like Atlas, MobInfo2, Deadly Boss Mod, QuestHelper and the like are database tools. Mods like a HUD and such, are interface and that's where my focus is and shall remain. As you note, nUI has been designed to make it work seamlessly with most of the database tools, so if a player needs that functionality, they can install it... no worries. If not, then why waste the space?

However, before I can delete my current Interface and replace with nUI, I have some concerns. I know v2.0 is in beta, but I can't read the entire forum just now, so forgive me if something's already been asked / explained.
/sigh -- there's always a "but" ~snicker~

1) I've grown accustomed to being able to see party frames and Omen when running heroics. Can we / will we be able to configure the UI such that they can both be visible simultaneously?
This problem and the issue of the size of the party/raid frames in Beta 1 was the primary driving force behind the Beta 2. You told me not to do it... but... (there's that word again)... your wish is my command. ~evil grin~

If you go back a few messages, you'll see the screencap I just did for the new player/solo unit frames. That entire center reqion where you saw those frames is now a panel just like the panel on the right... with its own click-through button. You can now click a button to switch that center region of the the dashboard from single player/solo mode to party/group mode, 10 player raid, 15 player raid, 25 player raid and 40 player raid.

And, if that isn't enough, the center panel now supports plug-in panel modes, so you (or someone else) can create a set of data files that describe what you want the new panel to look like and nUI will automatically pick the new panel design up and add it to the rotation.

2) Clicking to cycle toggle the right panel's modules (v1) was growing tedious. Can we get a right-click option with a menu of info modules available? (Similar to r-clicking on the frame title in Recount to select the report to view) Or does that already exist in v2?
Yes, I hate it too... and Yes, I will add a right click popup menu to the buttons. To be perfectly honest, I've just been avoiding doing any menus until the design stabilizes. I am also adding mousewheel support the buttons so you can fly through them that way, too.

3) I've gotten quite accustomed to Quartz, Elkano's BuffBars, and Grid for various reasons, and I like the customizability those offer me. Is it / will it be possible to disable the portions of your UI that control the buffs, the raid frames, and the cast bar?
Meh... yes and no. With the new unit frames, you can tell them not to include buffs/debuffs, that casting bar, etc. They are 100% skinnable. But, and this is a big but, I don't condone the disabling of key integrated features like that so you can use a random third party mod to do that. That kind of defeats the entire point of nUI.

Rather, I would argue that either you don't want to use the nUI feature simply because it's different and you're resisting change or because there's some particular functionality in the other mod that isn't present in nUI. There's nothing I can do about being resistant to change, but if it's a missing feature, I would rather know there's a need for it and add it.

The Beta 2 is, for all practical purposes, best described as a 100% object oriented state machine. If you're not a programmer, that probably doesn't mean much, but in layman's terms it means that if there's a new feature needed, I can create a module to handle it, drop it in and nUI will use it without breaking what was already there. Odds are that any functionality that you "miss" in your old addons can be configured to look like it in nUI or can be added to nUI if not already present.

It's this new approach to this mod that has made the Beta 2 take so much longer than my original 2 week plan... once it hit me that this was the "right" way to approach this and the benefits to both myself and the users that go with it, the Beta 2 went from rearranging the unit frames to a 100% new code base. You have NO idea the hours that I have crammed into this short two weeks that have passed... I put in 20 hours yesterday alone. ~smile~

4) I hate HUDs. Can I turn yours off (once v2 is out so I can see my target's health)?
In the version you have... no. In Beta 2... yes. Your wish is my command. (Did I say that again? ~grin~)

lol Well, as I've been writing this post, it has become obvious that I'm rather pickier about this than I thought... I hope you're not offended, I really like your UI. Don't try to pull your "your wish is my command" thing here, I know how much work all of this would entail. In reflection, I think I'll probably just have to find a panel that looks as nice as yours, recreate the basic setup, and create my own UI. /sigh
I dunno... I think when you see the Beta 2 and the options it offers, you'll be okay.

Thanks again for the kind words and the feedback.
 
08-06-08, 01:59 PM   #344
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by noble8 View Post
~Vexing Glare~

Wow i like that!

incase you missed this post here it is .

Here you go Noble... just for you... ~smile~

This won't be the dedault, but I just wanted to show you how easy it was to change the unit frames. Between the time of my last post and now I created this new layout for the player frame, tested it, screencap'd it and posted back.

Nearly painless ~smile~
Attached Thumbnails
Click image for larger version

Name:	Noble.jpg
Views:	612
Size:	68.8 KB
ID:	1819  
 
08-06-08, 02:05 PM   #345
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Jzar View Post
I think I'll probably just have to find a panel that looks as nice as yours, recreate the basic setup, and create my own UI. /sigh

Not that I want to encourage anyone to not use nUI, but here's a panel that looks a lot like mine that anyone can build a UI on.

http://www.wowinterface.com/downloads/info9265.html

That wouldn't be that "your wish is my command" thing again would it?

~lol~
 
08-06-08, 02:45 PM   #346
iljott
A Rage Talon Dragon Guard
 
iljott's Avatar
Join Date: Apr 2005
Posts: 335
Spiel, I have to say that beta 2 is really looking and sounding great, and from the description I will surely be testing it out. I'm not a fan of changing UI's once I get used to the one I'm playing with, but from what I'm seeing and reading on nUI, I'm sure you've got a convert here.

I'd like to ask you a couple of questions:
  • First, a question about the actionbars. I'm very used to using either Bongos 2 or Dominos - they are extremely easy to configure since their mouse-over configuration. I'd like to ask if there's something similar in the works for beta 2 or beyond.
  • Second: you mentioned that you'll be creating a right-click and scroll wheel mechanism to change the info pages - what about adding button binding? For example, using some of the function keys for the job (or leaving it up to the user to decide which keys to use).

Keep up the great work and especially your great attitude towards the people in this community! I really have to commend you on that! Looking forward to beta 2!
 
08-06-08, 03:06 PM   #347
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 158
lol As a matter of fact, I am a programmer, but still relatively early in my college's course. I think I've underestimated the modularity of your new codebase, and I'm excited that beta2 sounds like it will be exactly what I'm looking for! I've also underestimated your willingness to add features and adapt things to your users preferences. Since you've encouraged me by being so gracious, I'll offer the specific points of improvement I was witholding earlier when I became discouraged, thinking there was no way they could all be realized.

I'm not at home, so I don't have the list of all the Grid plugins I use, but there are several. It's setup to show who's missing my class buffs, who's got aggro (when I'm tanking) and who's got a shield or IB (probably about to start taking damage), who's got curses (on my mage), who's missing how much HP (for healing of course) and how many lifebloom stacks do they have, and who's already got HOTS from other healers so I can work on people that need healing, raid mana, and readycheck statuses. If your raid frames can show me all that stuff, then great. Here's me being a doubting Thomas though, and not thinking your frame will be able to take Grid's place in my heart. So if that's the case, I'll still hope to be able to drop Grid in to replace your frame.

You're absolutely right about me being resistant to change, but I recognized that, and tried to explain that I'd try to be patient and give all your setups so different from what I've used for so long a chance. Here's the specific thoughts on features I'm missing / hoping for. I can't vouch for whether these are "needed" changes, I'll just give you one person's views and let you take it from there.

My current Quartz was left at the size it was when I installed it, which is about 3x as wide as your casting bar. It has a colored portion at the end of the bar that shows when I should cast my next spell to take advantage of latency. It's fairly big and easy to see. With the blue bar on your casting bar, I can't really see when it's reached the end and it's time to cast. Maybe it's just too small, maybe it should show as a portion of the cast bar itself (like quartz) instead of it's own moving little blue bar, but I need something I can see better. (My screen's currently 1600x1200 if that affects why it's so small for me, moving to 1920x1200 as soon as I can afford it)

The buff bars, I'm not nearly so set in my ways. I can't imagine there's room the way the buffs are spaced for all my raid buffs on the left side (though I didn't actually get to try it out on my mains yet) without going up into multiple rows. I think what I like most about EBB is having them very skinny in a tall stack. Debuffs are on bottom, and I always know where to look to see what's on me. Sorting vertically by time remaining allows me to find my Ice Block very quickly (almost always at the very bottom of my buffs) and r-click it off so I can get back into the PvP. lol As I think about why I like it, it really is hard to accept that I may need to get used to something new. But especially considering how powerful v2 will be, you can rest assured I'll slog through the adjustment phase until I'm OK with it!

My other concern was, is this going to go the way of Mazzle come WoW 3.1? How long do you think you'll be in on this project?

So, I don't think I saw this in the posts I did read, but ... when can I expect to be able to test drive beta 2? Soon? (Like, the same kind of soon where Blizzard's going to get us our beta keys "soon"?) lol You're awesome! Don't forget to take some well-deserved ice cream breaks and stuff while you're coding.
 
08-06-08, 03:12 PM   #348
Caarb
A Kobold Labourer
Join Date: Aug 2008
Posts: 1
Well I have been playing around with this UI since I got home from work and there is a lot I like about it. The thing I actually dislike the most is the dashboard. IMO the dashboard basically forces too much rigidity in the layout - some of which is being addressed in Beta 2 with the configurable unit frames but as far as I can see not all.

For Example when I am playing single player I play at 1680x1050 and at this resolution imo the dashboard is too big and takes up to much real estate. Scaling down the ui is a workaround but leaves you with wasted space. When I 5 box I use resolutions as small as 560x480 (on my slaves) and the frames are much too small at the res to be useful (obviously). In the scenario I can not adjust the scale as the UI then goes off the screen.

What I would really like to see is a no dashboard version that allows drag and drop resizing of all the frames so when im in 560x480 mode I can increase the vertical scale and rearrange the frames I need into a larger more readable form and when im in 1680x1050 I can scale down and claim back some space.

ps I tried removing the dashboard artwork and got a green background is there an easy way to make the background transparent? (if so I can maybe fiddle around with the lua and rearrange the frames as necessary)
 
08-06-08, 03:34 PM   #349
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 158
One other thought I had is that not all minimap buttons need to show all the time (or even most of the time). Perhaps an approach similar to Minimap Button Frame, where I toggle the button frame on and off. That would give us a little more real estate in the right frame.
 
08-06-08, 03:41 PM   #350
Ratheri
A Flamescale Wyrmkin
 
Ratheri's Avatar
Join Date: Feb 2005
Posts: 106
Originally Posted by spiel2001 View Post
... your wish is my command. ~evil grin~
--------------------------------------------------------------------
Your wish is my command. (Did I say that again? ~grin~)
Should we call you Westley, or do you prefer to be called Dread Pirate Roberts?

Really, though, thank you man. You've put a lot of hard work on this, and we all appreciate it a great deal.
__________________
 
08-06-08, 03:50 PM   #351
MeqTrader
An Aku'mai Servant
 
MeqTrader's Avatar
Join Date: Jul 2008
Posts: 39
Sorry just got back home to read your reply and while investigating the screenshots you already put forward combined by your further posts I see I will only gain functionality and not loose (grin from side to side right now)
 
08-06-08, 03:51 PM   #352
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Jzar View Post
One other thought I had is that not all minimap buttons need to show all the time (or even most of the time). Perhaps an approach similar to Minimap Button Frame, where I toggle the button frame on and off. That would give us a little more real estate in the right frame.
I'm going to come back later and address all of your points, but I'm in code mode atm and want to stay focused until I can get this section debugged. That said, you did just solve a problem for me and gave me a great idea... I'm going to modify the aura module to allow you to choose between buttons and bars and that will solve the problem of not having enough space in the unit frames for all the auras... and allow you to set up the kind of view you were describing.

Awesome.
 
08-06-08, 04:05 PM   #353
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 95
Originally Posted by spiel2001 View Post
Here you go Noble... just for you... ~smile~

This won't be the dedault, but I just wanted to show you how easy it was to change the unit frames. Between the time of my last post and now I created this new layout for the player frame, tested it, screencap'd it and posted back.

Nearly painless ~smile~
Now that is nice!
I can't wait to get hold of this
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
 
08-06-08, 06:07 PM   #354
eloora
A Fallenroot Satyr
 
eloora's Avatar
Join Date: May 2006
Posts: 24
I've been using nUI again the past few days, trying to get used to it again in preparation for the next release, but the same old things still bother me.

The font size of the combat window tab still looks like it's 4 points smaller than whatever /nui fontsize number I enter in the main window. Same with any subsequent chat tab I add. Am I the only one that this happens to? Also, how come your font sizes don't match the ones you can set by default in the right click menu?

I am a long time Bartender mod user, and it has been one of the hardest mods to give up in place of nUI, at least on my feral Druid. One thing I have gotten used to is the intuitive yet fully configurable hotbar swapping. While your main bar does swap when I change into cat or dire bear form, what about when I use Prowl? Bartender took care of this automatically, but I'm having a hell of a time butchering my macros to add in action bar swaps that work just when I need them . Rogues get a stealth bar with nUI, is there any way to throw that in for feral Druids too?

Also, a request along the same vein, mods like Bartender, Bongos and Autobar use a library called LibKeyBound-1.0 which is "An intuitive keybindings library" that lets you assign keybindings to any actionbar button on the fly with the /kb command. It would be so awesome if you could integrate (or mimic) this functionality for nUI's hotbars! Anything beats having to dig around the default keybindings menu.

The group window...is painfully small to me, and it's the same at any resolution right? Tiny health bars, tiny text, and I've got glasses now, so I can see clearly whatever is actually clear to begin with (and we all know how "clear" blizz fonts are when shrunk)! Now, I don't know what plans you have for the group window in Beta 2, but I would really love to see this window be really maximized within its alloted space. Maybe you could trim down the borders around all the various elements like portraits and class icons, or make the HP bars "fatter" so they stand out more? Just a couple of ideas .

I'm really looking forward to the Beta 2 release, lots of good changes and new stuff, I just want the old stuff to be the best it can be also!

Regards,
__________________
Serenissima of Malfurion
 
08-06-08, 07:03 PM   #355
gothicknight
A Flamescale Wyrmkin
 
gothicknight's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2006
Posts: 131
One of the many features of the original nUI was the placement of buffs/debuffs. It took a bit of gettin used but i found the were in a really good spot. SO my question is, would it be possible to have the buffs were they are now in nUI1 and make all the unit frames look like focus frame Health bar one side, full image of target in middle mana bar on other side.

If not that is fine, i am sure i will get used to the new way you have it set up. Just thought i would ask.

Brillian work. Thanks heaps
 
08-06-08, 07:20 PM   #356
Archippus
A Cyclonian
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 48
Ok, it's official. I took the plunge. I cleaned out my AddOns folder and went nUI on all of my characters. My official AddOn list is now as follows:

Auctioneer Full 5.0.0 Suite (Preview) (2.4) - AH Mules Only
Clique (2.4) - Casters Only
EasyUrl (2.4) - All Characters
EquipCompare (2.4) - All Characters
Fishing Buddy (2.4) - Fishermen Only
Fizzwidget Feed-O-Matic (2.4) - Hunters Only
Fizzwidget Gemologist (2.4) - Jewelcrafters Only
Fizzwidget Hunter's Helper (2.4) - Hunters Only
Fizzwidget Linkerator (2.4) - All Characters
Movable Bags (2.4) - All Characters
nUI (2.4) - All Characters
Omen Threat Meter (2.4) - All Characters
Poisoner - Rogues Only
QuestHelper (2.4) - All Characters
Recount (Preservation) - All Characters
teksLoot (2.4) - All Characters
TomTom (2.4) - All Characters

If the new, improved, OOP approach to nUI eventually replaces the functionality of any of these AddOns, that would be cool, too :-)

I understand that nUI is strictly a UI, not a data mod. So, I can pretty much figure out which of these things won't ever been seen as an addition to nUI. But, some things that nUI probably could replace...

* EasyUrl, which detects emails and URLs in chat and makes them clickable, so you can copy / paste them. Already discussed with Spiel, and will possibly be part of the major chat functionality overhaul he's planning.
* Fishing Buddy's double R-click cast feature... that's all I use it for, anyway.
* EquipCompare, which shows you what you currently have equipped in a slot when you mouse-over a piece of gear, for the sake of comparison.
* MovableBags, lets me move my bags around the screen.
* teksLoot, makes a more compact loot roll dialog. But, more importantly, it's movable.
 
08-06-08, 07:43 PM   #357
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Question A look at buffs...

Okay... I have been playing with the idea of creating a buff watch list that's easy to look at and this kind of follows along the line of "will buffs still be in the same place"

In a word... no.

Or, more accurately... no on buffs, yes on debuffs. The debuffs on you, your pet and friendlies will still appear on the HUD right next to the health bars. Likewise, the buffs on hostile targets and/or ToT's will also still appear on the HUD next to their health bars. In other words... the things that are detrimental to you still stay where they are on the HUD.

That said, I always hated where I had located the player's buffs (and player pet) as well at target debuffs... in that block just above the dashboard. It was hard to look at (to me) and took up way too much space. So... I want to move that info into the unit frames for the most part. This is also to the benefit of those who do not want to use a HUD.

With that in mind, and the conversation earlier today about having buff bars you can look at, I've come up with the following solution... (see the attached image)

I'll point out this is all configurable, so a "skin" can be made with relative ease that lays this all out differently. Anyway, in this design, the "detail" information about the player's buffs appear in the top left of the screen in a sorted list if you will. It shows what the buffs are, their name, time remaining and number of applications where required.

At the same time, the icons for those buffs appear as small and unobtrusive buttons in the bottom of the player's unit frame. If there is an application count, that is shown on the buff button in the unit frame, but timers are not. A buff that is about to expire will begin to flash in the unit frame and that would be your cue that it's time to refesh or to look at the upper left for status. This way the buttons are very clean in the unit frame, but the information is readily available if you need it and generally located out of the way.

You can see that debuffs on the player also appear in the unit frame, only they are larger (for visibility) and include timers.

So... tell me your thoughts on this approach.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_080608_212757.jpg
Views:	693
Size:	479.0 KB
ID:	1820  
 
08-06-08, 08:57 PM   #358
Archippus
A Cyclonian
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 48
Originally Posted by spiel2001 View Post
So... tell me your thoughts on this approach.
Seems like a very good use of space on the unit frame. I like the approach. My only skepticism is in regards to how teeny tiny this will all be on my screen. It seems like you must have a movie theater sized monitor, based on your screenshots. I'll have to see it on my own screen when you make it available to make a better judgment call.

What are those empty little squares in the corner of the portraits on the unit frames?
 
08-06-08, 09:04 PM   #359
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Archippus View Post
Seems like a very good use of space on the unit frame. I like the approach. My only skepticism is in regards to how teeny tiny this will all be on my screen. It seems like you must have a movie theater sized monitor, based on your screenshots. I'll have to see it on my own screen when you make it available to make a better judgment call.

What are those empty little squares in the corner of the portraits on the unit frames?
Actually... it's a 17" laptop monitor at 1920x1200

And those squares are actually a bug in the unit frames I'm working on.
 
08-06-08, 10:31 PM   #360
mscott998
A Chromatic Dragonspawn
Join Date: Aug 2008
Posts: 152
Trades bar and Chat bar

i love the look so far and im really looking forward to the released beta 2.

I have a question on a few mods i use and if there is a possibility of incorporating the functions into nUI

1. Tradesbar. - is there any way to incorporate a trades bar with hearth and mount button into the top of the ui just under the buttons and above the latency and frame rate bar. I have a pic of what mine looks like now but think it would look much better inside the UI graphic. And for the mount function.. is there a way to make it to where left click is for ground mount and right click for flying mount. and with the hearth button a way to add a right click for druids that port them to moonglade and for shamman it would use their Astra recal spell when right clicked?



2. chat bar - the second one i use that came from cosmos is a chat bar with buttons for each chat channel. it more of a convince to me but i enjoy just clicking the button for the channel i desire to use. and if this chat bar could be along the left or right side of the chat window and have a function for stickychat and a function so that the chat input box can be on the top of the chat box rather than the bottom.. the only problem i see is the dependency needed for the cosmos version of chatbar.



but these added to the nUI would reduce additional interface addons and free up some more of the action bars for macros, spells and such for those that dont already have tradesbar.


Oh and also what about adding some configurable totem timers to the UI for shaman. Something that will allow for the right click to dismiss the specific totem. An onscreen warning at 10 sec and the timer for the totem expiring would flash . just an idea.. AS of now i am using "Got Wood". here is what it looks like with my timers and my totemus showing




I appologige if this seems like alot.. but will nUI have the druid bar function so when your in cat or bear form you can still see what your mana is at? would be a great thing to have i used to use druid bar, when me and my wife went to nUI she has been asking about that again...


Thanks for your time and great work.. i wish i knew how to do the coding. im just starting my junior year of my computer science degree and will be starting programming course this year..

Thanks
Balthisar
Myrmidons Guild of Llane

Last edited by mscott998 : 08-06-08 at 11:07 PM.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » nUI -- A full feature standalone UI replacement


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off