Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-14-05, 05:42 AM   #1
Bikther
An Aku'mai Servant
 
Bikther's Avatar
Join Date: Apr 2005
Posts: 37
BibMod Problem

Just grabbed the newest Bibmod and found a lil problem.

If your class has functions that change the main ability page (ie druid shapeshift, warrior stance) the icons pictures will remain unchanged, or will change picture but remain with the previous pages actions.

This is a huge problem for these classes, and pretty much makes it broken for us.

The Blizz forums have this fix:

----------
Temporary fix for Bib not showing stance switches :

BibBars overrides the function ChangeActionBarPage(); I've removed this override in BibActionBar.lua in the following way

1) comment out the following block of code

function ChangeActionBarPage
ChangeBibActionBarPage(CURRENT_ACTION_BAR_PAGE);
end

( to comment it out, put a '--' in front of each line .. in my version of bib this is line 17 )

2) search for "ChangeBibActionBarPage();" in the same file ( in my version this is line 224 )

directly after this line, add a line

ChangeActionBarPage();

3) once this is done, log out and in again or type '/console reloadui'. we've tested this for druid, rogue and warrior with multiple stances and it seems to work fine. it does not correct any other BibBar errors that we're experiencing but it has eliminated the biggest playability problem.
----------

I am going to try it now to test and will let you know if it works.


*Edit* This fix does not work on the most recent version of Bibmod as the listed lines do not appear anywhere in the LUA

Please fix this mod asap. The functionality it provides is immense, I can play without my other addons. This one is hard to play without after using for so long, CT_Mods bars are close but dont have the same intuitive functionality of this one.

Last edited by Bikther : 09-14-05 at 05:50 AM.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » BibMod Problem


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