Crafting leveling stops at 1%
Since this last update the crafting side of the zLevels looks to have stop going up it says 1% and all the ZLevelsCraftDetails.json is in and all that just will not trigger something was crafted and add to the counter. Any ideas?
+1 to that. No more Crafting XP?? Not sure why. Nothing has changed.
Maybe plugin needs updating to fix?
ive been trying to figure out how to get the crafting level to work. its active now and shows up in info and everything but when i craft anything it doesnt gain xp. been messing with it for a few hours now to no avail. any help would be greatly appreciated
any updates on if it got fixed?
RapterBlkDragon
any updates on if it got fixed?

this problem used to occur if you have level broadcasting set to true, if set to false the levels would increase as normal,. mine are working as normal

"Generic": {
    "enableLevelupBroadcast": false,
    "enablePermission": false,
    "excludeChainsawOnGather": false,
    "excludeJackhammerOnGather": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 2271,
    "penaltyMinutes": 12,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "steamIDIcon": 0,
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": false,
    "enableNightBonus": true,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {
RapterBlkDragon
any updates on if it got fixed?
As I currently dont have a pc, theres an undefined wait for it to be fixed.
5b7d22c4ef71f.jpg pookins

this problem used to occur if you have level broadcasting set to true, if set to false the levels would increase as normal,. mine are working as normal

"Generic": {
    "enableLevelupBroadcast": false,
    "enablePermission": false,
    "excludeChainsawOnGather": false,
    "excludeJackhammerOnGather": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 2271,
    "penaltyMinutes": 12,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "steamIDIcon": 0,
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": false,
    "enableNightBonus": true,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {

I will use this and see if it works. thanks y'all and @Default im sorry that your pc is down. hope you get it all figured out soon.

RapterBlkDragon

I will use this and see if it works. thanks y'all and @Default im sorry that your pc is down. hope you get it all figured out soon.

Just gotta buy parts so I can use it. No clue when I'll be back, trying to look for deals

So I am still not able to get Crafting to work it doesn't go up at all. Below is my Config.

{
  "CUI": {
    "Bounds": {
      "HeightLower": "0.02",
      "HeightUpper": "0.1225",
      "WidthLeft": "0.725",
      "WidthRight": "0.83"
    },
    "BoundsBackground": "0.1 0.1 0.1 0.1",
    "cuiEnabled": true,
    "FontColor": "0.74 0.76 0.78 1",
    "FontSizeBar": 11,
    "FontSizeLevel": 11,
    "FontSizePercent": 11,
    "TextShadowEnabled": true,
    "XpBarBackground": "0.2 0.2 0.2 0.2",
    "XpBarColors": {
      "A": "0 0.8 0 0.5",
      "C": "0.2 0.72 0.5 0.5",
      "M": "0.1 0.5 0.8 0.5",
      "S": "0.8 0.1 0 0.5",
      "WC": "0.8 0.4 0 0.5"
    }
  },
  "Functions": {
    "CollectibleEntitys": {
      "berry-black-collectable": true,
      "berry-blue-collectable": true,
      "berry-green-collectable": true,
      "berry-red-collectable": true,
      "berry-white-collectable": true,
      "berry-yellow-collectable": true,
      "corn-collectable": true,
      "diesel_collectable": true,
      "halloween-bone-collectable": true,
      "halloween-metal-collectable": true,
      "halloween-stone-collectable": true,
      "halloween-sulfur-collectible": true,
      "halloween-wood-collectable": true,
      "hemp-collectable": true,
      "metal-collectable": true,
      "mushroom-cluster-5": true,
      "mushroom-cluster-6": true,
      "potato-collectable": true,
      "pumpkin-collectable": true,
      "stone-collectable": true,
      "sulfur-collectable": true,
      "wood-collectable": true
    },
    "enableCollectiblePickup": true,
    "enableCropGather": true,
    "enableDispenserGather": true
  },
  "Generic": {
    "enableLevelupBroadcast": false,
    "enablePermission": false,
    "excludeChainsawOnGather": false,
    "excludeJackhammerOnGather": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 2219,
    "penaltyMinutes": 10,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "steamIDIcon": 0,
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": false,
    "enableNightBonus": true,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {
      "A": 60,
      "M": 60,
      "S": 60,
      "WC": 60
    },
    "ResourcePerLevelMultiplierAtNight": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    }
  },
  "Settings": {
    "CraftingDetails": {
      "PercentFasterPerLevel": 5,
      "TimeSpent": 1,
      "XPPerTimeSpent": 3
    },
    "DefaultResourceMultiplier": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "LevelCaps": {
      "A": 500,
      "C": 20,
      "M": 500,
      "S": 500,
      "WC": 500
    },
    "PercentLostOnDeath": {
      "A": 15,
      "C": 15,
      "M": 15,
      "S": 15,
      "WC": 15
    },
    "PointsPerHit": {
      "A": 30,
      "M": 30,
      "S": 30,
      "WC": 30
    },
    "ResourcePerLevelMultiplier": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    },
    "SkillColors": {
      "A": "#ADD8E6",
      "C": "#CCFF99",
      "M": "#DDDDDD",
      "S": "#FFDDDD",
      "WC": "#FFDDAA"
    }
  }
}​
XNC0dVFWrzNcNga.png clumsyzombie

So I am still not able to get Crafting to work it doesn't go up at all. Below is my Config.

{
  "CUI": {
    "Bounds": {
      "HeightLower": "0.02",
      "HeightUpper": "0.1225",
      "WidthLeft": "0.725",
      "WidthRight": "0.83"
    },
    "BoundsBackground": "0.1 0.1 0.1 0.1",
    "cuiEnabled": true,
    "FontColor": "0.74 0.76 0.78 1",
    "FontSizeBar": 11,
    "FontSizeLevel": 11,
    "FontSizePercent": 11,
    "TextShadowEnabled": true,
    "XpBarBackground": "0.2 0.2 0.2 0.2",
    "XpBarColors": {
      "A": "0 0.8 0 0.5",
      "C": "0.2 0.72 0.5 0.5",
      "M": "0.1 0.5 0.8 0.5",
      "S": "0.8 0.1 0 0.5",
      "WC": "0.8 0.4 0 0.5"
    }
  },
  "Functions": {
    "CollectibleEntitys": {
      "berry-black-collectable": true,
      "berry-blue-collectable": true,
      "berry-green-collectable": true,
      "berry-red-collectable": true,
      "berry-white-collectable": true,
      "berry-yellow-collectable": true,
      "corn-collectable": true,
      "diesel_collectable": true,
      "halloween-bone-collectable": true,
      "halloween-metal-collectable": true,
      "halloween-stone-collectable": true,
      "halloween-sulfur-collectible": true,
      "halloween-wood-collectable": true,
      "hemp-collectable": true,
      "metal-collectable": true,
      "mushroom-cluster-5": true,
      "mushroom-cluster-6": true,
      "potato-collectable": true,
      "pumpkin-collectable": true,
      "stone-collectable": true,
      "sulfur-collectable": true,
      "wood-collectable": true
    },
    "enableCollectiblePickup": true,
    "enableCropGather": true,
    "enableDispenserGather": true
  },
  "Generic": {
    "enableLevelupBroadcast": false,
    "enablePermission": false,
    "excludeChainsawOnGather": false,
    "excludeJackhammerOnGather": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 2219,
    "penaltyMinutes": 10,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "permissionNameXP": "zlevelsremastered.noxploss",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "steamIDIcon": 0,
    "wipeDataOnNewSave": false
  },
  "NightBonus": {
    "broadcastEnabledBonus": false,
    "enableNightBonus": true,
    "logEnabledBonusConsole": false,
    "PointsPerHitAtNight": {
      "A": 60,
      "M": 60,
      "S": 60,
      "WC": 60
    },
    "ResourcePerLevelMultiplierAtNight": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    }
  },
  "Settings": {
    "CraftingDetails": {
      "PercentFasterPerLevel": 5,
      "TimeSpent": 1,
      "XPPerTimeSpent": 3
    },
    "DefaultResourceMultiplier": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "LevelCaps": {
      "A": 500,
      "C": 20,
      "M": 500,
      "S": 500,
      "WC": 500
    },
    "PercentLostOnDeath": {
      "A": 15,
      "C": 15,
      "M": 15,
      "S": 15,
      "WC": 15
    },
    "PointsPerHit": {
      "A": 30,
      "M": 30,
      "S": 30,
      "WC": 30
    },
    "ResourcePerLevelMultiplier": {
      "A": 2,
      "M": 2,
      "S": 2,
      "WC": 2
    },
    "SkillColors": {
      "A": "#ADD8E6",
      "C": "#CCFF99",
      "M": "#DDDDDD",
      "S": "#FFDDDD",
      "WC": "#FFDDAA"
    }
  }
}​

Is Your Oxide up to date , in my original answer to the same question a while ago my Game Protocol was 2271 it is now 2275 while yours is  2219 ?

v5ufc5sJT6Z3Kn3.jpg pookins

Is Your Oxide up to date , in my original answer to the same question a while ago my Game Protocol was 2271 it is now 2275 while yours is  2219 ?

Good catch!

mine shows 2219 in the config file too, but game is 2275.
this number obviously does not update on its own (why not? and why is it important at all?)
i have manually updated this in my config to 2275 but crafting zlevels still do not work.

deano79

mine shows 2219 in the config file too, but game is 2275.
this number obviously does not update on its own (why not? and why is it important at all?)
i have manually updated this in my config to 2275 but crafting zlevels still do not work.

Reason why it doesn't is because it would generate a new config, and I'd rather not force that on people every Oxide update.
I could work it to where it does, but it's not really needed. It just shows Oxide version for compatibility.

I'll do some testing on my local server with a fresh install.

deano79

mine shows 2219 in the config file too, but game is 2275.
this number obviously does not update on its own (why not? and why is it important at all?)
i have manually updated this in my config to 2275 but crafting zlevels still do not work.

I did not manually change mine as the plugin does that itself to match the latest game update, it is important as plugins are modified to comply with any changes FP have made to the way the game works,
If you are trying to use an old version of the game to suit your requirements the plugins you install will fail in some way.
is  your Oxide up to date v2.0.4882 ? and Zlevels 2.9.22 ?

KTFBWA7IBN0KrqA.jpg pookins

...is  your Oxide up to date v2.0.4882 ? and Zlevels 2.9.22 ?

yes they are both latest version