GurliGebis / WoWAddon-AngrierWorldQuests

29 stars 14 forks source link

Disabling pet battles in blizzard tracker doesn't remove them from the map #65

Closed cbossaers closed 3 months ago

cbossaers commented 3 months ago

Disabling pet battles in blizzard tracker doesn't remove them from the "region map" (Khaz Algar in this case), despite being removed from the zone map (Isle of Dorn in the provided picture) and correctly disappearing from the questlog list. All other addons are disabled. This doesn't happen in other regions such as the Dragon Isles.

Captura de pantalla 2024-08-27 214410 Captura de pantalla 2024-08-27 214426 Captura de pantalla 2024-08-27 214528

GurliGebis commented 3 months ago

We override the entire filtering process, so you should not use the built-in filtering (it has no effect).

I'm looking into if there is a way to remove it from the menu.

cbossaers commented 2 months ago

So if I understand this correctly, there's no way to filter out pet battles with the addon?

GurliGebis commented 2 months ago

We are talking about pet battle world quests, correct?

cbossaers commented 2 months ago

Yes

GurliGebis commented 2 months ago

The build in world quest filters doesn't work while this addon is loaded (Since we override thr function that does the filtering) I don't see a way those two could coexist, since they both filter the visible quests, but by using two completely different methods (if both where working at the same time, the result would be a mess)