Results: 3Comments by: p57adxo
File: Absorption Tracker03-21-09
more bugs found
Posted By: p57adxo
function AbsorbTracker_Absorbed() does not properly calculate nil values. solution: i want to suggest that nil values need to be converted to zeros. example: function AbsorbTracker_Absorbed(sGUID, sName, dGUID, dName, amt) --check that you shielded that person if(shields) then ... if(PWSamt==nil) then PWSamt = 0 end...
File: Absorption Tracker03-20-09
Re: Updated absorbtion amount formula.
Posted By: p57adxo
Originally posted by Moordorjabi As of last night (3.0.8 build 9464) with 5/5 Twin Disciplines, 2/2 Focused Power, 3/3 Improved PW:S, and 5/5 Borrowed Time my shield would absorb: 5371 with 1703 spell power. 5635 with 1877 spell power. The formula being used in the tracker is (1+impShield)*(1+focusedPower)*(1+twinDisci...
File: Absorption Tracker03-20-09
First of all, I'm new to WoW and ad...
Posted By: p57adxo
First of all, I'm new to WoW and add-on writing. but i'm not new to programming ^_^ Currently, I'm looking for a reliable "shield tracker" and few of my friends recommended yours. Since you will not update/fix it, i try do it myself. while vetting through your codes i noticed that you have a different value of absortion for rank11...