| Elementals Classes | 200+ Advanced Skills | MMOCore Damage System |

| Elementals Classes | 200+ Advanced Skills | MMOCore Damage System | 1.4.0

  • Fixed an issue where earth and water was missing some configurations
  • Fixed a /skills issue with LIGHT and WATER
elementals_classes.png
- Fixed some errors for the Elements stuff
- Merged modifier stats from Mythlib regular attacks and critical attacks into mmocore class file
- Fixed some small mistakes with space in mmocore classes -> skills section
- Added "CRITICAL_STRIKE_POWER,SKILL_CRITICAL_STRIKE_CHANCE,SKILL_CRITICAL_STRIKE_POWER" to all classes
- Remove "- effect:" from all effect mechanics
- Changed "DARK_ABYSSAL_TETHER" skill, instead of using "chain" mechanic I am using "ChainMissile" mechanic
- Changed "FIRE_INFERNO" from forward to target targeters
- Changed "ICE_FROSTBOLT" from forward to target targeters
- Changed "ICE_ICY_WINDS" from forward to target targeters
- Changed "LIGHT_RADIANT_BEAM" from forward to target targeters
- Changed "WATER_AQUA_GLIDE" from forward to target targeters
- Changed "EARTH_ROCK_THROW" from forward to target targeters
- Changed "TOXIN_VENOM_SPRAY_PROJECTILE" from forward to target targeters
- Changed "TOXIN_VENOMOUS_THRUST" from forward to target targeters
- Changed "AIR_TEMPEST_BURST" from forward to target targeters
- Changed "VOID_SHIFT" from forward to target targeters
- Changed "LIGHTNING_VOLT_BURST" from forward to target targeters
- Changed "LIGHTNING_SPEAR" from forward to target targeters
- Increased "LIGHTNING_SPEAR" range

elementals_classes.png
- Added Elementals Script so no errors are popping in console. (I still need testing, fully merging correctly)
- Removed "- effect:" in front of all effect mechanics
- URL in packinfo changed to SoapsUniverse.com

elementals_classes.png
- Added an icon in /mm items browse
- Removed "SKILL_CRITICAL_STRIKE_CHANCE" from all classes
- Changed "MAX_MANA", "MANA_REGENERATION" and "CRITICAL_STRIKE_CHANCE" values
- Added a maximum "MAX_MANA" value of 50 to all classes
elementals_classes.png
- Fixed an effect issue with water bender water whip
- Fixed a potion issue with Dark bender Soul Drain
- Adjusted Dark bender Soul Drain projectile direction
elementals_classes.png
- Fixed a new bug in latest version of MM Dev, something about potioneffect and targetting was wrong. Never had this error, it's new in MM dev. I just added a targeter for every HIT skill. (This didn't fix it, latest version did)
- Another error are also occuring, but that seems to be a MM bug or Protocollib injector bug.
elementals_classes.png
- Fixed Ice Benders "ICE_GLACIAL_SHATTER"
- Increased duration for Glacial Shatter
- Decreased throw power for Glacial Shatter
elementals_classes.png
- Tested on Paper 1.21.1 #52
- Tested on Mythicmobs 5.7.1 Premium
- Tested on Mythicmobs 5.7.2 Dev #5184
- Tested on MythicMobs 5.7.2 Premium
- Fixed a small issue with skill buffs
- Added 3 new Elemental Classes (Void, Lightning, Toxin)
- Added 6 skills to Void (Void Rift, Abyssal Chain, Void Shift, Singularity Surge, Void Chains, Singularity Collapse)
- Added 6 skills to Lightning (Volt Burst, Storm Aura, Static Overload, Lightning Spear, Magnetic Shield, Thunderclap Pulse)
- Added 6 skills to Toxin (Venom Spray, Corrosive Cloud, Neurotoxin, Toxic Armor, Venomous Thrust, Neurotoxic Gas)
- Added MANA icon to all skill lores
- Changed some MANA icons to fit better
- Added "MULTIPLIER" modifier to EARTH_RAGE
- Changed how an Ally will be target and not target, there may be more changes later
- Added a slot that have multiple skill buffs
- Added in all class file an explanation on how to unlock last 3 slots or unlock them by default
- Fixed Fire Benders "Blaze Aura", a mistake in a placeholder was made which disabled that skill
- Fixed Fire Benders "Fury Slash"
- Dark Benders "Curse of Despair" got a small tweak, it can now shoot longer and does not drop the projectiles so fast
- Added "wither_duration" to all Dark Benders skills
- Changed Ice Benders "Glacial Shatter", it was weird
- Fixed Ice Benders "Glacial Prison", it didn't work
- Fixed Earth Benders "Earthquake", forgot a modifier
elementals_classes.png
- IT'S NOT TESTED ON 1.21 YET !!!
- I've introduced a new method for displaying duration in MMOCore skills lores using variables in MythicMobs skills files. Instead of adjusting the duration time with ticks, you can now treat it as seconds, making it simpler. Additionally, the Fire Elemental skill has an effect called "ignite" that originally used ticks. This has also been updated to use seconds for consistency.
elementals_classes.png
Top