ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. The config is pretty self explanatory
     
  2. how to change the height of the panels? zlevel.jpg
     
  3. Can someone help me with this error. I don't understand what's happening but this plugin hasn't been working for days now.

    Code:
    (18:24:12) | [Oxide] 18:24 [Error] Failed to call hook 'OnDispenserGather' on plugin 'ZLevelsRemastered v1.6.4' (InvalidCastException: Cannot cast from source type to destination type.)
    (18:24:12) | [Oxide] 18:24 [Debug]   at Oxide.Plugins.ZLevelsRemastered.levelHandler (.BasePlayer player, .Item item, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnDispenserGather (.ResourceDispenser dispenser, .BaseEntity entity, .Item item) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  4. "How to fix that and what option enables CRAFTING to show?"

    Simple:

    },
    "LevelCaps": {
    "C": -1, // Crafting Level is off.
    "M": 200, // Crafting Level is on and shown
    "S": 200,
    "WC": 200
    },
    Just tipe the max LVL that a user can be reach. Save and reload "ZLevelsRemastered" in console.
     
  5. To fix crafting change it to the level you want

    "C": 200,

    or whatever number you want other then -1
     
  6. Yeah i know, but this is for
    ZiggyGG.
    The quote gona wrong xD
    At least ZiggyGG can choose an answer.

    One point i never found is, how i move the ZLevel Window in top of InfoPanel Window. They overlap in crafting and direction.

    MfG
     
    Last edited by a moderator: Sep 15, 2016
  7. massive error!
    Code:
    [Oxide] 12:31 [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'ZLevelsRemastered v1.6.4' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
    [Oxide] 12:31 [Debug]   at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnItemCraftFinished (.ItemCraftTask task, .Item item) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
     
  8. Me too :-( Must wait....
    [DOUBLEPOST=1474393834][/DOUBLEPOST]But i have see a Server called "Eisenschmiede" where the Plugin works 100%.
     
  9. How to setup the plugin to disabled the UI by default? We can toggle it by command /statsui.. but this is not what I want.
     
  10. Wulf

    Wulf Community Admin

    I'll take a look shortly when I get a chance.
     
  11. Please add configurable start multiplier (n + skill_bonus).
    I have tired to modify code of the plugin after any update :(
     
  12. [Oxide] 15:55 [Error] Failed to call hook 'OnDispenserGather' on plugin 'ZLevelsRemastered v1.6.4' (InvalidCastException: Cannot cast from source type to destination type.)

    could some tell me what I may have done wrong? I want levels slow and low here is what I have and it kicks the error
    Code:
    {
      "CraftingDetails": {
      "PercentFasterPerLevel": 3,
      "TimeSpent": 1,
      "XPPerTimeSpent": 2
      },
      "dbConnection": {
      "Database": "db",
      "GameProtocol": 1475,
      "Host": "127.0.0.1",
      "Password": "password",
      "Port": 3306,
      "UseMySQL": false,
      "Username": "user"
      },
      "LevelCaps": {
      "C": 20,
      "M": 10,
      "S": 10,
      "WC": 10
      },
      "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": 2,
      "M": 2,
      "S": 2,
      "WC": 2
      },
      "PointsPerHit": {
      "M": .7,
      "S": .7,
      "WC": .7
      },
      "ResourcePerLevelMultiplier": {
      "M": 0.8,
      "S": 0.8,
      "WC": 0.8
      }
    }
     
    Last edited by a moderator: Oct 7, 2016
  13. Change
    "PointsPerHit": {
    "M": .7,
    "S": .7,
    "WC": .7
    },
    to
    "PointsPerHit": {
    "M": 7,
    "S": 7,
    "WC": 7
    },
     
  14. did that and now got this
    Code:
    [Oxide] 17:32 [Error] Failed to call hook 'OnDispenserGather' on plugin 'ZLevelsRemastered v1.6.4' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 17:32 [Debug]  at System.Collections.Generic.Dictionary`2[System.UInt64,System.Collections.Generic.Dictionary`2[System.String,System.Int64]].get_Item (UInt64 key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getLevel (UInt64 userID, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercentInt (.BasePlayer player, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercent (.BasePlayer player, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.levelHandler (.BasePlayer player, .Item item, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnDispenserGather (.ResourceDispenser dispenser, .BaseEntity entity, .Item item) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    [Oxide] 17:32 [Info] [Zeiser Levels REMASTERED] Trying to get [Mining]. For player who's SteamID: [76561198050340335]. He is not on a user list yet?
     
    Last edited by a moderator: Oct 7, 2016
  15. Can you upload all your files for this plugin
     
  16. hiya how would i go about changing the colour of the lvl bars like woodcutting to brown mining to silver ectra thanks
     
  17. sorry was in huricane Mathew and didn't have power till Late Lastnight. Here Is the file.

    Here is what I am trying for. I would like level to increase very slow. Like every 2 trees 1 point same with stone. Gather to be every 1 Point the gather is 2 more. Like default is 15 then hit it goes up 18. Not sure if i am explaining it. Just dont like the very fast increase of gather and levels
     

    Attached Files:

  18. I would like to save only 1 persons zlevel, how can I do this as the .db file is encrypted. Thank you.
     
  19. Is it possible? I have a wipe tomorrow so I would like to know how to set this. Right now im just taking screenshots. Thanks.