[RPG/MECH] mcMMO v1.2.07 - RPG Addiction Redefined! Multi-Lingual! [1337][1549]

Discussion in 'Inactive/Unsupported Plugins' started by nossr50, Feb 5, 2011.

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

    nossr50

  2. Offline

    GROMkill

    Is there anyway to be able to set the EXP rates for individually users, rather than globally? I am trying to make a class system, where different classes give the skills different growth rates.
     
  3. Offline

    Tyler Rich

    thanks... i have always used axes instead of swords, and now u made them useful! i made my texture pack so that axes are great swords, swords are ... swords, shovels are spears, picks are hammers and hoes are axes... thanks for increasing the effectiveness of axes... god this makes it 10000 times better!

    a cool thing to add to this plugin would be a base damage for all tools
    shovel (spear): has good reach but poor damage, more damage if head attacks, fast attacks.
    axe (greatsword): has good reach, but slow attack speed, and crit chance, no additional damage for head attacks.
    sword(sword): same parry chance with good damage, same more damage with head attacks.
    pickaxe(hammer): deals crippling damage that has about same damage as sword but slows target, more damage with head attacks.
    hoe(scythe , Axe): deals damage that will hit near by enemys, fast weapon, long reach, no head damage.

    also a cool thing would be ever couple of levels you would get a number next to your name that accumulates one. overall level.

    overall great job...

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

    sauevaem

    Is it possible to use this plugin with MultiVerse and different permissions per world, so plugin will only affect one world?
     
  5. Offline

    Kingadams

    Ok so how would i call the name from the number? Right now im calling names from three tables cause i dont know how lol.
     
  6. Offline

    nevergod

    Id love to see this compatible with #707 and hopefully this week :D Keep up this insane plugin its awesome!
     
  7. Offline

    nossr50

    @Kingadams like this
    To grab someones user id

    id being what you grabbed from the first query
     
  8. Offline

    Kingadams

    Problem is im also pulling from 2 other Tables in my database that the users_id will go to different users.
     
  9. Offline

    nossr50

    Why don't you just use a separate DB for mcMMO then?
     
  10. Offline

    Jeyge

    Assuming SQL works the same in Java as it does in other languages, you could retrieve everything in one select statement like this one:

    SELECT user, taming, mining, repair, woodcutting, unarmed, herbalism, excavation, archery, swords, axes, acrobatics FROM skills a INNER JOIN users b ON a.id = b.id
     
  11. Offline

    Kingadams

    I done quite understand another MySQL Database? This is how its sorted

    Sorry if im being a nuisance to you. ScreenShot068.png
     
  12. Offline

    nossr50

    Yeah, you can just setup a new MySQL DB for mcMMO to use if its going to conflict with anything you have already
     
  13. Offline

    Kingadams

    No it wont conflict with anything its just pulling from user_id that is the issue

    Im pulling from Stats and iconomy and your plugin when its done.... the issue is im pulling by usernames cause Iconomy and Stats the ID. Like "1" would be adamnet on one of them, And "1" on the other would be <someguyhere>.

    So when i try to pull from yours too its going to be another user and i really would hate to have to wipe them all for it to work out well.
     
  14. Offline

    Lanuk

    I just updated to cb677. I also swapped the new 677 compatible jar file with my old one. I double checked that I had the right CB build and plugin version, but I still get this error upon startup:

    Code:
    [INFO] [mcMMO] Permissions enabled.
    2011-04-22 18:50:35 [SEVERE] null loading mcMMO v0.9.30 (Is it up to date?)
    java.lang.NullPointerException
        at com.gmail.nossr50.Tree.inOrder(Tree.java:23)
        at com.gmail.nossr50.mcLeaderboard.makeLeaderboards(mcLeaderboard.java:111)
        at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:87)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:578)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Help would be appreciated!
     
  15. Offline

    Jeyge

    Try running v0.9.29 until a fix is out.
     
  16. Offline

    nossr50

    I need some brave souls to test MySQL support in 1.0, send me a PM if you're interested
     
  17. Offline

    ropng

    does it work with build 709?​
     
  18. Offline

    Kahl

    I have a situation. When a user destroys a block in a WorldGuard region where they cannot build, they still get the XP for it and the mcMMO bonus item still drops.

    For example: Destroying a grass block in a protected zone gives them the XP each time, and even though it doesnt drop the dirt it drops the bonus item from their skill level.

    Is there a fix to this? This seems like a rather large problem.


    Btw im running on 670
     
  19. Offline

    ropng

    :'(
     
  20. Offline

    G1R Productions

    18:22:25 [INFO] Starting minecraft server version Beta 1.5_02
    18:22:25 [INFO] Loading properties
    18:22:25 [INFO] Starting Minecraft server on *:25565
    18:22:25 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-683-g068ca13-b711jnks (MC: 1.5_02)


    18:22:28 [SEVERE] null loading mcMMO v0.9.30 (Is it up to date?)
    java.lang.NullPointerException
    at com.gmail.nossr50.Tree.inOrder(Tree.java:23)
    at com.gmail.nossr50.mcLeaderboard.makeLeaderboards(mcLeaderboard.java:111)
    at com.gmail.nossr50.mcMM:confused:nEnable(mcMMO.java:87)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:584)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)


    18:23:50 [SEVERE] Exception while writing to plugins/mcMMO/powerlevel.mcmmo (Are you sure you formatted it correctly?)
    java.io.FileNotFoundException: plugins/mcMMO/powerlevel.mcmmo (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at java.io.FileReader.<init>(FileReader.java:41)
    at com.gmail.nossr50.mcLeaderboard.updateLeaderboard(mcLeaderboard.java:193)
    at com.gmail.nossr50.mcSkills.XpCheck(mcSkills.java:576)
    at com.gmail.nossr50.mcExcavation.excavationProcCheck(mcExcavation.java:201)
    at com.gmail.nossr50.mcBlockListener.onBlockBreak(mcBlockListener.java:145)
    at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:398)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
    at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:419)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)


    18:29:29 [SEVERE] Exception in thread "Timer-3"
    18:29:29 [SEVERE] java.lang.NullPointerException
    18:29:29 [SEVERE] at com.gmail.nossr50.mcTimer.run(mcTimer.java:44)
    18:29:29 [SEVERE] at java.util.TimerThread.mainLoop(Timer.java:512)
    18:29:29 [SEVERE] at java.util.TimerThread.run(Timer.java:462)
    18:29:29 [INFO] [mcMMO] Permissions enabled.



    Uhm help?
     
  21. Offline

    Kimberly2000

    Is there a prefix for the table?

    Like mcmmo_tablename?
     
  22. Offline

    blindsarcasm


    Try with v0.9.29
     
  23. Offline

    Magik

    has this been handled yet? I didn't get an alert to a reply from you @nossr50 - has this been fixed yet?

    edit: nm, i checked your source, it looks like it should work fine now - you return if the event was cancelled, thanks!
     
  24. Offline

    blubber

    Hey,
    since I use your plugin I got the problem that blocks often appear again (for example if you dig in dirt or gravel you suddenly cant move forward and the block you just digged away appears again)

    Another problem is, that I often get one of the following exceptions if I reload the server:

    2011-04-23 13:15:57 [INFO] mcMMO version 0.9.29 is enabled!
    2011-04-23 13:15:57 [SEVERE] Exception in thread "Timer-10"
    2011-04-23 13:15:57 [SEVERE] java.lang.NullPointerException
    2011-04-23 13:15:57 [SEVERE] at com.gmail.nossr50.mcTimer.run(mcTimer.java:44)
    2011-04-23 13:15:57 [SEVERE] at java.util.TimerThread.mainLoop(Unknown Source)
    2011-04-23 13:15:57 [SEVERE] at java.util.TimerThread.run(Unknown Source)

    or

    2011-04-23 13:14:12 [INFO] [mcMMO] Permissions enabled.
    2011-04-23 13:14:12 [SEVERE] Exception in thread "Timer-6"
    2011-04-23 13:14:12 [SEVERE] java.lang.NullPointerException
    2011-04-23 13:14:12 [INFO] mcMMO version 0.9.29 is enabled!
    2011-04-23 13:14:12 [SEVERE] at com.gmail.nossr50.mcTimer.run(mcTimer.java:44)
    2011-04-23 13:14:12 [SEVERE] at java.util.TimerThread.mainLoop(Unknown Source)
    2011-04-23 13:14:12 [SEVERE] at java.util.TimerThread.run(Unknown Source)
     
  25. Offline

    ShockBuddy

    Hey this looks very useful, i give it a try!

    [diamond]x5 !!!

    Please Keep up the Work!
     
  26. Offline

    Lanuk

    The herbalism additions were great! Not only mine, but many other servers wouldn't be able to live without this awesome skills mod. I do of course have a suggestion I thought might be cool though!

    I run a PvP Factions server and I think it would be really nice to have a sneak ability where players can go invisible for a limited amount of time. I am not sure what skill this could be based off. The total power level maybe? Anyways I would really like an option like this. Keep up the good work Nossr!
     
  27. Offline

    Jono20201

    Hey,

    Have you any plans for mysql for this?
     
  28. Offline

    Masau


    No, none at all.
     
  29. Would be cool if you make it possible that at a certain pwrlvl;
    you can choose to change into (from admin defined) groups (group manager)?
    Also i would like to see a more detailed Skill/Ability system,
    wich evolves with the lvls.
    But that group thing would help to improvise it.
    You do an awesome job by the way.
    Keep it up!
     
  30. Offline

    IIGoldII

    Anyway to remove the MOTD messages that displays the version number and Wiki?
    Sorry if this has been answered previously...
     
  31. Offline

    killerbeez

    Why would my entire servers stats randomly clear themselves? v0.9.29
    mcmmo.users I think is where it saves it, looked in the file and its blank but the new users start way down like it was erased.
     
Thread Status:
Not open for further replies.

Share This Page