[RPG] Heroes - 7/21 [1K]

Discussion in 'WIP and Development Status' started by Kainzo, Feb 26, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Zalastri

    Because you don't need them per class, they're optional.
     
  2. Offline

    TexanFury

    Is the syntax like this?
    projectiledamge:
    [Any#Here]​
     
  3. Offline

    Mikhos

    [2011-07-27 01:02:49 [SEVERE] Could not pass event PLAYER_MOVE to Heroes java.lang.NullPointerException at com.herocraftonline.dev.heroes.persistence.HeroManager.loadClass(HeroManager.java:188) at com.herocraftonline.dev.heroes.persistence.HeroManager.loadHero(HeroManager.java:101) at com.herocraftonline.dev.heroes.persistence.HeroManager.getHero(HeroManager.java:81) at com.herocraftonline.dev.heroes.skill.skills.SkillOne$SkillPlayerListener.onPlayerMove(SkillOne.java:88) at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164) at net.minecraft.server.Packet10Flying.a(SourceFile:126) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85) at net.minecraft.server.NetworkListenThread.a(SourceFile:105) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)


    Any chance of helping me solve this?
    Bukkit Recommended build 1000.
     
  4. Offline

    TexanFury

    I've been getting something similar to that error too. It happens to me whenever someone attacks a mob.
     
  5. Offline

    dak393

    I know but you could always have them in and if blank it defaults... =/ but what ever XD I can still add them in myself.
    @TexanFury I forget the exact format (had it at one point) believe it should work the way you have it (this section will override damages.yml)
     
  6. Offline

    DrBowe

    ...Why are you guys still posting in the WIP thread? :confused:
    You'll likely get more timely responses if you take it to the release thread.
     
  7. Offline

    dak393

    I was wondering that myself :p
     
  8. Offline

    Dagumboss

    Code:
    2011-08-02 22:19:48 [INFO] [Heroes] Created hero: UDIE91
    2011-08-02 22:19:48 [SEVERE] Could not pass event PLAYER_MOVE to Heroes
    java.lang.NullPointerException
    at com.herocraftonline.dev.heroes.persistence.HeroManager.createNewHero(HeroManager.java:81)
    at com.herocraftonline.dev.heroes.persistence.HeroManager.loadHero(HeroManager.java:144)
    at com.herocraftonline.dev.heroes.persistence.HeroManager.getHero(HeroManager.java:98)
    at com.herocraftonline.dev.heroes.skill.skills.SkillOne$SkillPlayerListener.onPlayerMove(SkillOne.java:86)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Any help?

    It just keeps doing this for everyone all the time.
     
  9. Offline

    dak393

    What version of heroes? You shouldn't be posting here btw use the normal thread.
     
  10. Offline

    Dagumboss

    Yeah I posted one there after I noticed that. 1.1.3 b47
     
  11. Offline

    Trido

    Hello i have a request that you add haste and slow, you can just change the name of one to haste also. This plugin is awesome keep up the good work (=
     
  12. Offline

    Kardocraft

    My players get too much damage from a skeleton. I tried to change it in the damage file as arrow and as skeleton but it doesnt work. But I forgot if maybe the skeleton was bugged with the damage file. Does anyone know what I can do or if their is something to do that.
     
  13. Offline

    Multitallented

    Here's a list of new spells with their jar download links:
    http://pastebin.com/62ttxeNs

    Here's a list with all of the source download links:
    http://pastebin.com/8Ab2AhN5

    I know that a lot of them aren't very customizable (like spell duration and such). I'll get around to it soon I hope.
     
  14. Offline

    Trido

    I'm sure it's because of what class they chose like mages have weak health compared to warriors... on the server i play the hearts you see down the bottom are missleading, to see your real health you type the command /hp hope that helps (=
     
  15. Offline

    BeastlyGreg

    Hey just a heads up. I was playing on a server whose name I will not mention and i saw they used this plugin. I got it and I started using it on my server and it threw up errors. I took a close look and realized it had a problem with player listener. Bukkit took out player listeners a while ago and i thought u should update that.

    If you dont have the time to fix this just email me the file ad i will try my hardest to update it and send it back.

    Thanks

    Greg ([email protected])
     
  16. Offline

    Marinedalek

    Im not particularly good with permissions, im am new to it, When i turn on my serve I get this message relating to Heroes:
    2011-08-14 21:28:58 [SEVERE] Could not pass event CUSTOM_EVENT to Heroes
    java.lang.NoClassDefFoundError: com/nijiko/permissions/StorageReloadEvent
    at com.herocraftonline.dev.heroes.HPermissionsListener.onCustomEvent(HPermissionsListener.java:29)
    at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.java:855)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at org.getspout.spout.ServerTickTask.run(ServerTickTask.java:22)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    It appears over and over, please help me, i really want heroes to work
     
  17. Offline

    Snrclub224

    When i attempt to run my server with heroes, it gives me the following error:

    [SEVERE] Could not load 'Plugins\Heroes.jar' in folder 'plugins' : mapping values are not allowed here
    in "<reader>", line 5 column 12:
    expLoss: 0.1
    ^

    is this a YML error or a plugin error? I didn't even go into the config file yet...

    The ^ is below the :

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  18. Offline

    Perdog

    @Snrclub224
    @Marinedalek
    @BeastlyGreg

    He has an actually released version of this now, post there and you may get actual help, and chances are all the problems are fixed in the downloads he has there.

    And to all potential users seaking help, please go HERE You may actually get the help you're looking for.
     
  19. Offline

    MonsieurApple

    Please direct your attention here for the updated thread.
     
  20. Offline

    TehTwisT

    Hey i need help...... it wont work i was wondering if u could make a tutorial or anyone..please..i dont know how to do it i have it installed but zero (0) classes and everything besides starting class plzz help
     
  21. Offline

    gavo71

    Question is there a way to set 1 of the classes to say Ops only ?
     
  22. Offline

    dak393

    If you look at the offical thread and not this WIP one then you will see the list of permission nodes including:
    Code:
    heroes.classes.class-name-in-all-lowercase    Choose the specified class
    So yes you can.
     
  23. Offline

    Leviwulf

    Quick Question, Is there a way to set it so that wolves will share XP when they kill for you?
     
  24. Offline

    dak393

    please read the first line of the first post.
    Edit: or hell even my post above yours.
     
  25. Is there a way for me to have skills automatically bound to certain items? I want to get rid of the /bind command and have certain items with skills already bound to them.
     
  26. Offline

    slubgod

    Is there a way to change the damage of weapons based on class? For instance: A Barbarian wielding a wood sword would do more damage than a warrior welding a wood sword.
     
  27. Offline

    Maxlam

    Hello there,

    I'm using "Heroes" on the last version, but I cannot use the "Enchantment Table" because the Plugin is using the XP-Bar Upper than the "Enchantment Table". So, when people entering into an "Enchantment Table" and they click on an item, the item disappeared...so they just CANNOT just the Table.

    Can you please help us ?
    Thanks alots,
    Maxlam
     
  28. Please use the thread linked at the top of the first post
     
  29. Offline

    dsmyth1915

    Okay, running heroes on my server, bukkit 1.2.3; I kept getting this error in console.

    Code:
    18:16:07 [SEVERE] Could not pass event EntityDamageByEntityEvent to Heroes
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
            at net.minecraft.server.EntityEnderDragon.b(EntityEnderDragon.java:410)
            at net.minecraft.server.EntityEnderDragon.e(EntityEnderDragon.java:296)
            at net.minecraft.server.EntityLiving.G_(EntityLiving.java:446)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1260)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:106)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1242)
            at net.minecraft.server.World.tickEntities(World.java:1149)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.event.Event.<init>(Ljava/lang/String;)V
            at com.herocraftonline.dev.heroes.api.WeaponDamageEvent.<init>(WeaponDamageEvent.java:25)
            at com.herocraftonline.dev.heroes.damage.HeroesDamageListener.onEntityDamageCore(HeroesDamageListener.java:148)
            at com.herocraftonline.dev.heroes.damage.HeroesDamageListener.onEntityDamage(HeroesDamageListener.java:214)
            at sun.reflect.GeneratedMethodAccessor30.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:301)
            ... 12 more
    18:16:30 [INFO] WorldEdit: dsmyth1915 (in "Survival_the_end"): butcher - Position: (-11.0, 79.0, -8.0)
    18:16:30 [INFO] WorldEdit: dsmyth1915 (in "Survival_the_end"): butcher -a - Position: (-11.0, 79.0, -8.0)
    And so, I went into the end, /butchere'd the dragon and all errors immediately halted.

    I hope this can be fixed quickly, since the enderdragon is AWESOME!

    Plugin list: ConsoleScheduler, Worldedit, Heroes, BKcommonLib v1.13, Iconomy, Permissionsex, Herochat, Paidranks, Essentials, essentials Spawn, nolagg(full package), multiverse core&Portals, LWC, Vault, Cbuptodate, Iconomy, Virtualchest(Giftpost), Citizens, Worldguard, Worldborder, OpenInv
     
  30. Offline

    SmudgeCraft

    I have some suggestions for the heroes plugin:

    -Use the spoutcraft gui to create an interface for class trainers. Lets say you want to train a skill. Right click a class trainer and a box will show up with different options: Skills, Class tree(as the achievements already look like in default minecraft) - Mastered classes look like "achieved" achievments does. If you click skills, then all available skills should show up, and maybe it would be integrated with economy plugins, so it would cost X amount of the currency on the server.

    -Maybe create something like dungeons which you can fight monsters and bosses and recieve item drops at different drop rates. And you would recieve a high amount of XP to kill the boss.

    -Use spout to enable custom skins for the class trainers.

    I would be more then overwhelmed with hapiness if at least one of these suggestions will be used!
     
Thread Status:
Not open for further replies.

Share This Page