Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request/change: "Observer mode" to only show voting frame once player has responded to loot session #190

Open
bagstone opened this issue Jul 24, 2020 · 1 comment

Comments

@bagstone
Copy link

Currently, with the "observer mode" for all raid members to see the vote, there is a lot of "gaming the system" by first seeing what other people have selected before making your own choice. While the observer mode is nice to maximize transparency and let the raid see why a player received an item - i.e., show all the final responses to loot and the final votes - one should not be able to see other player's need/greed/minor upgrade decisions before they have done so themselves.

I've looked through the code to find some sort of trigger to update this myself, but couldn't find it. Basically, something like: when something like LootFrame "roll" event is fired, the VotingFrame should be made visible iff observe mode is active, and only for that specific item (or alternatively, VotingFrame should be hidden as long as there are any open LootFrames).

@evil-morfar
Copy link
Owner

This is not the first request I've had for this, and it's definitely something I'd want to do. I'll probably just go for hiding the voting frame when the loot frame is shown, as it's way easier to do.
I don't have a lot of time at the moment, so don't expect it any time soon though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants