Bug Closed · Resolved

Can monsters use the elemental damage of mmoitems?

#1564 opened by Unknown 5 years ago

Unknownreported this bug

How do I use the custom in the damage modifier for mmoitems elements? Let mobs own freezing defense, magic defense, water attack,and more elemental damage or reductions

Unknowncommented

At the moment this is not easily possible and will not be easy until MythicMMO and the library to link MythicMobs with MMOItems and MMOCore comes out sometime later this year.

Mythic mobs does have its own custom damage type system, which requires premium mythic mobs to use. https://www.mythicmobs.net/manual/doku.php/changelog#damage This link from the change log shows you how to add element=ICE to the damage mechanic to make it deal ICE damage and shows you that you can give mobs custom damage modifiers. You can have custom element in the damage mechanic and any custom damage modifier. Using Placeholder API(papi) it is possible for you to store your elemental damage from MMOCore and MMOitems into MythicMobs variables and use them in your calculations for dealing damage.

I added the being worked on tag since MythicMMO is being worked on at the moment.

Unknowncommented

I'm sorry to bring it up again, I'm very new to plugins config, Can you show me how it work for example?

Sign in to join the discussion.