ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. [Oxide] 20:46 [Info] [Zeiser Levels REMASTERED] Developer missed this item, which can be picked up: [seed.hemp]. Let him know on Oxide forums!

    Just informing :)
     
  2. Thanks!
     
  3. How to set the maximum level of each skill ???
    By default, what is the maximum level ???
     
  4. (15:27:31) | [Oxide] 15:27 [Info] [Zeiser Levels REMASTERED] Developer missed this item, which can be picked up: [seed.hemp]. Let him know on Oxide forums!
     
  5. Thank you
     
  6. I take it that there is a way to change the colours of the level bars? For example, changing the "Woodcutting" bar from orange to dark blue/red/whatever.
     
  7. Hi.

    Can we use value like 0.5 ?

    "PointsPerHit": {
    "M": 0,5,
    "S": 0,5,
    "WC": 0,5

    and

    "ResourcePerLevelMultiplier": {
    "M": 1.5,
    "S": 1.5,
    "WC": 1.5

    Can we use 1.5 , 0.5 ? or 0,5 1,5 ?
     
    Last edited by a moderator: May 17, 2016
  8. You can use 1.5 :)
     
  9. Found a bit of a bug.

    If I remove "CRAFTING" from the code below (Before and after) it removes the tab yes..that's great. But then seems to not save levels. I could be level 20 reconnect to the server and be a level 1. This wasn't happening before the recent RUST update.

    Keep in mind levels don't save ONLY if I change the bit of code "CRAFTING" If I don't change it it's 100% fine.

    Before
    Code:
    public static class Skills
            {
                public static string CRAFTING = "C";
                public static string WOODCUTTING = "WC";
                public static string SKINNING = "S";
                public static string MINING = "M";
                public static string[] ALL = new[] {WOODCUTTING, MINING, SKINNING, CRAFTING};
    After

    Code:
    public static class Skills
            {
                public static string CRAFTING = "C";
                public static string WOODCUTTING = "WC";
                public static string SKINNING = "S";
                public static string MINING = "M";
                public static string[] ALL = new[] {WOODCUTTING, MINING, SKINNING};
     
  10. If you need to disable crafting then do it in the config is the best way
    Code:
    "LevelCaps": {
        "C": -1,
        "M": 0,
        "S": 0,
        "WC": 0
     
  11. I'm stupid haha *Facepalm*

    Thanks.
     
  12. It's possible restart stat for all plyer ?
     
  13. Here is how I do when I do a wipe for a fresh new start with this plugin.

    Console :

    1) oxide.unload plugin
    2) Delete the files in data
    3) oxide.load plugin

    Hope it works !
     
  14. question, is any way to add permission to each skill?
    example:
    group1 use mining skill only
    group2 use mining and woodcutter skills
    group3 use hunter skill only
     
  15. [Info] [Zeiser Levels REMASTERED] Developer missed this item, which can be picked up: [seed.hemp]. Let him know on Oxide forums!
     
  16. Well, im done now.
    I tried nearly every version but nothing helps..my server wont even start when i add ZLevels...instead im getting this sweet error...pls help meh..
     

    Attached Files:

  17. Looks like a bad build you have. Are you running this from your home pc
     
  18. Linux - Rootserver
    Every other Plugin runs fine, just gets creepy if i add ZLevels..
     
  19. @Wulf can help you better with this as this is his field
     
  20. Wulf

    Wulf Community Admin

    That error shouldn't exist, it should have been fixed 100 or so builds back with an SQLite upgrade I thought. The issue stemmed from the plugin trying to use a DLL for SQLite that was provided by the system that wasn't compatible with what the plugin system uses I believe.