Addon Rematch
For all addons, saved data is stored deep in WTF along with all of your other settings:
World of Warcraft\WTF\Account\AccountName\SavedVariables\Rematch.lua
If you're on Windows 7/8 it may be in virtual store too:
1. Configure Windows to show hidden files and folders if it's not already:
https://us.battle.net/support/en/articl ... folders-pc
2. The savedvariable should be in C:\Users\WindowsAccount\AppData\Local\VirtualStore\Program Files\World of Warcraft\WTF\Account\AccountName\SavedVariables\Rematch.lua
(Addons have no control over where they store stuff, sorry!)
World of Warcraft\WTF\Account\AccountName\SavedVariables\Rematch.lua
If you're on Windows 7/8 it may be in virtual store too:
1. Configure Windows to show hidden files and folders if it's not already:
https://us.battle.net/support/en/articl ... folders-pc
2. The savedvariable should be in C:\Users\WindowsAccount\AppData\Local\VirtualStore\Program Files\World of Warcraft\WTF\Account\AccountName\SavedVariables\Rematch.lua
(Addons have no control over where they store stuff, sorry!)
Re: Addon Rematch
Does this mean the 3 large portraits that sit above the panels are gone, or just not displayed in this pic? I think the current design of the portraits is one of my favorite parts. A lot of information displayed, but in a very small space that expands when necessary.Gello wrote:I finally have time this week to do some serious work on the addon. While that happens, this is the latest incarnation of the UI if any want to give feedback:
...
Thoughts?
I think the leveling queue deserves its own panel, so I'm all for that change. The current look feels so cramped.
Re: Addon Rematch
There will be a minimized view that should be familiar: three pets across in a row, with the loaded team name across the top and buttons to do stuff like heal/bandage/etc, that you can expand into one (or two) panels. Or in the journal you'd see three panels at once. In all panel views you can switch between panels with tabs across the bottom.Salus wrote:Does this mean the 3 large portraits that sit above the panels are gone, or just not displayed in this pic?
Hopefully I'll have more to show regarding the minimized view in a couple weeks. The original addon was built from that minimized view out towards the pet browser. For this rewrite I'm doing it backwards and have the pet panel completely done but nothing for that view yet.
Re: Addon Rematch
wow, you have gone lenths with the UI! i could work well with the current/old one but i'll admit that i'm looking forward to the new one because it looks more like the standard ui.
i like the latest incarnations but i've got a small suggestion: how about making the height of the pet icons/rows the same as the ones for teams? i prefer information being presented more compact so i can see more on a page and it looks more uniform and thus less cluttery. in fact it would be great if the frames 1, 3 and 4 could have the same layout (same header size, row size etc). here's a screenshot showing what i meant with mah boss paint skillz: http://i.imgur.com/CwZjqDY.png
maybe you'd want to make it an option so people can choose between compact UI and larger. and maybe the same with teams.
edit: on a second thought, what is the purpose of the entire battle pet slots frame (second from left in the latest screenshot)? isn't the same information already being presented in the team list frame (furthest right)?
Also, maybe it would be nice to see more than just the latest recently targeted tamer.
i like the latest incarnations but i've got a small suggestion: how about making the height of the pet icons/rows the same as the ones for teams? i prefer information being presented more compact so i can see more on a page and it looks more uniform and thus less cluttery. in fact it would be great if the frames 1, 3 and 4 could have the same layout (same header size, row size etc). here's a screenshot showing what i meant with mah boss paint skillz: http://i.imgur.com/CwZjqDY.png
maybe you'd want to make it an option so people can choose between compact UI and larger. and maybe the same with teams.
edit: on a second thought, what is the purpose of the entire battle pet slots frame (second from left in the latest screenshot)? isn't the same information already being presented in the team list frame (furthest right)?
Also, maybe it would be nice to see more than just the latest recently targeted tamer.
Re: Addon Rematch
I'll see about making the loaded team and current leveling pet the same height and maybe if possible narrow the type bar to same size. I agree it'd look better if they were the same relative proportions.Ril wrote:wow, you have gone lenths with the UI! i could work well with the current/old one but i'll admit that i'm looking forward to the new one because it looks more like the standard ui.
i like the latest incarnations but i've got a small suggestion: how about making the height of the pet icons/rows the same as the ones for teams? i prefer information being presented more compact so i can see more on a page and it looks more uniform and thus less cluttery. in fact it would be great if the frames 1, 3 and 4 could have the same layout (same header size, row size etc). here's a screenshot showing what i meant with mah boss paint skillz: http://i.imgur.com/CwZjqDY.png
maybe you'd want to make it an option so people can choose between compact UI and larger. and maybe the same with teams.
edit: on a second thought, what is the purpose of the entire battle pet slots frame (second from left in the latest screenshot)? isn't the same information already being presented in the team list frame (furthest right)?
Also, maybe it would be nice to see more than just the latest recently targeted tamer.
The battle pet slots is your loaded pets, which may not always be the same as your loaded team when you change pets or if a leveling pet is one of the slots it will be more obvious there. The loaded team exists so you can reload the team (if you change pets and decide to go back to original), check notes if it has any and other actions on the loaded team. It mirrors the current leveling pet being pulled out and displayed at the top despite already being in the queue.
On the recent target, you'll be able to right-click that button and choose a new target. So you can sit in your garrison and build teams for all noteworthy targets without actually going to any of them.
Re: Addon Rematch
The left 2 frames appear to be the current Blizzard Pet Journal, just re-skinned (essentially). I'm not sure how malleable that is, I believe it's mostly fixed real estate.Ril wrote: edit: on a second thought, what is the purpose of the entire battle pet slots frame (second from left in the latest screenshot)? isn't the same information already being presented in the team list frame (furthest right)?
I don't suppose this preview is something you're making available on a limited basis? Playing around with it might be more interesting than screenshots.
Re: Addon Rematch
I am wondering if there could be a way to set a hotkey to cage a pet. As someone who sells pets on a few servers it takes a bit to cage them using dropdown menu's. Even better would be a tick system to tick pets and then autocage but I know that is a pipe dream.
Re: Addon Rematch
A "mouseover cage" macro can be done now:Daktar wrote:I am wondering if there could be a way to set a hotkey to cage a pet. As someone who sells pets on a few servers it takes a bit to cage them using dropdown menu's. Even better would be a tick system to tick pets and then autocage but I know that is a pipe dream.
Code: Select all
/run local petID=GetMouseFocus().petID if type(petID)=="string" and C_PetJournal.PetIsTradable(petID) then C_PetJournal.CagePetByID(petID) else print("You can't cage that.") end
It will work for both rematch's pet list and the default pet journal too.
Re: Addon Rematch
Thanks for the info
- Thorndal
- Posts:1
- Joined:October 19th, 2014
- Pet Score:6317
- BattleTag®:Thorndal#1776
- Realm:Arthas-eu
- Contact:
Re: Addon Rematch
Hi there,
is there any database or collection of import-codes for Rematch? Where can I find it?
Just found some codes for trainers of pandaria and the elementals.
I can provide the code for the celestial tournament, based on the guide from WoWHead where to use 18 pets. I can paste the code if needed.
I just watched a lot of youtube-guides for defeating trainers all around Azeroth and save the tactics into my Rematch.
At the weekend my computer got a bluescreen while closing WoW, and all savings are gone.
Would be very helpful to get some codes for the WOD pet battles.
Thanks a lot.
Best regards
is there any database or collection of import-codes for Rematch? Where can I find it?
Just found some codes for trainers of pandaria and the elementals.
I can provide the code for the celestial tournament, based on the guide from WoWHead where to use 18 pets. I can paste the code if needed.
I just watched a lot of youtube-guides for defeating trainers all around Azeroth and save the tactics into my Rematch.
At the weekend my computer got a bluescreen while closing WoW, and all savings are gone.
Would be very helpful to get some codes for the WOD pet battles.
Thanks a lot.
Best regards
- Zippersmith
- Posts:1
- Joined:April 15th, 2013
- Pet Score:6325
- Realm:Zangarmarsh-us
- Contact:
Re: Addon Rematch
Gello,
I didn't find how to send you a PM, but I wanted to thank you for Rematch!
This has saved me time, thank you very much. My world is a better place because of your efforts.
Christohper
I didn't find how to send you a PM, but I wanted to thank you for Rematch!
This has saved me time, thank you very much. My world is a better place because of your efforts.
Christohper
Re: Addon Rematch
google:Thorndal wrote:Hi there,
is there any database or collection of import-codes for Rematch? Where can I find it?
Just found some codes for trainers of pandaria and the elementals.
murlocharbor rematch
Carry Pet Experience Reference Guide:
http://www.warcraftpets.com/community/forum/viewtopic.php?f=10&t=8829
http://www.warcraftpets.com/community/forum/viewtopic.php?f=10&t=8829
- FuxieDK
- Posts:878
- Joined:July 27th, 2009
- Pet Score:14033
- BattleTag®:FuxieDK#2678
- Realm:Draenor-eu
- Contact:
Re: Addon Rematch
@ Gello
I have a small request, to improve on you excellent addon:
Can we please have a check-box called "Prioritize Favorites" in the Queue section?
This box, should move all favorite pets to the top of the queue, even if it violates the normal queue-sort the players have specified. Unchecking the box, should resume normal queue.
This makes it easier to level a newly obtained pet, before all others, without you have to meddle with your queue.. E.g. the Falcosaurs (for me atleast) fell into this category, as they need to be levelled immediately for their respective quest lines.
I have a small request, to improve on you excellent addon:
Can we please have a check-box called "Prioritize Favorites" in the Queue section?
This box, should move all favorite pets to the top of the queue, even if it violates the normal queue-sort the players have specified. Unchecking the box, should resume normal queue.
This makes it easier to level a newly obtained pet, before all others, without you have to meddle with your queue.. E.g. the Falcosaurs (for me atleast) fell into this category, as they need to be levelled immediately for their respective quest lines.
Re: Addon Rematch
Gello has a new thread for the up to date version of rematch:
http://www.warcraftpets.com/community/forum/viewtopic.php?f=19&t=14916
Make sure to post this suggestion there. It is in the new Addons forum.
http://www.warcraftpets.com/community/forum/viewtopic.php?f=19&t=14916
Make sure to post this suggestion there. It is in the new Addons forum.
Carry Pet Experience Reference Guide:
http://www.warcraftpets.com/community/forum/viewtopic.php?f=10&t=8829
http://www.warcraftpets.com/community/forum/viewtopic.php?f=10&t=8829
- FuxieDK
- Posts:878
- Joined:July 27th, 2009
- Pet Score:14033
- BattleTag®:FuxieDK#2678
- Realm:Draenor-eu
- Contact:
Re: Addon Rematch
Roger thatJerebear wrote:Gello has a new thread for the up to date version of rematch:
http://www.warcraftpets.com/community/forum/viewtopic.php?f=19&t=14916
Make sure to post this suggestion there. It is in the new Addons forum.