I have a problem, maybe you can help me guys.
I have the latest version of TopScore, but it's not showing in my FuBar anymore. I cant find the button to activate it, not in FuBar nor in Deuce Commander. It's correctly installed, I see it in the Wow Addons screen, but I dont see it when I'm in game. It worked wonderfully before Wed's Patch.
Can someone help me?
Thanks
Does this really work with a class that might want to be recording those HoT's? On a cursory glance, it looks to me like priests and druids who might be recording their healing records are going to have their HoT's filtered out by it.
Does this really work with a class that might want to be recording those HoT's? On a cursory glance, it looks to me like priests and druids who might be recording their healing records are going to have their HoT's filtered out by it.
Hmm, I guess you got a point there. I'm not sure though how your own hots appear in the events. The current patterns looks for "player's Renew heals for 123." and can optionally return the player name that matched. I'll have to look into this. I imagine your own hots have a different output such as "Your Renew heals for 123." in which case it wouldn't match the pattern I put in so thus wouldn't cause any problems.
Hmm, I guess you got a point there. I'm not sure though how your own hots appear in the events. The current patterns looks for "player's Renew heals for 123." and can optionally return the player name that matched. I'll have to look into this. I imagine your own hots have a different output such as "Your Renew heals for 123." in which case it wouldn't match the pattern I put in so thus wouldn't cause any problems.
Hmmm, ok :) I have a druid, so I can check it out. I'm still poking around in it anyway, because it looks to me like the intended PvP tracking isn't really doing anything. There's empty data values in the saved variables that look like they are supposed to be holding records vs. players instead of records vs. mobs, but they have no data (and I know that personally some of my "regular" records are from people in PvP).
Any chance someone could mod this to add together MH and OH Mutilate hits/crits to make the record? It invariably records only the MH, leaving me without any totals.
Any chance someone could mod this to add together MH and OH Mutilate hits/crits to make the record? It invariably records only the MH, leaving me without any totals.
I've added the Vulnerable Mobs and Shaman code to the trunk.
Not sure if people are still having issues with Shoot (Wand) not recording, but mine has always recorded, iirc.
Are people still having issues with HoTs and Mangle (Bear/Cat) in the latest versions? It's using Parser-3.0 now and I'd be interested to know if the issues are still there.
I've added the Vulnerable Mobs and Shaman code to the trunk.
Not sure if people are still having issues with Shoot (Wand) not recording, but mine has always recorded, iirc.
Are people still having issues with HoTs and Mangle (Bear/Cat) in the latest versions? It's using Parser-3.0 now and I'd be interested to know if the issues are still there.
I'll delete my lua in the wtf and check mangle when servers come back up.
In other news, Socrethar should be added to the list of vulnerable mobs. 10k shred/backstab anyone? He takes massive damage when you use the quest object on him.
-- local alpha = string.find(spell, "%s*%(")
-- if alpha ~= nil then
-- spell = string.sub(spell, alpha - 1)
-- end
To make mangle and a few other ones show up, been using it like that for a long time and never noticed any problems with it, don't really understand the need for that code.
does now topscore track pve and pvp hits separately?
i killed yesterday a few allys after i reseted all the scores..and i kept getting "new record bla bla" on screen even though my listed records were higher.
if it was pvp related...how can i view them? i was seeing only pve stats and no button to switch between pvp and pve records :/
-- local alpha = string.find(spell, "%s*%(")
-- if alpha ~= nil then
-- spell = string.sub(spell, alpha - 1)
-- end
To make mangle and a few other ones show up, been using it like that for a long time and never noticed any problems with it, don't really understand the need for that code.
hey thats good to hear, will edit mine at home tonight!
I have the latest version of TopScore, but it's not showing in my FuBar anymore. I cant find the button to activate it, not in FuBar nor in Deuce Commander. It's correctly installed, I see it in the Wow Addons screen, but I dont see it when I'm in game. It worked wonderfully before Wed's Patch.
Can someone help me?
Thanks
Does this really work with a class that might want to be recording those HoT's? On a cursory glance, it looks to me like priests and druids who might be recording their healing records are going to have their HoT's filtered out by it.
Hmm, I guess you got a point there. I'm not sure though how your own hots appear in the events. The current patterns looks for "player's Renew heals for 123." and can optionally return the player name that matched. I'll have to look into this. I imagine your own hots have a different output such as "Your Renew heals for 123." in which case it wouldn't match the pattern I put in so thus wouldn't cause any problems.
Hmmm, ok :) I have a druid, so I can check it out. I'm still poking around in it anyway, because it looks to me like the intended PvP tracking isn't really doing anything. There's empty data values in the saved variables that look like they are supposed to be holding records vs. players instead of records vs. mobs, but they have no data (and I know that personally some of my "regular" records are from people in PvP).
I have verified it is in the drop list selection and it is selected... but I never see it in the tooltip.
is there something I need to do to have it report? Thanks.
Reset my scores and now its showing up.... weird.
EDIT: There any chance this'll be added, or should druids just use CritLine?
I created a patch to show the notification in SCT.
You can download it at: http://kruyt.org/download/SCT_TopScoreFu.patch
regards
Still hoping for a fix for this
Not sure if people are still having issues with Shoot (Wand) not recording, but mine has always recorded, iirc.
Are people still having issues with HoTs and Mangle (Bear/Cat) in the latest versions? It's using Parser-3.0 now and I'd be interested to know if the issues are still there.
I'll delete my lua in the wtf and check mangle when servers come back up.
In other news, Socrethar should be added to the list of vulnerable mobs. 10k shred/backstab anyone? He takes massive damage when you use the quest object on him.
Added.
To make mangle and a few other ones show up, been using it like that for a long time and never noticed any problems with it, don't really understand the need for that code.
i killed yesterday a few allys after i reseted all the scores..and i kept getting "new record bla bla" on screen even though my listed records were higher.
if it was pvp related...how can i view them? i was seeing only pve stats and no button to switch between pvp and pve records :/
hey thats good to hear, will edit mine at home tonight!