Thread Tools Display Modes
09-25-05, 05:54 PM   #1
myjestik
A Deviate Faerie Dragon
 
myjestik's Avatar
Join Date: Apr 2005
Posts: 11
Casting bar

I'm a Warrior and having a problem with the casting bar. First, I'm unable to move it. Second, when I cast (fishing, opening something, etc.) the color on the bar goes outside the bar and fills half my screen. It goes out to the sides and down to the bottom of my screen. I've tried redownloading the UI and still, the same thing.
I have a Hunter and it works fine on her.
Any suggestions?
  Reply With Quote
09-25-05, 06:23 PM   #2
Devla
A Cobalt Mageweaver
 
Devla's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2005
Posts: 206
Hmm, sounds like a mod is messing with your casting bar...have you moved it around with another mod like MoveAnything, BibMod, Gypsy, etc?

If not, maybe replace it with something like ECastingbar
http://www.curse-gaming.com/mod.php?addid=2174
__________________
RETIRED Author
  Reply With Quote
10-12-05, 07:56 PM   #3
greengeek
A Murloc Raider
Join Date: Oct 2005
Posts: 5
*edit* sorry posted in wrong topic

Last edited by greengeek : 10-12-05 at 07:59 PM.
  Reply With Quote
10-12-05, 08:09 PM   #4
Christerpher
A Fallenroot Satyr
Join Date: Oct 2005
Posts: 26
I am having this issue as well. Undead warrior, but so is my wifes undead priest....
  Reply With Quote
10-13-05, 03:51 PM   #5
Pataze
A Murloc Raider
Join Date: Oct 2005
Posts: 6
If your running Titan Panel with Bibmod it most likey is the problem.. Try turning off Titan and see if you still have the prob..
Other than that.. I have no fix.. I have the same prob
  Reply With Quote
10-13-05, 04:00 PM   #6
DSanai
A Wyrmkin Dreamwalker
 
DSanai's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2005
Posts: 50
I've run Titan and Bib together for months without any adverse effects.
__________________
Dsanai - nElf Hunter
Glacialfox - nElf Death Knight
Evilianti - Gnome Warlock
  Reply With Quote
10-14-05, 06:08 PM   #7
Vector-
A Defias Bandit
Join Date: Sep 2005
Posts: 3
Using TitanPanel 2.04 ( http://ui.worldofwar.net/ui.php?id=1442 ) I was able to fix this by...

Making TitanPanel not try to move the CastingBar...

In TitanMovable.lua, removed lines:

32-33:
WoW_CastingBarFrame_UpdatePosition = CastingBarFrame_UpdatePosition;
CastingBarFrame_UpdatePosition = Titan_CastingBarFrame_UpdatePosition;

161:
Titan_CastingBarFrame_UpdatePosition();

294-305:
function Titan_CastingBarFrame_UpdatePosition()
local panelYOffset = TitanMovable_GetPanelYOffset(TITAN_PANEL_PLACE_BOTTOM, TitanPanelGetVar("BothBars"));

local castingBarPosition = 60 + panelYOffset;
if ( PetActionBarFrame:IsVisible() or ShapeshiftBarFrame:IsVisible() ) then
castingBarPosition = castingBarPosition + 40;
end
if ( MultiBarBottomLeft:IsVisible() or MultiBarBottomRight:IsVisible() ) then
castingBarPosition = castingBarPosition + 40;
end
CastingBarFrame:SetPoint("BOTTOM", "UIParent", "BOTTOM", 0, castingBarPosition);
end
  Reply With Quote
10-15-05, 05:08 AM   #8
Pataze
A Murloc Raider
Join Date: Oct 2005
Posts: 6
Thumbs up Sweet!!

Vector

I want to personally Thank You for figuring out the problem with Bib and Titan concerning the CASTING BAR.
I just edited the file and loaded up the game.. and BINGO.. no casting bar problem. I am assuming, tho I would appreciate your input here, future versions of titan panel I will need to do the same. Since I will surely be using Bibmod..

Woohooo.. I am so happy
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Casting bar


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