| Updated: | 03-27-10 02:48 PM |
| Created: | unknown |
| Downloads: | 94,191 |
| Favorites: | 704 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
v1.0.3 |
188kB |
phyber |
04-16-09 01:33 AM |
|
v1.0.1 |
209kB |
phyber |
11-18-08 02:28 AM |
![]() |
Comment Options |
|
|
|
|
Oh, also, if you happen to know the names/spellids of thigns that give those insane damage buffs/debuffs on bosses, post those too. I can start building up a blacklist then
![]() |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Updated Vulnerable Mobs
Code:
-- WotLK Instances -- ---------------------]] -- The Eye of Eternity -- [28859] = true, -- Malygos -- Ulduar -- [33329] = true, -- Heart of the Deconstructor [32867] = true, -- Steelbreaker [32927] = true, -- Runemaster Molgeim [32857] = true, -- Stormcaller Brundir Anyone else know more, just post the name and ill update it here. |
|
|
|
|
||
|
||
|
|
|
|
|
|
It's not ideal, but for those still receiving the 't' nil value errors, you can try:
Code:
/script TopScoreFu:FixIt() You might want to backup your saved variables for TopScoreFu just in case something terrible happens, but this is the function I used to fix my own SavedVars. This function has actually been in TSF for a while, but it just isn't documented anywhere. |
|
|
|
|
|
||
I was really hoping to see this updated! |
||
|
|
|
|
|
|
incorrect numbers
I've attempted to use this addon a couple of times but it records my critical judgements incorrectly. instead of a 9.5k crit I have and entry for 2.5k. Although healing appears to be fine just damage is having problems. hope you can fix this as I like to keep an eye on my progress. Thanks.
- Pseudopath.
Last edited by Pseudopath : 02-04-09 at 12:36 PM.
|
|
|
|
|
|
||
..\AddOns\FuBar_TopScoreFu\TopScoreFu.lua line 517: attempt to index local 't' (a nil value) |
||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 13
Uploads: 0
|
Any option with 1.0.2 to turn off the chat text that says New attack record
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 36
Uploads: 0
|
I turned it off but it still keep showing New Record.
I would really like it to go away. Thank You for your time |
|
|
|
|
|
|
Hoping this addon get's updated along with all the other FuBar mods. Anyway, ran into the error today. Figured I'd post it to let you know for any future fixes. Thanks.
Date: 2008-11-07 22:23:29 ID: 24 Error occured in: Global Count: 1 Message: ..\AddOns\FuBar_TopScoreFu\TopScoreFu.lua line 506: attempt to index local 't' (a nil value) Debug: ...ce\AddOns\Skillet\Libs\AceEvent-2.0\AceEvent-2.0.lua:299: TriggerEvent() ...ce\AddOns\Skillet\Libs\AceEvent-2.0\AceEvent-2.0.lua:910: ...ce\AddOns\Skillet\Libs\AceEvent-2.0\AceEvent-2.0.lua:903 AddOns: |
|
|
|
|
|
||
|
Fixes for 3.0.2
I figured out the fix for this. The default code doesn't take into consideration the new overkill/overhealing variables put out by COMBAT_LOG_EVENT_UNFILTERED, so the variable being passed as "critical" is actually the "absorbed" variable. To correct it, edit TopScoreFu.lua, changing lines 254 to 286 (beginning and end of "function TopScoreFu:COMBAT_LOG_EVENT_UNFILTERED") to: Code:
function TopScoreFu:COMBAT_LOG_EVENT_UNFILTERED(timestamp, eventtype, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, ...) if bit_band(srcFlags, COMBATLOG_FILTER_ME) == COMBATLOG_FILTER_ME then local spellId, spellName, spellSchool, amount, overkill, overhealing, school, resisted, blocked, absorbed, critical, glancing, crushing local unitid, heal if eventtype == "SWING_DAMAGE" then amount, overkill, school, resisted, blocked, absorbed, critical, glancing, crushing = ... heal = false elseif eventtype == "RANGE_DAMAGE" or eventtype == "SPELL_DAMAGE" or eventtype == "SPELL_PERIODIC_DAMAGE" then spellId, spellName, spellSchool, amount, overkill, school, resisted, blocked, absorbed, critical, glancing, crushing = ... heal = false elseif eventtype == "SPELL_HEAL" or eventtype == "SPELL_PERIODIC_HEAL" then spellId, spellName, spellSchool, amount, overhealing, critical = ... heal = true else return end -- Quickly check if this is a vulnerable NPC. No point continuing if it is. if bit_band(dstFlags, COMBATLOG_FILTER_NPC) == COMBATLOG_FILTER_NPC then if self:IsIgnoringVulnerable() and self:IsVulnerable(getNPCID(dstGUID)) then return end end -- if UnitExists(dstName) then unitid = dstName elseif bit_band(dstFlags, COMBATLOG_OBJECT_TARGET) == COMBATLOG_OBJECT_TARGET then unitid = "target" elseif bit_band(dstFlags, COMBATLOG_OBJECT_FOCUS) == COMBATLOG_OBJECT_FOCUS then unitid = "focus" end self:RecordHit(spellName or spelldata["attack"], amount, dstName, unitid, critical, heal, bit_band(dstFlags, COMBATLOG_FILTER_PVP) == COMBATLOG_FILTER_PVP) end end Also, I would suggest commenting out (put "--", without quotes, in front of) lines 21-33 and lines 398-404. The spell numbers were changed for the Paladin, Warlock, and Shaman spells that these bits of code were meant to handle, so it's no longer viable.
Last edited by Cilraaz : 10-19-08 at 08:58 PM.
|
||
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 10
Uploads: 0
|
Top ScoreFu no longer recognizing a difference between crit and non crit.
*EDIT* Am using r80865.1 downloaded from wowace on 8/15/08
Last edited by NeadayanDrakhon : 10-16-08 at 01:44 AM.
|
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.