#(doxaaaa) Making mythicmobs mobs drop a denizen item
12 messages · Page 1 of 1 (latest)
(doxaaaa) Making mythicmobs mobs drop a denizen item
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
That would return a Denizen ItemTag object (assuming that's what you have in that flag), which MythicMobs doesn't know what to do with
Would need some integration, or just
!e mythic mob
Did you mean to search for mythicmob mob dies|death|killed?
Depenizen, MythicMobs
Depenizen
mythicmob <mob> dies|death|killed
by:<entity> to only process the event if the killer matches a specified entity type.
when a MythicMob dies.
<context.mob> Returns the MythicMob that has been killed.
<context.entity> Returns the EntityTag for the MythicMob.
<context.killer> returns the EntityTag that killed the MythicMob (if available).
<context.level> Returns the level of the MythicMob.
<context.drops> Returns a list of items dropped.
ListTag(ItemTag) to specify new items to be dropped.
True - this adds switches in:<area> + location_flagged:<flag name>.
^ set the drops from Denizen
oh okay sweet