Thanks, committed an alpha to hopefully fix this completely. Please let me know if it works. Will require resetting data to clear the spurious information.
Is there a way to track dps when u use multiple pets in a fight? Shadow priest can have shadowy apperations and shadowfiend/mindbender going at the same time, but, it appears that recount will only display one or the other. I guess it only shows the one that is logged as doing the most damage. But, only one will ever be showed in the detailed window
All pets and guardians are tracked. The tooltip shows the last active pet. The summary detail view allows paging through all pets. Best way to see all your pets separately is to not merge pets with owner.
I really enjoy this program, but lately it seems to be giving me a few troubles. The issue is it hangs my game up sometimes and I would have to go into my WTF Folder and delete the LUA files and then I would be able to load back into the game, last night it went to a new level.
I did a reload in game because I wasn't able to click on an object in Raid. While it was reloading it just hung up, so I tried logging back in and it just hung up again and again. I could log into my other toons but my main. I had to disable Recount for me to load back into the game. Today I uninstalled it and reinstalled it, but I get the same result unable to load into the game and the game just freezes.
Is there anything that I can to to get Recount to work again without reinstalling all of my addons and folders pertaining to this toon?
Recount V5.0.5a Release
bug: every time i type "/recount config" or try using the cog wheel looking button it keeps making wow stop responding.
btw nice addon and ty for working so hard at getting it up and going for MoP.
New expansion packs are always a killer with bugs and all kinds of madness (Hard to get the kinks out of an addon when blizzard havent even gotten the kinks out of the game yet).
Keep up the good work :)
I am aware that there can be an issue with the config window when it is first opened in combat. Loading textures and fonts can take time and blizz has included a maximum run-time for addon functions apparently which can in some circumstances be hit. Let me know if you have the problem also out of combat.
I've been getting a large number of bug reports relating to Recount when not grouped. It seems to be trying to access my party frame, which as far as I know, there isn't one when not grouped.
I think the problem with scenarios is the group detection. I just tried r1221 with only the option for collection while solo disabled and it didn't collect any data. Once I enabled solo collection it worked fine.
As I meddled with this recently I'll say that both IsInInstance() and GetInstanceInfo return nil as the instanceType for scenarios while the first return is true for IsInInstance()
There's an additional function IsInScenarioGroup() for checking when you get 1,nil from IsInInstance()
As well there's C_Scenario.IsInScenario()
Seems like it's not only the group detection. I just did a different scenario and even after enabling the solo data collection (so everything was enabled) it didn't collect anything.
edit: Just noticed that you have to reload the UI to get the data collection working.
Recount is hitting the script run time error when trying to clear data in combat too
(for example if you accept an invite to group while in combat and the relevant option to prompt on group is set)
1x Recount\Recount-r1221.lua:908: script ran too long
Recount\Recount-r1221.lua:908: in function "ResetData"
Recount-r1221\GUI_Reset.lua:73: in function <Recount\GUI_Reset.lua:73>
Workaround would be to defer till combat exit I guess.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I really enjoy this program, but lately it seems to be giving me a few troubles. The issue is it hangs my game up sometimes and I would have to go into my WTF Folder and delete the LUA files and then I would be able to load back into the game, last night it went to a new level.
I did a reload in game because I wasn't able to click on an object in Raid. While it was reloading it just hung up, so I tried logging back in and it just hung up again and again. I could log into my other toons but my main. I had to disable Recount for me to load back into the game. Today I uninstalled it and reinstalled it, but I get the same result unable to load into the game and the game just freezes.
Is there anything that I can to to get Recount to work again without reinstalling all of my addons and folders pertaining to this toon?
bug: every time i type "/recount config" or try using the cog wheel looking button it keeps making wow stop responding.
btw nice addon and ty for working so hard at getting it up and going for MoP.
New expansion packs are always a killer with bugs and all kinds of madness (Hard to get the kinks out of an addon when blizzard havent even gotten the kinks out of the game yet).
Keep up the good work :)
There's an additional function IsInScenarioGroup() for checking when you get 1,nil from IsInInstance()
As well there's C_Scenario.IsInScenario()
edit: Just noticed that you have to reload the UI to get the data collection working.
(for example if you accept an invite to group while in combat and the relevant option to prompt on group is set)
Workaround would be to defer till combat exit I guess.