Thread Tools Display Modes
03-02-10, 12:38 PM   #1
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
Odd issue

Ok I did the ... /nui Maxauras 0 but I still have the debuff's showing up ??? I went through all my add ons and could not find any that were causing it . I have the Aura plug in installed ... I forget if we still needed it ... The Buff's are gone just the Debuffs are there ..
__________________
 
03-02-10, 02:02 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'm not sure, but I think that '/nui Maxauras' is not the same as '/nui maxauras' -- are you sure the command worked? You might try posting a screen shot after you've executed the command.

Also, you are aware that setting maxauras to zero breaks several things such as the HOT/DOT bar, cooldowns, etc. Yes?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
03-02-10, 02:11 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Yes Scott, unless you convert incoming text as lower case Maxauras will be treated differently to maxauras.

This is usually what I do when I work with slash commands :

Code:
orig_msg = msg;
msg = string.lower(msg);
I use orig_msg when I need values after the command to be case specific like a text display message such as the one I have set up in my GuildInfo plugin I still need to check back on rofl. So I use the following line to extract the text itself from the original message.

Code:
local command, rest = orig_msg:match("^(%S*)%s*(.-)$");
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
03-02-10, 02:34 PM   #4
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
Also, you are aware that setting maxauras to zero breaks several things such as the HOT/DOT bar, cool-downs, etc. Yes?


I under stand that .. Basically I don't want the Default buff/debuff bars I am using Elk buff bar's do to the versatility of them .... I will post a SS one I am able ..

I remember reading a post were you do the slash command to get rid of them ... For some reason when I redid my Addons the one bar is still there :P
__________________
 
03-02-10, 02:52 PM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Would that be the heading bar ? With your name and your targets name ? That may not be removable with the current version. If you are not seeing actiona auras appearing then it is doing the job you are asking it to.

I used to use Elkhano's Buff Bars myself before I used nUI. Back when I tanked Krosh Firehand and needed to know 3 or so specific auras on myself and my target so I used it to track just those.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
03-02-10, 03:20 PM   #6
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
Well I went to those Buff bars so I can move them and I like the fact you can config them the way you want .. With my dash I have the default buff are into my action bars and I can set them the same as I can in Elks.....

I also notice after doing the slash command if I buff my weapon on my Warlock I get a bar on the right side ... It is the Wepon Buff bar .. I would like to the bar that appears here but I am not sure which it is ..Same thing apears on my pally once and a while ..

__________________
 
03-02-10, 03:28 PM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Yeah that bar is a part of Elkhanos. You might want to see what bar option displays you have and see if it lets you turn that off.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
03-02-10, 03:46 PM   #8
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
You know I thought So ... I will explore it and find out which one it is :


Edit ... Found out what it was it is in the options .... Today has been a long day of working on a New Dash for my Nui ..... The simple things are slipping on me LOL
__________________

Last edited by Wasgij : 03-02-10 at 03:50 PM.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Odd issue


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