#(doxaaaa) Making mythicmobs mobs drop a denizen item

12 messages · Page 1 of 1 (latest)

jagged geode
#

Mythicmob droptable:

t6_mobot_drop:
  TotalItems: 1
  Drops:
  - %denizen_<server.flag[server_loot_pool.robot_scraps_t6]>% 1 100
  Conditions:
  - level{l=6} true

Q: How do you make mythicmobs mobs drop a denizen item, i cant seem to use the placeholders right.

pastel sinewBOT
#

(doxaaaa) Making mythicmobs mobs drop a denizen item

pastel sinewBOT
#

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.

tribal wolf
#

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

cerulean pollenBOT
#
Possible Confusion

Did you mean to search for mythicmob mob dies|death|killed?

cerulean pollenBOT
# tribal wolf !e mythic mob
Required Plugins or Platforms

Depenizen, MythicMobs

Group

Depenizen

Event Lines

mythicmob <mob> dies|death|killed

Switches

by:<entity> to only process the event if the killer matches a specified entity type.

Triggers

when a MythicMob dies.

Context

<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.

Determine

ListTag(ItemTag) to specify new items to be dropped.

Has Known Location

True - this adds switches in:<area> + location_flagged:<flag name>.

tribal wolf
#

^ set the drops from Denizen

jagged geode
#

oh okay sweet