[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. How exactly does the regeneration work? There isn't an option in mcmmo.properties
     
  3. Offline

    nossr50

    @Pawned I wouldn't mind making SQL an option if theres a good tutorial on using MySQL with Java available. Its not something I've done before and I wouldn't want to mess it up.
     
  4. Offline

    Jayxio

    I need help im not sure if i set the permissions right
    im using permission 2.4
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'mcmmo.skills.*'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
    
     
  5. Offline

    nossr50

    Regneration works like this...
    There are three tiers of how frequent you can regenerate that is based on your power level. For the lowest tier you are healed every 40 seconds, for the second tier its 20, and for the first tier its 10 seconds. If you are injured at all by another player or monster you cannot regenerate for a full 60 seconds, this is to stop regeneration from being useful in combat as you will have to cower and hide to start regenerating again.

    Tier 1 = 0 Power Level
    Tier 2 = 500+ Power Level
    Tier 3 = 1000+ Power Level

    I may tweak these values but this is how it works currently.
     
  6. That's great news :). I hope you can find a good tutorial, or somebody could link you to one :D.

    I saw this, which might help you? http://www.vogella.de/articles/MySQLJava/article.html
     
  7. Offline

    g1real

    No support for the new permissions? It seems quite broken in combination with your plugin.

    Sad that I have to revert to older versions all the time.

    Edit: Oh wait, I lost the downloaded file and I can't redownload it, so now I'm without the MMO plugin :|
     
  8. Offline

    strupan

    anyone?
     
  9. Offline

    silentdojo

    @ strupan - I'm having the same problem I also use general (unofficial build) for spawns. Maybe a conflict?
     
  10. Offline

    diegokilla

    i use Spawncontrol plugin and have ZERO conflicts after .7.x mcmmo i believe it was
     
  11. Offline

    nossr50

  12. Offline

    Fusioneko

    IS it possible for the regeneration timers to be configurable as well as their rate of tier when they can be achieved at what base power level? I am all for regeneration, but for those who are new, I'm trying to create a roleplaying scenerio, but I would not like regeneration to occur so easily, but rather take it's time..
     
  13. Offline

    diegokilla

    also @ strupan it said in the worldedit OP that essentials is buggy and like to conflict with other plugins
     
  14. Offline

    Joshf

    I love this plugin. Is there anyway to make the server broadcast when someone levels up though? Also something i noticed is when you whois someone else it will say your name in the whois,not the person you whoised. for example i /whois scootpilgrim then it will say mcstats for phurii.
    --- merged: Feb 28, 2011 1:14 AM ---
    Also,is there anyway to disable the gravel turning to clay thing, my server sort of likes going on clay searches.
     
  15. Offline

    diegokilla

    clay option is in the mcmmo settings file
     
  16. Offline

    Joe_Young

    everything seems to work correctly. but sometimes when dying i get this:

    Code:
    2011-02-27 19:00:16 [SEVERE] Could not pass event PLAYER_RESPAWN to mcMMO
    java.lang.NullPointerException
        at com.gmail.nossr50.mcPlayerListener.onPlayerRespawn(mcPlayerListener.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:140)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:182)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:759)
        at net.minecraft.server.Packet9Respawn.a(SourceFile:10)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
     
  17. Offline

    strupan

    I will remove world edit and see how that goes!
     
  18. Offline

    nossr50

    Version 0.8.8
    • Gold can now be repaired
    • Tweaked Mining XP gains
    • Source code drastically reorganized
    • Added /mcgod godmode command
    • Fixed the pvp toggle in the settings file
    • Fixed nullcheck in player respawn
    The source code is available here for those interested. I spent hours reorganizing the code, it was a mess.

    New Permissions
    God Mode /mcgod (This is mainly for those complaining of god mode not working in other plugins)
    'mcmmo.tools.mcgod'
    --- merged: Feb 28, 2011 2:13 AM ---
    @Joshf Crap I'll put the fix in for that next update :)

    @Fusioneko I could let the tiers be configurable, I'll try to squeeze that into an update sometime.
     
  19. Offline

    g1real

    This post is here to serve and remember great shame and misdirected anger.
     
  20. Offline

    nossr50

    @g1real Your permissions are setup wrong, most likely from using tabs instead of 4 spaces.
     
  21. Offline

    g1real

    You're kidding me.

    Screw notepad++ :( I knew it was something with tabs, but I never bothered to think it would be my own undoing.

    Potential idea for future versions: Random events and finding chests while excavating
     
  22. Offline

    Joe_Young

    Ok, could you please, please, please, please, PLEASE stop using the command '/stats' to check your mcMMO stats? It's an incredibly generic term that also conflicts with Stats v.53 which really kinda fits better. How about switching to '/mmostats' since you're already using '/mmoedit'?
     
  23. Offline

    Tibs

    If I understand this correctly..
    the xp modifiers, are 1 or 2, the larger the number the faster the xp gain.

    Can these be set to .1 or .01 to slow the xp gain even further?
     
  24. Offline

    kookiegorawr

    You can set your preferences to make tab insert 4 spaces
    Or you could just change the command in the config...

    OT: The plugin is working perfectly on my server running 457 ^.^
    My friends and I love it!
     
  25. Offline

    nossr50

  26. Offline

    Joe_Young

    my bad. i didn't see that anywhere in this topic
     
  27. Offline

    nossr50

    Sneak Peak at 0.9

    For 0.9 I will be changing focus to gameplay enhancements, to make it much more like an RPG and feel much more like a gameplay changing mod. There will be abilities for skills activated by right click. A new skill may make it into this update as well. The mod will also see new uses for currently almost useless items, including a Phoenix Down type item to revive fallen allies and a Chimera Wing type item to return to your Myspawn with no inventory penalty at the cost of reagents.

    The details are secret, but when its ready I will be posting it along with a youtube video explaining the entire mod and all of its features, including these new abilities. I will be taking time to thoroughly balance the new abilities, and try to make them all fun and interesting. Their effects will be based on your skill level, but I plan to have all abilities available around 100+ in that skill level. And you will be able to rank up the abilities.

    0.9 will be enhancing the fun by 3x at least [sheep]

    There is no planned release date, but all my focus will go into making it happen in the very near future.
     
  28. Offline

    diegokilla

    no i was simply stating that the Worldedit author had stated in his OP that he was experiencing conflicts with ESSENTIALS, and from wat i understand ESSENTIALS is conflicting with many other plugins as well... i was not saying u should try not using essentials...
     
  29. Offline

    Fusioneko

    @nossr50 I hope to see some more functionality on the server side, rather client. (While thrilling as it is, to have for content to explore, and to live in.) :) Hoping it is not just eye candy for the players. Whilist I look forward to every update, I really do hope to see what is to come. (So I can give my feedback, and such.)
     
  30. Offline

    diegokilla

    WOOT WOOT :D

    suggestion for videos: one video for users and one for mcmmoadmins?
    (also if u need any help or raw footage, editing etc. plz shoot me a pm)
     
  31. Offline

    kookiegorawr

    ...I love you.
     
Thread Status:
Not open for further replies.

Share This Page