ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. It's not this plugin that causes that problem it's the gather manager that does that
     
  2. HI, i have problem with crafting level now i have 20 lvl and 3% stop dont go up :(
     
  3. thanks for the info
     
  4. Hi!
    I enabled the craft system but doesn't grow my crafting skill
    my exp while in craft goes to minus
    now craft lvl:-1 and -558%
    someone can tell me the problem.
    i tried reinstalling the ZLevelsRemastered.cs file but doesn't work
    here is the pic: http://i.imgur.com/MZzAxNV.png
     
    Last edited by a moderator: Oct 27, 2016
  5. -1 means its off
     
  6. return levelCaps[skill].ToString() == "-1"; this?
     
  7. I must be missing something, but i maxed the levels at ten yet it keeps going
    Code:
      void Init()
            {
                resourceMultipliers = checkCfg<Dictionary<string, object>>("ResourcePerLevelMultiplier", new Dictionary<string, object>{
                    {Skills.WOODCUTTING, 2.0d},
                    {Skills.MINING, 2.0d},
                    {Skills.SKINNING, 2.0d}
                });
                levelCaps = checkCfg<Dictionary<string, object>>("LevelCaps", new Dictionary<string, object>{
                    {Skills.WOODCUTTING, 10},
                    {Skills.MINING, 10},
                    {Skills.SKINNING, 10},
                    {Skills.CRAFTING, -1}
                });
                pointsPerHit = checkCfg<Dictionary<string, object>>("PointsPerHit", new Dictionary<string, object>{
                    {Skills.WOODCUTTING, 1},
                    {Skills.MINING, 1},
                    {Skills.SKINNING, 1}
                });
                craftingDetails = checkCfg<Dictionary<string, object>>("CraftingDetails", new Dictionary<string, object>{
                    { "TimeSpent", 1},
                    { "XPPerTimeSpent", 3},
                    { "PercentFasterPerLevel", 5 }
                });
                percentLostOnDeath = checkCfg<Dictionary<string, object>>("PercentLostOnDeath", new Dictionary<string, object>{
                    {Skills.WOODCUTTING, 50},
                    {Skills.MINING, 50},
                    {Skills.SKINNING, 50},
                    {Skills.CRAFTING, 50}
                });
     
    Last edited by a moderator: Nov 4, 2016
  8. is er possible fix for zlevel on the latest update
     
  9. Can anyone fix this for new oxide?
     
  10. Any fix yet?
     
  11. Code:
    (23:32:49) | [Oxide] 23:33 [Debug]   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
     
  12. bug report

    Code:
    [11/04/2016 08:28:36] [Oxide] 08:28 [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'ZLevelsRemastered v1.6.4' (InvalidCastException: Cannot cast from source type to destination type.)
    
     
  13. Update Oxide
     
  14. solved. Thank you
     
  15. Hi. After Oxide update.
    Code:
    (00:47:07) | [Oxide] 00:46 [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'ZLevelsRemastered v1.6.4' (InvalidCastException: Cannot cast from source type to destination type.)
    (00:47:07) | [Oxide] 00:46 [Debug]   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
     
  16. Wulf

    Wulf Community Admin

    Update Oxide to 2.0.2655 or higher.
     
  17. any fix out atm guys got the new oxide installed and not working
     
  18. any fix out atm guys got the new oxide installed and not working ?? This Means what?
     
  19. Lol.
    I think he means he has updated to the latest Oxide version and Zlevels still doesn't work.
    Is there any fix out, for that, at the minute?
     
  20. bug bug
    Code:
    (07:22:52) | [Oxide] 07:22 [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'ZLevelsRemastered v1.6.4' (InvalidCastException: Cannot cast from source type to destination type.)
    (07:22:52) | [Oxide] 07:22 [Debug] 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
     
    Last edited by a moderator: Nov 4, 2016