lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces

Category: Outdated LotRO InterfacesDASS - Realtime Combat meter, dps meter
Interface Information
Download
How do I install this? (FAQ)
Name: DASS - Realtime Combat meter, dps meter   Popular!
Author:
Date: 10-19-2011 04:04 PM
Size: 72.97 Kb
Version: 1.1.3.1 beta
Rate File: 5 out of 5 with 5 votes  
Patch & Add-on List
File Name
Version
Size
Author
Date
Type
1.1.3.1 patch
2.05 Kb
01-06-2012 05:21 AM
Patch
Pictures
Click to enlarge 

Views: 0
Size: 46.38 Kb
Dimensions: 400 x 650
4 views of dass
 
Description
---buffbars issue fixed-- 10/19/2011

This simple sleak meter , displays info in real time.
This does not track burst. the whole intent here is to show your damage over time which in your rotation will include cast times etc so ssay 5 seconds gives you no useable representation of your actual dps.
total dps is what you should watch for an average of damage dealt while in combat.

the concept for this plugin can be compared to skada for wow, as the ui is small compact and everything should be just a click a way. i wanted to get away from as many menus as possible and provide the most compact ui i could. any problems or ideas let me know

click the green box on the left to minimize dass

click yellow for dps frame, green for heal frame, red for defense.
right click any of these and it will reset the info.

clicking dps tab will cause the title bar dps txt to show current dps, clicking heal button will cause this to show current hps.


1.1 goes beta
this was a complete revamp so i know there are some bugs so let me know.
im slowly organizing code as i go along, as the alpha was basically written in less then 8 hours of work. so over time the code will be more understandable to those who wish to learn off of it.

new ui complete with simple percent bars

this has alot of tweaks to damage calcualations to be more accurate.

added tracking of biggest hits , biggest heals

saves biggest hit, biggest heal info

saves last posistion

now tracks devastates

tracks heal criticals

and more..
--------------------1.1.3 minor bug fix 10/19/2011----------
-----------------------0.0.8 alpha UPDATE -----------------------
Fixed most issues. i think most of the problem was other plugins hooking the incombat event. i switched to how kragan bars hooks events in. seems to be working alot better for me. let me know if this fixes issues
-------------------------

----------------Update 10.10.2011 vers 0.0.7 -------------------------
debug window added

holds 30 messages then clears to save on memory best used for 1 or 2 fights

if you have any issues please do the following

Click the black dbug button to show the debug window. copy the contents and send it to me in a pm along with class and level, client version
--------------------update 10.9.2011 vers 0.0.6 --------------------
heal tracking fixed
updated damage tracking.

-------------------------------------------
displays include
DPS
current dps
total dps
total hits
total crits / percentage

deffensive---
block
parry
evade
resist
Total of each + plus chance to block parry evade dodge in percent

heal

heals per second
total heals per second
total heals done


i am wanting feedback on errors or false information to massively check the accuracy of fights, before adding UI options bars etc. so please post issues.

Instructions
extract to plugins folder ---
in game type /plugins load dass

green arrow in upper left corner minimizes/maximizes window

click and drag on dass to move window.

yellow button = dps offensive panel
red button = dps Defensive stat tracking panel
green button = hps panel

right click on any of these buttons to reset data and start a new log
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.1.3 beta
72.84 Kb
itsallhype820
10-19-2011 12:48 AM
1.1.2 beta
72.84 Kb
itsallhype820
10-18-2011 08:08 PM
0.0.8.1 alpha
55.84 Kb
itsallhype820
10-11-2011 12:07 AM
0.0.8 alpha
55.79 Kb
itsallhype820
10-10-2011 11:56 PM
0.0.7.1 alpha
55.51 Kb
itsallhype820
10-10-2011 05:25 PM
File Statistics
User Rating:
5 out of 5 with 5 votes
Downloads: 36578
Views: 83328
Favorites: 14
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 06-02-2014, 03:09 AM  
Peter1632
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Vers. 1.1.3.1 beta not working

Can't get vers. 1.1.3.1 beta to display any data. All panels are grey. Is it broken? If so, a pity since there is now no DPS meter available in Lotro.
Peter1632 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-13-2012, 04:12 AM  
sreed
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Hello. My wife just started playing LOTRO before the last update broke this addon for her, and she wanted me to fix. The issue appears to be in chat.lua: line 60. I thought I would pass along to you folks that I worked around by changing

this:

Code:
if (tonumber(args.ChatType) == prog.mChat.chan) then
to this:

Code:
if (tonumber(args.ChatType) ~= 2) then
I play another MMO (sorry), so I'm not familiar with the API of this one and what the values are for the chat events. I just snatched this from a commented debug block above that seemed to hook the events properly. There may be a better expression to use, but I'll leave that to you experts.

Cheers, and happy dpsing.

Last edited by sreed : 03-13-2012 at 06:49 PM.
sreed is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-12-2012, 02:52 PM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Plugin broken after Update 6
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-24-2011, 03:39 AM  
daimon
The Undying
 
daimon's Avatar
Interface Author - Click to view interfaces

Forum posts: 466
File comments: 362
Uploads: 12
Hey

Any chance you could look into this ?
http://www.lotrointerface.com/forums...ead.php?t=1515

Would be a really nice addition. Thanks!
daimon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-23-2011, 12:22 PM  
KeyshaJ
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
any fix near ready?

Still hoping for you to get the bug worked out that keeps it from tracking my dps off my pet (LM here).

I'd be happy to go to whatever server and work with you, if you need it. (main on Riddermark, also one on landroval)
KeyshaJ is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 04:05 PM  
itsallhype820
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 19
Uploads: 4
still no clue...... previous post was immature as im testing several plugins and some have the error some dont - still digging-------


issue fixed
im running buffbars along with dass fine now
itsallhype820 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 02:56 PM  
itsallhype820
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 19
Uploads: 4
still no clue...... previous post was immature as im testing several plugins and some have the error some dont - still digging

Last edited by itsallhype820 : 10-19-2011 at 03:25 PM.
itsallhype820 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 02:17 PM  
itsallhype820
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 19
Uploads: 4
i will install buff bars , and your manager and see what i come up with. off the top of my head though i dont really have a clue why it would do this. as dass uses a call back stack and does not over write any events etc
itsallhype820 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 01:41 PM  
Mark_UK67
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Not sure what changed with ver. 1.1.2b but it seems to break Buff Bars when used, ver. 0.8 works fine.

When I load 1.1.2 (as a stand-alone plugin and not with Plugin Manager as posted earlier in the thread) and try to access Buff Bars options menu I get an error and DASS disappears, but is still loaded. The only way I can get functionality back is to use the /plugins unload command before reloading my other plugins without DASS.

Not sure if this is any help to you as unfortunately I did not take a note of the error message before going back to ver. 0.8.

I use Plugin Manager ver. 0.4 if that helps you sort out any functionality problems between it and DASS.
Mark_UK67 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 01:19 PM  
itsallhype820
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 19
Uploads: 4
-- if you havnt used plugins before and get an error when it doesnt load. please use /plugins list command to see if it shows dass is loaded. if its not then check where you have it installed , this should be (your documents folder)/The Lord of the Rings/Plugins/Freeplay/dass

--please let me know what manager you use. as i dont use one i havnt been aware of this issue. so i havnt ran in to this problem. if some one can give me what you are using to load dass with, i can probably fix this issue easily.

the latest bug fix was tested on lvl 25 hunter running over a 50000 dmg done run.

and a creep grinding mobs for 30min. this is the only way i see the higher dmg out puts.

thanks for the feed back
itsallhype820 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 09:33 AM  
Eldarian
The Wary

Forum posts: 0
File comments: 10
Uploads: 0
/plugins load dass results in unable to load "dass".

Eldarian is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-19-2011, 02:55 AM  
Lichbane
Premium Member
 
Lichbane's Avatar
Premium Member

Forum posts: 1
File comments: 31
Uploads: 0
EDIT: nm ... just saw the thing about loading dass separately.

Last edited by Lichbane : 10-19-2011 at 02:56 AM.
Lichbane is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-18-2011, 08:11 PM  
itsallhype820
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 19
Uploads: 4
I wasnt aware of this issue! thanks for letting me know i will post a fix in a day or 2, as i dont play a lm or have handy to use while testing thanks for the feed back

If you have a problem with it not working, and you use manager for your plugins, load this separately, and it will work just fine.

Just as an fyi, this is a great plugin. the only issue I have, is, as a lore-master, it does not count my pet's damage towards my dps. Any chance of a fix on that sometime?
itsallhype820 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-18-2011, 05:06 PM  
KeyshaJ
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
If you have a problem with it not working, and you use manager for your plugins, load this separately, and it will work just fine.

Just as an fyi, this is a great plugin. the only issue I have, is, as a lore-master, it does not count my pet's damage towards my dps. Any chance of a fix on that sometime?

Last edited by KeyshaJ : 10-18-2011 at 05:08 PM.
KeyshaJ is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-12-2011, 12:23 PM  
itsallhype820
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 19
Uploads: 4
thanks for all the feed back everything has been very helpful. in a couple days i will release a small update to fix the incombat bug when you do no damage added to total time. and add a simple save position function. i didnt add a save function to any of the above because the priority has been fixing the events and that is all looking positive now so i can finally move on ;D
itsallhype820 is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 02:00 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui