World Quest Tracker

World Quest Tracker

70M Downloads

No longer blocking LFG ad's

Rittler281 opened this issue ยท 1 comments

commented

Addon was working perfectly for a very long time to block ads in the LFG but seems like since the latest update I am seeing a ton of carry ads in the LFG for m+ and raids with the block option enabled.

Edit: I have gone back to using the older version v9.2.5.438 because it still blocks ads from the group finder.

commented

You can upgrade to v9.2.7. For now, you can re-enable the old behavior for LFG by editing WorldQuestTracker_GroupFinder.lua file in your Addons directory for WorldQuestTracker by:

  1. Search for function kspam.OnSortResults(results)
  2. Comment out the line that says if true then return end so it appears like this
    --if true then return end

The reasoning behind why this became a thing is that the previous filters stripped all groups that were > a certain amount of minutes (60, or overruled by your personal settings). This inadvertently removed real groups that were open longer (i.e. transmog groups, etc) and potentially unfairly affected real players.

It'd be good if the original behavior restored and this was filtered only for Mythic dungeon groups.