Search found 8 matches
- November 17th, 2023, 3:41 pm
- Forum: Pet Addons and Macros
- Topic: Rematch 5.0
- Replies: 185
- Views: 940594
Re: Rematch 5.0
I think if it only happens for this one target, which is not up all the time, I'm going to review this one later since there's other issues to fix still and I can't realistically do anything until I can reproduce it. By sheer luck, the correct Erris is up in my garrison today. I played around a bit...
- November 17th, 2023, 2:37 am
- Forum: Pet Addons and Macros
- Topic: Rematch 5.0
- Replies: 185
- Views: 940594
Re: Rematch 5.0
I targeted Erris in my garrison. The team loaded correctly, but the window popped up and the Safari Hat icon was flashing (you can see a bit of the glow around the icon in the screenshot below). You can see in the screenshot, the safari hat buff was already active. I verified that none of the loade...
- November 13th, 2023, 1:24 am
- Forum: Pet Addons and Macros
- Topic: Rematch 5.0
- Replies: 185
- Views: 940594
Re: Rematch 5.0
I encountered an odd situation with Rematch 5.0.1. I have the option enabled to show the Rematch window when I target an NPC that has a saved team with a leveling pet, but only if the team is injured. Here are the options for interacting. (On a related note, didn't there used to be an option in this...
- November 11th, 2023, 4:05 pm
- Forum: Pet Addons and Macros
- Topic: Rematch 5.0
- Replies: 185
- Views: 940594
Re: Rematch 5.0
Thanks for the confirmation on the bug! Also, if you'd like to filter pets with the unique flag set, you can use petInfo: or maxCount I didn't know about petInfo - I'm guessing it's new in 5.0? When I originally wrote my filter, I just looked at what the scripts for the existing (I assume default) f...
- November 11th, 2023, 2:55 pm
- Forum: Pet Addons and Macros
- Topic: Rematch 5.0
- Replies: 185
- Views: 940594
Re: Rematch 5.0
I have an old filter that was created in 4.x and worked fine in that version. The code for it is: -- Pets you can own max 1 of -- Written by KyrosKrane Sylvanblade -- Based on the default Pets Without Rares script if not uniques then uniques = {} for speciesID in AllSpeciesIDs() do if select(10, C_P...
- January 22nd, 2023, 11:52 pm
- Forum: Pet Addons and Macros
- Topic: Rematch 4.0
- Replies: 707
- Views: 778598
Re: Rematch 4.0
Got you, thanks!
- January 22nd, 2023, 3:45 pm
- Forum: Pet Addons and Macros
- Topic: Rematch 4.0
- Replies: 707
- Views: 778598
Re: Rematch 4.0
Minor request with automated team swapping, please. I'm working on the Family Battler achievements. To that end, I have multiple copies of teams with the same target (one per pet family). The first team I enter into Rematch is saved as the primary, and is auto loaded when I click on the target. (I s...
- December 27th, 2021, 8:05 pm
- Forum: Pet Addons and Macros
- Topic: Rematch 4.0
- Replies: 707
- Views: 778598
Re: Rematch 4.0
I wrote a small script to find my unique pets (the ones you can only ever own one of). I figured I'd throw it out there in case anyone finds it useful! -- Returns unique pets (can own max 1) -- Written by KyrosKrane Sylvanblade -- Based on the default Pets Without Rares script if not uniques then un...