WowRarity / Rarity

Collectibles and statistics tracking addon for World of Warcraft
https://www.curseforge.com/wow/addons/rarity
GNU General Public License v2.0
55 stars 35 forks source link

Disable the addon if logged in on the tournament realm to avoid live data being unintentionally modified #699

Open rdw-software opened 7 months ago

rdw-software commented 7 months ago

Many times people have logged into the tournament realm and as a result have had items marked as collected on live realms afterwards. The result is usually confusion; the only way to get rid of the undesired settings is manually editing the saved variables - not ideal.

It seems that Blizzard provides a function to check whether the player is currently logged into the Tournament Realm:

It would be prudent to completely disable the addon if this returns true, and print a message indicating why it's not working there.

rdw-software commented 7 months ago

Well, it seems that this API is not reliable at all:

it prints false for me on the tournament realm

Source: Discord

So much for that. Some other ideas:

That's all I can come up with right now. None of these options are particularly appealing, but maybe there's another way?