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

Bug: False positives when playing Murder Mystery on Hypixel #567

Closed
MightyKnight opened this issue Apr 29, 2018 · 3 comments
Closed

Bug: False positives when playing Murder Mystery on Hypixel #567

MightyKnight opened this issue Apr 29, 2018 · 3 comments
Assignees
Labels
Bug The issue is a fault in the expected behavior of the application
Milestone

Comments

@MightyKnight
Copy link

MightyKnight commented Apr 29, 2018

What happens?

Players are marked as the murderer even though they aren't.

When does this happen?

When i play Murder Mystery on Hypixel. The bug only occurs in a specific map: Mountain Map. You are able to buy wooden shovels on this map from an npc.

Exact steps to reproduce?

  1. Join on the Hypixel Server (hypixel.net)
  2. Activate Murder module
  3. Join a Murder Mystery game on the Mountain Map
  4. Watch how people holding a wooden shovel are marked red

false positive

Proposed fix

The murderer is propably marked red if he holds a sword or a knife skin.
But a wooden shovel is not a knife skin, as shown in the picture below (all knife skins currently available).
Fix schould be as easy: Only mark the murderer if he is wielding one of these skins
knife skins

Additional Client Info

  • Impact Version: 4.2 for 1.12.2
  • Using Optifine? No
  • Enabled mods: Murder (Hypixel Mode)
  • Operating System: Windows 10 64bit

Btw thanks for the fast and good support. I really love your client and i consider donating soon 😉

@VitorISs VitorISs added the Bug The issue is a fault in the expected behavior of the application label Apr 29, 2018
@LeafHacker LeafHacker added this to the 4.4 milestone Jun 16, 2018
@LeafHacker
Copy link
Contributor

I've implemented your suggestion (untested) for hypixel in 4.3. However there's still a few suspicious bits sticking around in the code:

  • On MCPZ any material Hoe is considered a gun
  • On MCPZ and PlayMCM any material Sword is considered a knife
    • (PlayMCM also considers Eye of Ender a knife)

Would be appreciated if more specific items could be found for those cases too.

Assigned @ZeroMemes for testing/checking other modes.

@LeafHacker LeafHacker modified the milestones: 4.4, 4.3 Jun 16, 2018
@ZeroMemes
Copy link
Member

Just reviewed the PlayMCM items and fixed them accordingly. The MCPZ ones look fine.

@ZeroMemes
Copy link
Member

Tested the new changes to Hypixel murder weapon definitions, works as expected, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug The issue is a fault in the expected behavior of the application
Projects
None yet
Development

No branches or pull requests

4 participants