Inactive [RPG] xLevel v1.5.1 - The awesome RPG plugin [1185]

Discussion in 'Inactive/Unsupported Plugins' started by MCAndi, May 31, 2011.

  1. Offline

    Chivalrer

    YEa but can you do it 1 by 1? select spell with book , i dont get it, where? :(
     
  2. Offline

    thepackett

    You ay want to say this in the first post, i thought something was wrong :O
     
  3. Offline

    Chivalrer

    got it! Thanks thepackett

    Can you also change the cooldown time?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Try easyRPG for those, i used easyRPG but didnt want the weapon restrictions which is why i went to this instead, it actually becomes a pain after a while

    Forgot to say what I wanted to say, brilliant plugin, thanks for making it.

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

    Chivalrer

    Please make it that the admins have 0 cool down = false & true? XD
     
  6. Offline

    MCAndi

    i had the same idea :D of course i will add this as a permission and also a permission "no items needed for admins"
     
  7. Offline

    Chivalrer

    the no items needed for admins is already there :) but i really want the no cooldown for admins :D
     
  8. Offline

    MCAndi

    theres a option to disable no items needed for all players, but not for admins especially :>
     
  9. Offline

    Chivalrer

    Ohh.. :eek: but im still waiting for the no cooldown the most ;P!
     
  10. Offline

    MCAndi

    could take some time, im learning for my exams atm.
     
  11. Offline

    Jeiop

  12. Offline

    SourHead69

    I have a question I want to use the invisible spell but i dont know how to activate it... help Please.
     
  13. Offline

    MCAndi

    you have to be an archer at least level 2, just hit the air with a feather
     
  14. Offline

    SourHead69

    will it say something to notify me and thanks for that tip
     
  15. Offline

    MCAndi

    it should say, that you are invisible, the only thing you need to do is leftclick the air with a feather :)
     
  16. Offline

    SourHead69

    Say Thanks
     
  17. Offline

    Jadedwolf

    Is there permissions support for specific spells, as so i can only allow spells in specific worlds
    Or even not lets spells work in say main world and let them work in the pvp world?
     
  18. Offline

    Valgor

    I cannot get the permissions to work. I am using Bukkit, Essentials (all of them) and I am using Essentials Group Manager to handle people's permissions. My other plugins are: monsterbox, and cannonball.
    I am pretty sure that all plugins are up to date, and my craftbox is. Just to be sure, where can I find the version numbers?

    But ya, basically I enter the permission nodes into the groups file, and when I restart the server it deletes those nodes... I have checked, the plugins are running fine, so I don't know whats going on.

    Thanks in advance
     
  19. Offline

    Jadedwolf

    All I need is the ability to allow this plugin to not work in one world and work in my others. To prevent griefing
     
  20. Offline

    PlugBkkitIn

    i type /xl help (or the help thing it tells you to do) and it says you do not have permission to do this and its my server and im op please Help me.
     
  21. Can you please add a config where you can take out certain skills? I want to take out Sprint from the Warrior class. Thanks!

    Use Permissions instead of Group Manager?

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

    MCAndi

    you can disable it in some worlds by not giving the 'xlevel.player.*' permission in Permissions 3.x
    i will add a permission for each skill, which will be sth. like 'xlevel.skill.magician.icywind' or 'xlevel.skill.priest.heal'. this will also help you:
     
  23. Offline

    Derphiria

    are we able to make our own classes with the current spells that you added?

    if not, can you do so we can make our own classes? =)

    very good plugin, love it (tested it for a couple of hours on each class and i found it wonderful) only miss the ability to make my own classes =)

    Keep up the good work my friend !
     
  24. Offline

    jp_foxrocks

    Im quite nooby here cause i only know how to put plugin in plugin folder :confused:
    How do u install this?
     
  25. Offline

    MCAndi

    No, the plugin is fully written for the four classes and it would take as much time as writing a new plugin to integrate this feature. But if you really want it, i can send you the source code, so you can change the skills and rename the classes.

    yeah, thats it, you put it in your plugin folder.
    if you have the Permissions-plugin, give the 'xlevel.player.*' permission to your player groups and the 'xlevel.admin.*' (and, if you don't want that admins don't ahve any cooldown, the '-xlevel.admin.nocooldown') to your admin groups and restart your server
    if you don't have the Permissions-plugin, just restart your server
    the plugin will auto-generate a config file in "...serverdir...\plugins\xlevel"
    the config options should be understandable, but if you got any questions, ask :)
     
  26. Offline

    Derphiria

    no thanks, im not a plugin developer =)
    but thank you got the answer.
    keep up the good work ^_^
     
  27. Offline

    CreepersGoBoom

    Code:
    13:11:12 [SEVERE] Could not load 'plugins/xLevel.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:242)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:167)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Im Running on build 860
    i dont know weather i am running the server on a mac matters
    i dont have any other plugins installed and it happens to all plugins i try to install
    and so far only the voxel plugins work
     
  28. Offline

    Sile

    Awesome plugin, definitely in my opinion the most ergonomical, and most well recieved RPG plugin we've had on our server.

    Some feedback though:

    Warriors seem a bit gimped comparatively. Considering that on our server everyone does the same damage in melee with a diamond sword.

    Configurable XP required for different levels, and the level you can get abilites at.

    Restrictions on who can use a sword or items for full damage with configureable damage amounts?

    Other than that, very solid plugin. Easy to use, easy for players to pick up and understand. Fun to play with too.

    Ability to modify where the XP comes from. Players place diamonds block in our protection for fast free XP.

    Spells definitely need a cooldown, Mages just run around spamming Lightning. Edit - It seems that the lightning CD starts and stops? I'll try get some console logs for you.
     
  29. Offline

    MCAndi

    I don't know it because i never worked with mac, but maybe it's a path issue. I try to make a version which MAYBE work, if it doesn't i can't help you.


    Ty, for your post.
    Actually the skills have a cooldown.
    Are you using Permissions 3? If you do so, don't give the 'xlevel.admin.nocooldown' permission to your players.
    If not, don't activate the 'opNoCooldown' option in the config file.
     
  30. Offline

    KefKong

    I have a Few Questions, 1. When our Class gets Level up, do your Skills get better, which means Priest's Heal are more Effective? and 2. can you Make skills by adding a Command of xLevel and a Minecraft Command? my idea was that Priest could vanish Rain with 1 Glowstone or trap somones Soul (Block his whole movements ) by using a Soul Sand... and last, a Problem, on the Server I play on (donĀ“t know vers.) i cant use the Speed Buff as Priest, its keep saying that i need wool, even when i have enough?
     

Share This Page