View Single Post
11-08-05, 07:17 PM   #1
leakin
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 6
Cool TitanBG Resurrection

TitanBG v1.4
Please use this thread to give feedback, report problems, ask questions, or discuss TitanBG. Thank you!

************
No current Beta
************

Description: TitanBG is a addon for battlegrounds with displays information on a mouseover according to what BG you are in.

Features:

* Auto Join BG
* Auto Leave BG
* Auto Release
* Shows Queue Info
* Option to Toggle the Battlefield Minimap
* Allows you to hide the BG Icon on the minimap
* Displays capture timers
* Displays 'Base' status
* Displays various information such as 'Graveyards Assaulted' or 'Bases Assaulted'
* Displays any friends and guild mates are in the instance with you
* Displays Kills/Standing/Deaths/ect...
* And more!!!



Contact: Leakin

NOTICE: If you choose to Toggle Battlefield Minimap and nothing seems to happen, try the following fix by Adsertor

Those having issues with the BG Mini Map
Please try the following:
Open up the following file:World of Warcraft/WTF/Account/<accountname>/<charactername>/SavedVariables/Blizzard_BattlefieldMinimap.lua
Replace the contents with this:

BattlefieldMinimapOptions = {
['showPlayers'] = true,
['locked'] = false,
['opacity'] = 0.7,
['position'] = {
['y'] = 442.9999857693913,
['x'] = 844.999987408519,
},
}
Dependency: Titan Panel 2

Patch History:
v1.4 (1800) [11/20/05]
- Fixed problem with capture timers not showing
- Added German localization
- Fixed localization error with BG
- Changed button text on queue to display time left in queue
- Added Battleground name and instance to tooltip for queue
- Fixed problem with options not correctly turning off
- Re-organized Tooltip

v1.3 (1800) [11/04/05]
- Removed 'Auto Res' since Blizzard does this anyway
- Added a 'Auto Leave' option so you will automatically leave the BG upon its completion
- Added a 'Toggle Minimap' option to display the BattlefieldMiniMap in AB
- Changed the capture timer colors to reflect the faction.
- Added "Bases Assaulted" and "Bases Defended" for AB
- Added "Base Status" display option for AB
- Added "Display Guild as Friends" option (Thanks Balloob)
- Added French Localization (Thank you Corwin Whitehorn!!!)

v1.1 (1800)
- Minor fix

v1.0 (1800)
- Initial release.
- Added support for Arathi Basin (mainly timers).

Last edited by leakin : 11-20-05 at 04:31 PM.
  Reply With Quote