ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. Wulf

    Wulf Community Admin

    Wulf updated ZLevels Remastered with a new update entry:

    1.6.5

     
  2. It does not work for my server.
    Maybe a linux specific problem???
    "Assembly referenced by ZLevelsRemastered plugin does not exist: Oxide.Core.MySQL.dll"
     
  3. Wulf

    Wulf Community Admin

    Wulf updated ZLevels Remastered with a new update entry:

    1.6.6

     
  4. Thanks for updating Wulf! You're very quick on it lol. I only just got the update for it.
     
  5. [11/10/2016 19:27:09] [Oxide] 7:27 PM [Error] Assembly referenced by ZLevelsRemastered plugin does not exist: Oxide.Core.SQLite.dll
     
  6. Wulf

    Wulf Community Admin

    Check your RustDedicated_Data/Managed for Oxide.Core.SQLite.dll.
     
  7. Thank you, Wulf.
     
  8. Hi, i added new ability that allow configure default multipliers at 1 lvl of each skill.
    By default they setted to 1, and havent change anything. But anyone can modify them.

    Code:
    "DefaultResourceMultiplier": {
        "M": 3,
        "S": 3,
        "WC": 3
      }
    Can u add this code to the plugin, or i still need to update it manually every patch?
     
  9. Wulf

    Wulf Community Admin

    I'll take a look.
     
  10. Mhh.. I don't have that file. I didn't have any error before the patch.
     
  11. Wulf

    Wulf Community Admin

    You do not have Oxide fully installed then. Make sure to install ALL files included with each Oxide .zip bundle.
     
  12. I noticed that when i loaded this new update it still had xp "rewards" in it ? also crafting was set to a minus level ? is there any reason for this ?
     
  13. Wulf

    Wulf Community Admin

    I updated based on the errors, haven't done anything else to it.
     
  14. Wulf, hi there. What would be the reason for the plugin not to work due to the following

    "[Oxide] 11:51 [Error] Error while compiling ZLevelsRemastered.cs(27,26): error CS0246: The type or namespace name `Ext' could not be found. Are you missing an assembly reference?"

    I have attempted removing everything related to the plugin hoping it was some bad references but it does not appear to compile anything at all.

    To confirm, my Oxide is up to date. All other plugins seem to work fine though.

    EDIT : seems to be fine now. Didnt notice there was another update :)
     
  15. Как сделать чтобы компоненты были по горизонтали, подскажите пожалуйста, или где про это можно прочитать?
    How to make that components were across, prompt please or where about it it is possible to read?
     
    Last edited by a moderator: Nov 13, 2016
  16. Hey so not a super big issue but when I installed this the crafting level is missing from the UI and all. Any reason why?
     
  17. We're having an issue where the crafting skill does not show up.
     
  18. it is disabled by default, change LevelCaps.C to cap, not to -1.
     
  19. Hello. My oxide version is this one : Oxide 2.0.2745 for Rust 1072.84 (1925)

    I have this error spamming my console about ZLevels.... Can someone help?

    edit : I removed the error I took place for nothing. I just reinstalled the plugin and erased the data files, and it's clean now :)
     
    Last edited by a moderator: Nov 17, 2016
  20. @Wulf is there currently a way to give/edit peoples Zlevels, trying to integrate this with quests.
    Just need some sort of a command to add levels like addlvlmining name 1
    [DOUBLEPOST=1479560612][/DOUBLEPOST]Before anybody directs me to front page, i have tried old commands, and i get this, regardless the player

    Code:
    [Error] Failed to call hook 'ZlvlCommand' on plugin 'ZLevelsRemastered v1.6.6' (KeyNotFoundException: The given key was not present in the dictionary.)
    (13:01:56) | [Oxide] 13:01 [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.adminModifyPlayerStats (System.String skill, Int64 level, Int32 mode, .BasePlayer p) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.ZlvlCommand (.Arg arg) [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