This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
When you shoot players or mobs with the explosive arrow it just passes an error and does not explode. It explodes fine when not firing at mobs or players which is pointless.
What steps will reproduce the problem?1. Use the skill2. Shoot a mob3. Done
What is the expected output? What do you see instead?I want it to explode when I hit a mob or player.
What version of the product are you using?Heroes CB 1.2.5-R4.0 with CB 1.3.1-R1.0 Recommended build
Do you have an error log of what happened?2012-10-05 19:33:16 [SEVERE] Could not pass event EntityDamageByEntityEvent to Heroesorg.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:80) at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:364) at org.bukkit.craftbukkit.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:386) at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:591) at net.minecraft.server.EntityMonster.damageEntity(EntityMonster.java:38) at net.minecraft.server.EntityArrow.h_(EntityArrow.java:222) at net.minecraft.server.World.entityJoinedWorld(World.java:1245) at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:511) at net.minecraft.server.World.playerJoinedWorld(World.java:1227) at net.minecraft.server.World.tickEntities(World.java:1125) at net.minecraft.server.WorldServer.tickEntities(WorldServer.java:428) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:563) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)Caused by: java.lang.NoSuchFieldError: aq at com.herocraftonline.heroes.characters.skill.Skill.damageEntity(Skill.java:257) at com.herocraftonline.heroes.characters.skill.Skill.damageEntity(Skill.java:321) at com.herocraftonline.heroes.characters.skill.skills.SkillExplodingArrow$SkillEntityListener.onEntityDamage(SkillExplodingArrow.java:178) at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339) ... 19 more
Are you sure it is working with this Heroes Build?
To post a comment, please login or register a new account.