Category: Beta-version AddOns
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Liggy's Portal Bug Reports Feature Requests
Author:
Version:
0.1
Date:
07-30-2008 02:07 PM
Size:
1.89 Kb
Downloads:
1,557
Favorites:
4
MD5:
Pictures
Click to enlarge
Under the minimap!
SimpleDPS
A simple dps meter that shows your total dmg and dps.
  Optional Files - SimpleDPS
Sorry, there are currently no optional files available.
  Comments - SimpleDPS
Post A Reply Comment Options
Old 11-21-2009, 09:05 PM  
Warrax
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Thanks Wildhorn666 for the fixes.

Nice add-on.
Warrax is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-20-2008, 06:57 AM  
Wildhorn666
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Doesnt work

This mod doesnt work... alway show 0 damage done and 0 dps. I am currently checking the .lua to try to find whats the problem. If i can find a solution, I will post what to do to make it work because i think a such simple dpsmeter is the best.

EDIT: Found it. It was a very noob error the guy made.

The first function in Frame.lua file:

function SimpleDPS_Onload(frame)

should be:

function SimpleDPS_OnLoad(frame)

He used a 'l' instead a 'L' for Load.



EDIT2: After further testing, I discovered this addon doesnt calculated damage you do, but damage you take lol.

EDIT3: Found the problem. Doing the following will make it to calculate your DPS if you are alone (not sure of result if there is someone else doing damage around you).

Into:

function SimpleDPS_OnEvent(frame, event, ...)

instead of:

local unit,action,modifier,damage,damagetype = ...
if unit == "player" and action ~= "HEAL" then

write:

local unit,action,modifier,damage,damagetype = ...
if unit ~= "player" and action ~= "HEAL" then

Last edited by Wildhorn666 : 12-20-2008 at 07:47 AM.
Wildhorn666 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-04-2008, 09:34 PM  
cawfee
A Fallenroot Satyr
 
cawfee's Avatar
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 100
Uploads: 1
Great idea in a non-obtrusive interface!
However, when booting, Swatter spouts this:

Code:
Date: 2008-08-04 21:32:41
ID: 2
Error occured in: Global
Count: 1
Message: [string "SimpleDPSFrame:OnLoad"] line 1:
   attempt to call global 'SimpleDPS_OnLoad' (a nil value)
Debug:
   [C]: SimpleDPS_OnLoad()
   [string "*:OnLoad"]:1:
      [string "*:OnLoad"]:1
AddOns:
  SimpleDPS, v1.0
  Swatter, v5.0.PRE.3164
I disabled all addons except Swatter, which prints error logs. Any ideas?
cawfee is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.