Can monsters use the elemental damage of mmoitems?
Closed
Can monsters use the elemental damage of mmoitems?
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
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.
Edited by Akim91added Being Worked On Invalid / Not a Bug labels
removed Invalid / Not a Bug label