Poster: Leakin at 10/31/2005 11:26:35 PM PST Subject: BattlefieldMinimap Problems...(Slouken) |
| |
I am working on Titan Panel [TitanBG] Resurrection and it has the ability to hide the BG icon on the regular minimap (not sure if this is relevent). Anyway, I am unable to get the BattlefieldMinimap to come up. I have tried to add a button that does ToggleBattlefieldMinimap() as well as BattlefieldMinimap_LoadUI() but neither one appears to do anything. I know I saw a thread similar to this a while back but I can't find anything with Blizzard's awesome forum search tool ;-p
Titan and TitanBG are all I have installed ATM. Any help would be appreciated![ post edited by Leakin ]
-= Leakin =-
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=255654&p=#post255654 |
| |
Poster: slouken at 11/3/2005 7:15:52 AM PST Subject: Re: BattlefieldMinimap Problems...(Slouken) |
| |
Q u o t e: Adsertor (Author of Titan Panel 2) offered a fix that appeared to work:
What were the contents of the file before you added that fix?
Thanks!
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=255654&p=#post256916 |
Poster: slouken at 11/3/2005 7:17:32 AM PST Subject: Re: BattlefieldMinimap Problems...(Slouken) |
| |
Out of curiousity, what is the battlefield minimap normally anchored to? Is it possible that whatever it's anchored to is simply hidden or moved by TitanPAnel?
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=255654&p=#post256919 |
Poster: slouken at 11/3/2005 8:56:38 AM PST Subject: Re: BattlefieldMinimap Problems...(Slouken) |
| |
If the position isn't specified, it's set relative to the bottom right of the UI:
-225-CONTAINER_OFFSET_X, BATTLEFIELD_TAB_OFFSET_Y
You can check those values like this:
/script message("offsetX = "..(-225-CONTAINER_OFFSET_X)..", offsetY = "..BATTLEFIELD_TAB_OFFSET_Y)
What do you get when you run that?
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=255654&p=#post256970 |