What's new

MythicMobs v2.2.0 Released!

MythicCraft

Administrator
Administrator
Developer
Community Manager
Quality Assurance
Joined
Jul 18, 2015
Messages
693
v2.2.0 has been released! This build includes a lot of bug fixes, as well as a few small but very impactful features. We decided to focus mostly on bug fixes for this release due to the overwhelming desire from the community for a polish-centric update, so hopefully this delivers a bit. We will continue evaluating bug reports and fixing valid ones as they come in.

As for Major Features, this build also supports Vanilla Targeters. This feature is huge for people with map-making experience, and some VERY interesting things have already come out of the community using the dev builds for it (Monorails? really? who knew?). This feature will be as huge or as small as you make it, but it should provide some huge relief for those seeking scoreboard integration, certain target conditions we don't support yet, and other things.

This release also includes several game-breaking new skill mechanics, such as Missile and the BlockMask Effect. Manual update for these coming very soon!

Grab it here:
http://dev.bukkit.org/bukkit-plugins/my ... bs-v2-2-0/

You can discuss this release in this thread. Enjoy everyone!
 

jaylawl

Developer
Developer
Community Manager
Premium Supporter
Supporter
Quality Assurance
Joined
Sep 16, 2015
Messages
1,822
Im glad i could contribute to this release by doing some bughunting and making some suggestions. I think this turned out very very nice and i love the potential thats included inside. The vanilla targeters are bliss and the missile skill is THE stuff for making cool attacks or even just awesome, unique effects. :)
 

jaylawl

Developer
Developer
Community Manager
Premium Supporter
Supporter
Quality Assurance
Joined
Sep 16, 2015
Messages
1,822
Forgot to say: Thanks for your hard work man.

(cant edit posts in this subforum)
 

Xofter

New Member
New
Joined
Jan 19, 2016
Messages
2
java.lang.NullPointerException
at net.elseland.xikage.MythicMobs.Skills.Mechanics.ProjectileSkill$ProjectileTracker.run(ProjectileSkill.java:508)
at net.elseland.xikage.MythicLib.Adapters.Bukkit.BukkitTaskManager$1.run(BukkitTaskManager.java:28)
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722)
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
at java.lang.Thread.run(Thread.java:745)

MythicMobs version: 2.2.0
Bukkit version: git-Spigot-fdc1440-53fac9f (MC: 1.8.8)
 

jaylawl

Developer
Developer
Community Manager
Premium Supporter
Supporter
Quality Assurance
Joined
Sep 16, 2015
Messages
1,822
Xofter said:
java.lang.NullPointerException
at net.elseland.xikage.MythicMobs.Skills.Mechanics.ProjectileSkill$ProjectileTracker.run(ProjectileSkill.java:508)
at net.elseland.xikage.MythicLib.Adapters.Bukkit.BukkitTaskManager$1.run(BukkitTaskManager.java:28)
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722)
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
at java.lang.Thread.run(Thread.java:745)

MythicMobs version: 2.2.0
Bukkit version: git-Spigot-fdc1440-53fac9f (MC: 1.8.8)

1. use the suggestion/bug-subforum for bug-reports
2. your bug report is practically useless without posting the related configs too
 

Tankdest22

MythicMobs Expert
Supporter
Moderator
Quality Assurance
Joined
Jul 20, 2015
Messages
217
It was fun bughunting like Jaylawl said and I also am glad I contributed. Good to see that damage bug squashed! Now I can start balancing my custom mob's damage for my server I make custom mobs for.

There still are a few bugs that of which I will be posting on the bugs forums.
 

46319943

New Member
New
Joined
Jan 31, 2016
Messages
0
Author, hello. I am a plug-in developer, using 1.7.10 API BUKKIT development of a plug-in. My server is installed with the 2.2.0 version of the mythicmobs plug-in, when I call the EntityDamageEvent event in the event.getDamege () method, can not normally get the damage caused by the monster, which makes me very distressed.
However, when I use the mythicmobs version of the 2.1.5 plug-in, but also to get the normal damage.
My server version is 1.7.10 SPIGOT
Hope to tell me how to solve this problem.
 
Top