Slimefun

Slimefun

3M Downloads

Dupe Glitch: Hunter Talisman

lukemango opened this issue · 2 comments

commented

❗ Checklist

  • I am using the official english version of Slimefun and did not modify the jar.
  • I am using an up to date "DEV" (not "RC") version of Slimefun.
  • I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
  • I searched for similar open issues and could not find an existing bug report on this.

📍 Description

Players have been giving Zombies their sword or rare items, drowning them, and killing them with the Hunter Talisman which doubles what the zombie has in their hand, essentially duping it. Obviously with the hunter talisman this only happens 20% of the time.

📑 Reproduction Steps

  1. Give the zombie an item
  2. Drown it until it turns into a drowned zombie
  3. Put the hunter talisman in your ender chest
  4. Kill the zombie (if it doesn't work, repeat, it's 20% chance)

💡 Expected Behavior

Hunter talisman not double what the zombie is carrying.

📷 Screenshots / Videos

No response

📜 Server Log

No response

📂 /error-reports/ folder

No response

💻 Server Software

Airplane

🎮 Minecraft Version

1.16.x

⭐ Slimefun version

https://lukemango.com/Rjkk6.png

🧭 Other plugins

No response

commented

I can't seems to replicate this on 1.16.5 or 1.17 using Paper or Spigot.

Can you give us a vid?

I'm using modified version of Slimefun that set the chance of hunter talisman to 100% for easier testing. It's based on build 939

What I have edited:

new Talisman(SlimefunItems.TALISMAN_HUNTER,
new ItemStack[] {SlimefunItems.MAGIC_LUMP_3, null, SlimefunItems.MAGIC_LUMP_3, SlimefunItems.SYNTHETIC_SAPPHIRE, SlimefunItems.COMMON_TALISMAN, SlimefunItems.MONSTER_JERKY, SlimefunItems.MAGIC_LUMP_3, null, SlimefunItems.MAGIC_LUMP_3},
false, false, "hunter", 20)
.register(plugin);

to

        new Talisman(SlimefunItems.TALISMAN_HUNTER,
        new ItemStack[] {SlimefunItems.MAGIC_LUMP_3, null, SlimefunItems.MAGIC_LUMP_3, SlimefunItems.SYNTHETIC_SAPPHIRE, SlimefunItems.COMMON_TALISMAN, SlimefunItems.MONSTER_JERKY, SlimefunItems.MAGIC_LUMP_3, null, SlimefunItems.MAGIC_LUMP_3},
        false, false, "hunter", 100)
        .register(plugin);

Testing it using
1.16: Zombie -> Drowned with water
1.17: Skeleton -> Stray with powder snow

Video: https://youtu.be/nFZDw36VeeU

commented

Your issue has been closed by an admin, it may fall under one or more of the following categories.
Please wait for an admin to tick off the points that apply.


  • You did not follow our template. Please follow the Issue template to help us identify your issue more effectively.
  • You did not provide any information about your versions (We absolutely need the exact version numbers that are installed on your Server, "latest" is not helpful)
  • You did not provide a proper description to the problem. Try to write at least 4-6 sentences and/or provide screenshots or videos on how to reproduce this.
  • We were unable to reproduce issue, if you think your issue still persists then please comment down below and give a better description on how to reproduce it.
  • Your issue was posted in a foreign language, we only accept english issues on here.
  • Your issue is not a bug, it is intended to work this way.
  • Your issue is not really a bug, it is a limitation or simply something we have no control over.
  • Your issue is not a bug, please only use this issue tracker to report bugs. Any other kind of communication should happen on discord.
  • Your issue has already been reported before, it is a duplicate. Check the other issues first before posting!
  • You posted an error without using pastebin. Please always post errors via pastebin otherwise they become nearly unreadable.
  • You seem to be reporting multiple bugs at once. Please make a separate issue for each bug you encountered, so we can properly handle them individually.
  • Your issue has already been fixed in a later version of Slimefun, you should update.
  • You are using an outdated and unsupported version of Slimefun, again, you should update.
  • You are using an unofficially modified build of Slimefun. We only support official versions of Slimefun - for obvious reasons.
  • You are using an unsupported version of Minecraft. We only provide support for the Minecraft versions Slimefun was developed for, older versions are not supported anymore.
  • You are using a "stable" version of Slimefun (prefixed with "RC - "), your issue may have been fixed in a development build, so we only accept bug reports from those.
  • You are on the wrong issue tracker. We would like to remind you that this Issue Tracker is only for Slimefun. To report bugs on any addons, head to the corresponding issue tracker of that addon.

Please respond below, if you have any further questions.
Do not open a new Issue unless explicitly told otherwise, comment below or edit your post instead.

Make sure to check out our article on How to report bugs for even more information.