ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. I followed the instructions below to modify levels, but none of them work. What do i need to do to change levels?

    ------------------------------------------------------------------------------
    zlvl [playername/steamid] [skillshortcutname] [XX] -- Sets player level to XX level.
    zlvl [playername/steamid/*/**] [skillshortcutname] +[XX] -- Increases player level by XX levels.
    zlvl [playername/steamid/*/**] [skillshortcutname] -[XX] -- Decreases player level by XX levels.
    zlvl [playername/steamid/*/**] [skillshortcutname] /[XX] -- Divides player level by XX.
    zlvl [playername/steamid/*/**] [skillshortcutname] *[XX] -- Sets player XP rates to XX% of server rates (100 is default).

    Instead of name you can use *(Online players) or **(All players(including offline)).

    Example:
    zlvl Visagalis WC +10 -- Increases Visagalis's level by 10
    zlvl * WC +5 -- Increases currently online players Woodcutting level by 5.
    zlvl ** * /2 -- Divides everyone's(including offline players) level by 2.
    zlvl Visagalis * *500 -- Sets 500% XP rates for Visagalis (That means player will get 5x XP for all skills).

    Shortcut codes for skills are:
    • C - Crafting
    • WC - Woodcutting
    • M - Mining
    • S - Skinning
    • * - All skills
    [DOUBLEPOST=1459089075,1459026794][/DOUBLEPOST]Anyone there..... bueller....bueller....bueller....
     
  2. Hi, love the plugin, but everytime i change the settings in the Json file, it just reverts back to the default ones.
    I want to get rid of crafting, and i want mining, wc, skinning to be max lvl 50, and each new lvl only gain +0.5% gather rate, also the death loss at 80%.
    If there is any way someone can just right it out for me so i can just upload it, that would be so awesome. thanks guys
     
  3. do:
    oxide.unload ZLevelsRemastered
    change config
    oxide.load ZLevelsRemastered
     
  4. okay, so i did that, and now the crafting is gone so thanks alot :)
    But now when i level up a skill, no message pops up at all...
     
  5. How to make Crafting level 100% = Instacraft?
     
  6. how do i make it so you don'd lose XP when you die
    [DOUBLEPOST=1459400531][/DOUBLEPOST]
    i advise getting a different plugin called crafting controller that allows you to set the crafting rate for the server
     
  7. I'm kinda new to this which line of coding do I change to cap levels, increase exp and increase amount from harvest/mining?
     
  8. How Do I make it so you dont lose level?
     
  9. How to change LVL 20?
     
  10. There a way to edit it so its 10% increase per level and not 20%
     
  11. What would be the config to where level 0 is vanilla gather and level 100 is 5X gather?
     
  12. Code:
    "LevelCaps": {
        "C": 20,
        "M": 100,
        "S": 100,
        "WC": 100
      },
    "ResourcePerLevelMultiplier": {
        "M": 0.5,
        "S": 0.5,
        "WC": 0.5
      }
    If M,S,WC - 100lvl, gather rate x4.95
    Or you can change the calculation formula (#region Utility), but then at the 1 level, gather will be 1.05
     
  13. how would i remove the crafting gui?? i have insta craft and its unused, any help would be awesome thanks
     
  14. "You can disable certain skills, by setting LevelCaps value for that skill to -1."
    Code:
    "LevelCaps": {
        "C": -1,
        "M": 100,
        "S": 100,
        "WC": 100
      },
     
  15. does this remove the GUI Name (Crafting ) on the bottom right of the Levels GUI Menu??
    [DOUBLEPOST=1460064284][/DOUBLEPOST]thanks it worked ^^
     
  16. Seriously, does anyone know how to change the levels for a particular user. I've asked before with no answer. I followed the FAQ and those commands do not work.




    .
     
  17. Nohow.
     
  18. Know how
     
  19. I probably missed this in the 28 pages... but I can't seem to find an answer for this:

    [Oxide] 17:21 [Error] Failed to call hook 'OnEntityDeath' on plugin 'ZLevelsRemastered v1.5.6' (InvalidCastException: Cannot cast from source type to destination type.)
    [Oxide] 17:21 [Debug] at Oxide.Plugins.ZLevelsRemastered.getPenaltyPercent (.BasePlayer player, System.String skill) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.ZLevelsRemastered.GetPenalty (.BasePlayer player, System.String skill) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.ZLevelsRemastered.OnEntityDeath (.BaseCombatEntity entity, .HitInfo hitInfo) [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     

  20. Same here getting this after i reload my plugins.

    Code:
    [Oxide] 00:03 [Info] Loaded plugin Zeiser Levels REMASTERED v1.5.6 by Zeiser/Visagalis
    [Oxide] 00:03 [Info] [Zeiser Levels REMASTERED] Trying to get [Crafting]. For player who's SteamID: [765611980********]. He is not on a user list yet?
    [Oxide] 00:03 [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'ZLevelsRemastered v1.5.6' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 00:03 [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.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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0