LMBishop / Quests

Questing plugin for Minecraft, enabling the addition of goals for players.
https://www.spigotmc.org/resources/23696/
GNU General Public License v3.0
170 stars 85 forks source link

1.20.4 / 3.15 - MythicMobs kill tasks do NOT work #705

Closed Kainzo closed 6 days ago

Kainzo commented 3 weeks ago

Description of Bug

MythicMobs kill tasks do NOT work

Steps to Reproduce

Add in the wiki provided kill task for mythicmobs and set the mob ID

Environment

Agreements

Other

No response

Krakenied commented 3 weeks ago

What do you mean by doesn't work? Does it even load? Is the progress increasing?

Kainzo commented 3 weeks ago

Apologies, The progress does not increase, I can kill the WIT_WARRIOR mob I have created and it never updates.

I'm assuming when MythicMobs updated to the new API 5.5+? that this has caused some issues.

It's possible that I am using the wrong type, but I didnt think so.

Krakenied commented 3 weeks ago

please show your quest tasks section

Krakenied commented 3 weeks ago

I'm assuming when MythicMobs updated to the new API 5.5+? that this has caused some issues.

There were no API changes and it works correctly on both 5.2 and 5.7.1 (just tested).

You can try using debugger /q a debug quest <the quest id> self and killing the mobs (some debug info will appear on your chat)

Kainzo commented 3 weeks ago

I will try this, appreciate ya!