Thread Tools Display Modes
02-04-06, 02:32 AM   #1
Samw
A Defias Bandit
Join Date: Feb 2006
Posts: 2
Opening panes when dead

When I die in game, I cannot open the raid pane, character pane, etc. This happens only when bibmod is enabled. When it is disabled I can open these panes without a problem. I need to be able to people around in groups even if I die.

Anyone know how to fix this?
  Reply With Quote
02-13-06, 06:05 PM   #2
Samw
A Defias Bandit
Join Date: Feb 2006
Posts: 2
Well, found the offending code

It's in the ShowUIPanel function:

if ( UnitIsDead("player") and (info.area ~= "center") and (info.area ~= "full") and (frame ~= SuggestFrame) ) then
NotWhileDeadError();
return;
end

Question is why is this here? The default UI does not have this "restriction". Why does bibmod?

Just curious...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Opening panes when dead


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