PetBattleLogKeeper is an addon that is able to both save and display a full log of your pet battles in both PVP and PVE. You can either manually or automatically save logs.
After installing the addon, check the settings in your interface options and bring up the log window with the command /pblk - you probably want to write a macro for easy access.
The foundation of this project was done by Gello, with additional code and new features coming from CloseToZero and Gráinne.
https://github.com/bloerwald/PetBattleLogKeeper/releases/tag/9.0.2 works with 9.0.2 and has the saving/lua error issues fixed.
Addon setting DontAutoLogPve is not being saved
If you're getting Frame PetBattleLogKeeperOptionsAutoLog: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick errors open PetBattleLogKeeperOptions.xml and remove OnClick elements
BugGrabber is getting lit up with this error:
Frame PetBattleLogKeeperOptionsDontAutoLogPve: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
unfortunately get error messages :(
Message: Frame PetBattleLogKeeperOptionsAutoLog: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Fri Aug 2 15:16:52 2019
Count: 4
Message: Frame PetBattleLogKeeperOptionsDontAutoLogPve: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Fri Aug 2 15:16:52 2019
Count: 4
Message: Frame PetBattleLogKeeperOptionsDontAutoLogPve: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Fri Aug 2 15:16:52 2019
Count: 4
Message: Frame PetBattleLogKeeperOptionsDontSaveFullLog: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Fri Aug 2 15:16:52 2019
Count: 4
Daneke for this great addon <3 then I reward her work? Donation or other? And please do not give up the addon.
Message: Frame PetBattleLogKeeperOptionsAutoLog: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Wed Mar 20 16:31:20 2019
Count: 4
Message: Frame PetBattleLogKeeperOptionsDontAutoLogPve: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Wed Mar 20 16:31:20 2019
Count: 4
Message: Frame PetBattleLogKeeperOptionsAutoOpenWindow: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Wed Mar 20 16:31:20 2019
Count: 4
Message: Frame PetBattleLogKeeperOptionsDontSaveFullLog: Unknown function PetBattleLogKeeperOptionsControl_OnChanged in element OnClick
Time: Wed Mar 20 16:31:20 2019
Count: 4
HOW TO GET THIS:
- install the addon
- log in
- do a /reload
- voilá
In regards to logs, maybe something that allows only the last 5 or 10 battles to be kept. Keeping down memory but also allowing you to review if you start having a problem on a specific fight.
I really like this concept and can't wait to try it out.
Thanks for this very useful addon!
Is there a GUI way to mass-delete old logs?
(If there are too many I manually remove them from the PetBattleLogKeeper.lua file, but I’m sure I’m missing something obvious…)
I'm wondering if there is any way to export or copy the information into a spreadsheet for sorting and analyzing. I really like being able to look back and see what various teams have done and, especially, what teams worked for my opponents; but it would be nice to be able to sort the data by wins/losses and/or teams. I'm not asking you to re-write the addon to enable me to do that (although that would be great), but just whether I can export the data somehow.
Regardless of the answer, thanks for creating this great pet-battle tool.
Sorry for replying so late, i haven't checked the page in a while. Right now, there's no easy way to export the logs, although i'm eventually planning to do that in the future in CSV and XML formats. You could take a look at the PetBattleLogKeeper.lua file in the SavedVariables and see if you can make sense out of that, but it's not exactly saved in the most user-friendly format.
In reply to Forge_User_74573934: