WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Opening panes when dead (https://www.wowinterface.com/forums/showthread.php?t=3668)

Samw 02-04-06 02:32 AM

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?

Samw 02-13-06 06:05 PM

Well, found the offending code :p

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...


All times are GMT -6. The time now is 11:44 AM.

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