ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. I hope these changes will not lead to a wipe levels?
     
  2. nope :) it leads to cleaner code :)
     
  3. Thanks. :)
     
  4. Hello,
    Is there any posibility to add some option to Hide admins in /topskills ? As an admin I don´t really play, but still I love to play rust so I am playing but not with players and mostly solo arround on my server. What is just a problem, and many people are also loud about this, as a Admin and as a player I am sometimes in top ranks with woodcutting and skinning, So for me would be great if there was some option or some permission that would say to this plugin "Hey I am admin, you can track my lvls and progress but not print/show it on /topskills command"
     
    Last edited by a moderator: Apr 14, 2016
  5. Ok, I'll implement that some day, when i'll find some time :)
     
  6. Getting this with the latest
    [04/14/2016 15:09:40] [Oxide] 15:08 [Error] Error while compiling ZLevelsRemastered.cs(25,17): error CS0246: The type or namespace name `Connection' could not be found. Are you missing `Network' or `Oxide.Ext.MySql' or `Oxide.Ext.SQLite' using directive?
    [04/14/2016 15:24:25] [Oxide] 15:24 [Error] ZLevelsRemastered plugin failed to compile!
    [04/14/2016 15:24:25] [Oxide] 15:24 [Error] ZLevelsRemastered.cs(25,17): error CS0246: The type or namespace name `Connection' could not be found. Are you missing `Network' or `Oxide.Ext.MySql' or `Oxide.Ext.SQLite' using directive?
     
  7. update oxide from OxideSnapshots ;)
     
  8. I have latest Oxide version and get the SQL error, and the referred to version above is not available, why publish an update know one can use, guess I'll roll back....
     
  9. Hi!
    First off gotta say I love the Level plugin. But I have a problem. I install the plugin in the correct directory and restart my server, but still the plugin won't show. And also what is strange is that i don't have the "ZLevelsRemastered" plugin in the config map as well. Anyone got any suggestions?
    Thanks!
     
  10. Wulf

    Wulf Community Admin

    I said that as to not rely on it, as they aren't always 100% usable or ready for use. In this case (if you updated the plugin) you'd need the latest snapshot, but you should have probably read the update notes for the plugin and not updated yet. ;)
     
  11. Its only on my test server as I always test everything first before putting it on live
     
  12. 19:10 [Error] ZLevelsRemastered plugin failed to compile!ZLevelsRemastered.cs(25,17): error CS0246: The type or namespace name `Connection' could not be found. Are you missing `Network' or `Oxide.Ext.MySql' or `Oxide.Ext.SQLite' using directive?
     
  13. [Oxide] 21:06 [Error] ZLevelsRemastered plugin failed to compile!
    [Oxide] 21:06 [Error] ZLevelsRemastered.cs(25,17): error CS0246: The type or namespace name `Connection' could not be found. Are you missing `Network' or `Oxide.Ext.MySql' or `Oxide.Ext.SQLite' using directive?
     
  14. Wulf

    Wulf Community Admin

    See the previous replies in this thread.
     
  15. Thx, i go to older version Plugin.
     
  16. Possible to add a player some levels?

    Edit: Solved.
    Found it :b
     
    Last edited by a moderator: Apr 15, 2016
  17. I have another question , can you put a level limit for each category ? Thank you
     
  18. Yes, there is in the config file.

    Code:
    {
      "CraftingDetails": {
        "PercentFasterPerLevel": 5,
        "TimeSpent": 1,
        "XPPerTimeSpent": 3
      },
      "dbConnection": {
        "Database": "db",
        "GameProtocol": 1336,
        "Host": "127.0.0.1",
        "Password": "password",
        "Port": 3306,
        "UseMySQL": false,
        "Username": "user"
      },
      "LevelCaps": {
        "C": 20,
        "M": 0,
        "S": 0,
        "WC": 0
      },
      "Messages": {
        "CSkill": "Crafting",
        "LevelUpText": "{0} Level up\nLevel: {1} (+{4}% bonus) \nXP: {2}/{3}",
        "MSkill": "Mining",
        "SSkill": "Skinning",
        "StatsHeadline": "Level stats (/statinfo [statname] - To get more information about skill)",
        "StatsText": "-{0}\nLevel: {1} (+{4}% bonus) \nXP: {2}/{3} [{5}].\n<color=red>-{6} XP loose on death.</color>",
        "WCSkill": "Woodcutting"
      },
      "PercentLostOnDeath": {
        "C": 50,
        "M": 100,
        "S": 50,
        "WC": 100
      },
      "PointsPerHit": {
        "M": 30,
        "S": 30,
        "WC": 30
      },
      "ResourcePerLevelMultiplier": {
        "M": 20.0,
        "S": 20.0,
        "WC": 20.0
      }
    }

    Code:
    "LevelCaps": {
        "C": 20,
        "M": 0,
        "S": 0,
        "WC": 0
    Just Edit this part here as you wish