WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   Everyone is a Tank (https://www.wowinterface.com/forums/showthread.php?t=35477)

slayer38115 10-13-10 04:09 PM

Everyone is a Tank
 
When joining groups (have only tried through random dungeon finder) the role icon for each individual shows everyone as being the tank. Also, when friends or guildies log on I hear the audible notification but the names do not show up in my chat window.

Thx

Just ran VoA 25, same problem everyone had the tank shield icon on their portrait

todd0168 10-13-10 04:16 PM

As far as the chat window thing I do remember seeing somewhere that a lot of the 'useless yellow spam' in the chat window was being removed. That might be part of it. Not entirely sure tho so don't quote me on that.

slayer38115 10-13-10 04:19 PM

Not sure, none of my other guildies are having the name problem

XorIO 10-13-10 06:15 PM

I noticed the same thing. Also, as far as I remember it was ok on PTR version, but broken in dev version. But I could be wrong on that, have no time to check it today.

slayer38115 10-15-10 08:49 AM

Ran ICC10 last night, couldn't see the numbers when anyone rolled either, so it seems any "yellow" info messages are not showing up.

spiel2001 10-15-10 08:56 AM

The issue with yellow info is a change Blizz made, not nUI... I *think* there's a new interface configuration option for controlling the display of that info, but can't recall off the top of my head and I'm at work where I can't look it up.

Nomad64 10-15-10 09:01 AM

Quote:

Originally Posted by slayer38115 (Post 210674)
Ran ICC10 last night, couldn't see the numbers when anyone rolled either, so it seems any "yellow" info messages are not showing up.

I ran ICC last night using the 5.07.03 dev version of nUI and was able to see everyone's rolls.

slayer38115 10-15-10 09:02 AM

I did see something about notifications in the blizz interface menu, but the box is checked "on" for noticfications. I know their are more important items that you're working on, the reason I posted here is that no one else in my guild is having this issue and I'm the only one with nUI (their all slackers). It certainly doesn't affect gameplay just annoying. I'll do some more checking on WoW forums see if I can come up with something and will post if I do.

spiel2001 10-15-10 09:23 AM

If it matters any... nUI does *not* alter the content of the chat frames in any way... only their location. (at least for now) -- so if there's anything missing in the chat output, it's improbable that it's being caused by nUI.

slayer38115 10-15-10 10:46 AM

Problem solved, it is not an nUI issue. Disabled all addons (again) it's a problem with a titan panel plugin. Still showing everyone as a tank while in groups, will try and figure this one out next.

Thx

cefiya 10-15-10 10:49 AM

I have not had any problems seeing chat messages like the guild member/friend logon/logoff messages with nUI 5.07.02 or 5.07.04. I do see everyone with the tank icon, though.

damedi07 10-15-10 11:55 AM

just confirming everyone with the tank icon

anotherbiffname 10-15-10 11:56 AM

Quote:

Originally Posted by slayer38115 (Post 210767)
Problem solved, it is not an nUI issue. Disabled all addons (again) it's a problem with a titan panel plugin. Still showing everyone as a tank while in groups, will try and figure this one out next.

Thx

Can u tell me which Titan Panel plugin it is cause im having the same problem

Xrystal 10-15-10 12:02 PM

Hmm, Im not using titan and it showed all members of my group as tanks in the nUI frames but not in the default raid frames. Perhaps a name change somewhere along the lines.

slayer38115 10-15-10 12:09 PM

to clarify, the titan panel issue was what was causing me not to be able to see "yellow" notifications in the chat window. The tank icon problem is something totally different


the plugin that was causing the issue is either guild, gatherer or dual spec I don't use any of those anymore so once I had the problem cleared up those are the only three out of 13 I have left turned off

Kurly 10-15-10 12:20 PM

Quote:

Originally Posted by damedi07 (Post 210809)
just confirming everyone with the tank icon

Same here.. I'm also having the 'everyone is a tank' issue. Healbot correctly identifies the tank, but nUI does not

XorIO 10-18-10 10:23 PM

Fix
 
in nUI_UnitRole.lua

line 354
replace
Code:

role_tank, role_healer, role_damage = UnitGroupRolesAssigned( unit_id );
with
Code:

role_assigned = UnitGroupRolesAssigned( unit_id );
role_tank = role_assigned == 'TANK';
role_healer = role_assigned == 'HEALER';
role_damage = role_assigned == 'DAMAGER';


spiel2001 10-19-10 04:18 AM

Thank you for running that down XorIO, I hadn't had a chance to look at this bug yet. I'll include your fix in the next update.

ps... love the name XorIO -- my main toon is Nordebugger - think about that one

break19 10-19-10 06:37 AM

I used to use the name "21hunnerd" but too many people kept assuming that meant I was 21 and a chick nerd.. and I'm a dude.. and havent been 21 in over a decade.. so I changed it. rofl

XorIO 10-19-10 10:30 AM

Quote:

Originally Posted by spiel2001 (Post 212345)
Thank you for running that down XorIO, I hadn't had a chance to look at this bug yet. I'll include your fix in the next update.

ps... love the name XorIO -- my main toon is Nordebugger - think about that one

Sure, I love nUI (with my simple layout it's amazing) and want to help you to fix all this blizz changes/bugs.

Nor debugger. haha. I read it as norde bugger first ;)

My nick Xor was born in 95 when I first played Doom I over lan and had to create nick name. Chose this one as I worked on direct video memory manipulation sprite cartoon as my hobby project, it was done using modula 2 language, do you know this one? ;).

P.S. BTW played around cancel aura bug and it appears to be a lot more tricky then this one. I still have to read about SecureAuraHeaders as Secure Buttons will not work for us here.


All times are GMT -6. The time now is 06:14 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI