| Updated: | 01-15-09 03:04 PM |
| Created: | unknown |
| Downloads: | 293,519 |
| Favorites: | 697 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
Type |
5.8.9 |
130kB |
04-18-08 10:13 AM |
Patch |
File Name |
Version |
Size |
Author |
Date |
5.8.2 |
130kB |
twobits |
02-03-08 03:51 AM |
![]() |
Comment Options |
|
|
||
|
http://wow.curseforge.com/addons/project-443/
__________________
spiralofhope.com |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 7
Uploads: 0
|
cant get it to work post most recent patch
any help?
|
|
|
|
|
|
|
No more updates coming?
|
|
|
|
|
|
|
|
Re: Re: Nice to see someone keeping this mod alive.
Please update this for 3.1.0 <3
![]() |
|
|
|
|
|
||
|
Re: Nice to see someone keeping this mod alive.
or if someone has already done this, could someone please provide a link to the page to download the working version of TitanDamageMeters from? either way, thanks for the help.
__________________
![]() ![]() ![]()
Last edited by anseloth : 03-23-09 at 02:36 PM.
|
||
|
|
|
|
||
|
Bug:
1) R-Click for menu 2) Select an option 3) Check marks disappear after a few seconds Edit: Scratch that, seems to be a bug across the board.
__________________
Last edited by ChaosInc : 03-15-09 at 08:13 AM.
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 1
|
Nice to see someone keeping this mod alive.
The only problem I had was the Titan panel plugin still does't work. I got it to work by changing TitanDamageMeters.xml
From: Code:
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <Script file="TitanDamageMeters.lua"/> <Frame parent="UIParent"> <Frames> <Button name="TitanPanelDamageMetersButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true"> <Scripts> <OnLoad> if (TitanPanelDamageMetersButton_OnLoad) then TitanPanelDamageMetersButton_OnLoad(); end </OnLoad> <OnEvent> TitanPanelDamageMetersButton_OnEvent(); </OnEvent> <OnClick> TitanPanelDamageMetersButton_OnClick(arg1); TitanPanelButton_OnClick(arg1); </OnClick> </Scripts> </Button> <Button name="TitanPanelDamageMetersRightButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true"> <Scripts> <OnLoad> if (TitanPanelDamageMetersRightButton_OnLoad) then TitanPanelDamageMetersRightButton_OnLoad(); end </OnLoad> <OnClick> TitanPanelDamageMetersButton_OnClick(arg1); TitanPanelButton_OnClick(arg1); </OnClick> </Scripts> </Button> </Frames> </Frame> </Ui> Code:
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
<Script file="TitanDamageMeters.lua" />
<Frame parent="UIParent">
<Frames>
<Button name="TitanPanelDamageMetersButton" inherits="TitanPanelComboTemplate"
toplevel="true" frameStrata="FULLSCREEN" >
<Scripts>
<OnLoad>
TitanPanelDamageMetersButton_OnLoad();
TitanPanelButton_OnLoad(self);
</OnLoad>
<OnEvent>
TitanPanelDamageMetersButton_OnEvent();
</OnEvent>
<OnClick>
TitanPanelDamageMetersButton_OnClick(arg1);
TitanPanelButton_OnClick(self, arg1);
</OnClick>
</Scripts>
</Button>
<Button name="TitanPanelDamageMetersRightButton" inherits="TitanPanelIconTemplate"
toplevel="true" frameStrata="FULLSCREEN" >
<Scripts>
<OnLoad>
TitanPanelDamageMetersRightButton_OnLoad();
TitanPanelButton_OnLoad(self);
</OnLoad>
<OnClick>
TitanPanelDamageMetersButton_OnClick(arg1);
TitanPanelButton_OnClick(self, arg1);
</OnClick>
</Scripts>
</Button>
</Frames>
</Frame>
</Ui>
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 67
Uploads: 0
|
Is there anyway to get rid of the border on this addon? I see where i can make background transparent.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
I cant seem to get the dps to show for all the fights. It keeps resetting after each encounter. Is there a way to stop this? so i can see what people's dps is at the end of the raid? not for each encounter?
|
|
|
|
|
||
|
Re: damage absorbtion
|
||
|
|
|
|
||
|
||
|
|
![]() |