Crafting leveling stops at 1%
Maybe plugin needs updating to fix?
RapterBlkDragonany 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": { As I currently dont have a pc, theres an undefined wait for it to be fixed.RapterBlkDragonany updates on if it got fixed?
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.
Just gotta buy parts so I can use it. No clue when I'll be back, trying to look for dealsRapterBlkDragonI 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.
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"
}
}
}â 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 ?
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.
deano79mine 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.
deano79mine 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 ?
pookins
...is your Oxide up to date v2.0.4882 ? and Zlevels 2.9.22 ?
yes they are both latest version
- 1
- 2