Hey Default,
I'm trying to make my levels go up pretty slow. Currently, the lowest value of XP per hit is 1, anything lower than that triggers the error below.
I'm trying to make my levels go up pretty slow. Currently, the lowest value of XP per hit is 1, anything lower than that triggers the error below.
Failed to call hook 'OnDispenserGather' on plugin 'ZLevelsRemastered v2.9.6' (InvalidCastException: Specified cast is not valid.)
at Oxide.Plugins.ZLevelsRemastered.levelHandler (BasePlayer player, Item item, System.String skill) [0x00069] in <8bfd7954464640c3801e0af223b546a1>:0
at Oxide.Plugins.ZLevelsRemastered.OnDispenserGather (ResourceDispenser dispenser, BaseEntity entity, Item item) [0x0015a] in <8bfd7954464640c3801e0af223b546a1>:0
at Oxide.Plugins.ZLevelsRemastered.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008d0] in <8bfd7954464640c3801e0af223b546a1>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <41771c7bc8d246d0b0a34c2f0d27f2cb>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0It would be great if we could set it to 0.25 or something less than 1.
Thanks
-Zilch