ZLevelsRemastered

Moved

Total Downloads: 41,383 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018

5/5, 127 likes
  1. @DzRealKiller - Read the coding used in the JSON file, is clearly labelled, there are Points per hit (xp), level caps, and death % loses...
    @Ravioli - Same to you, you can change the multiplier number from 20 to anything of your choice.

    In terms of bugs, having ran this mod for about 48hours on my own server, no issues yet.
     
  2. is it possible to tweak certain items from skills? I would like to nerve cloth gathering on skinning a bit. Or just tell me where in the code the values are set. Thanks!
     
  3. Anyone got an idea on how to boosts specific players as a bonus, i.e. permissions?
     
  4. Crafting won't seem to disable for me.

    Could you please send me config file with it disabled already?

    This is as it is right now

    Code:
                levelCaps = checkCfg<Dictionary<string, object>>("LevelCaps", new Dictionary<string, object>{
                    {Skills.WOODCUTTING, 0},
                    {Skills.MINING, 0},
                    {Skills.SKINNING, 0},
                    {Skills.CRAFTING, -1}
     
  5. That looks like the plugin, not the config, you -1 it in the config folder.
     
  6. Thanks
     
  7. Im using ZLevels Remastered as Gather Plugin, but i want to increase the gain of quarrys.
    Couldnt find a Plugin only for changing the gather rate only for quarrys can someone help me out with this?
     
  8. In the normal gather plugin you can set it so only Quarries are effected, in the config
     
  9. Hi,
    I use GatherManager in conjunction with z-levels to achieve this.

    my gather manager config has this in it.
    Code:
      "Options": {
        "GatherDispenserModifiers": {},
        "GatherResourceModifiers": {
          "High Quality Metal Ore": 5.0
        },
        "MiningQuarryResourceTickRate": 5.0,
        "PickupResourceModifiers": {},
        "QuarryResourceModifiers": {
          "High Quality Metal Ore": 5.0
     
  10. So i tried to disable the crafting skill by setting the level cap to -1, but it still gains xp and levels up...
     
  11. If you set -1 its basicly unlimited levels :) Set it 1 and you are done
     
  12. why does it have to be offline? why not just unload the plugin?
     
    Last edited by a moderator: Apr 27, 2016
  13. Hey. I have an deathmatch arena setup for my server but players complain that they lose xp in there because obv. they die alot. Can I combine ZLevels with ZoneManager so you will not lose XP in this zone? If not, maybe a nice idea to implement?
    [DOUBLEPOST=1461783109][/DOUBLEPOST]btw. as an admin I do not lose XP
     
  14. This was fixed a long time ago so I dont know why you are quoting something so many pages back for
     
  15. fixed it thanks to Access another plugin | Oxide. I ended up combining it with EventManager, not ZoneManager. All credit goes to k1lly0u!
    I quoted //ttrism to changes in the file

    edit: updated the file. Had an error. Now it should work.
    Note:
    1. I added plugin reference EventManager, so this plugin needs to be available
    2. I added the condition if the player is in event. If so, he does not lose xp
    3. I changed the timer from 10 minutes to 0. So everytime the player dies, he will lose the % of XP as set in the config
     

    Attached Files:

    Last edited by a moderator: Apr 29, 2016
  16. is there a setting to use the zonemanager?
     
  17. Hello, i dont get it how to change gather level to test gathering on my server...
    For example i have woodcut lvl 5 and i want to make myself lvl 15
    so i white in console zlvl ZergSquad WC +10 but my woodcutting lvl isnt increase
     

  18. try this one here without the + and quote your name
    Code:
    zlvl "ZergSquad" WC 10
     
  19. yes in the beginning of the file. But apperantly it still does decrese the levels. Working on a fix
     
  20. no effect