Chain Saw and Jack Hammer not leveling up
Check out this thread asking for separate settings for leveling multipliers - https://umod.org/community/zlevels-remastered/3930-multiplier-for-powertools-independent-of-xp-and-leveling
So is this ever going to get solved? No update in 10 months I am assuming not.
It seems an easy fix. Different 'rate' for different tool tiers or something
Thanks
"excludeChainsawOnGather": false,
"excludeJackhammerOnGather": false Okay for an initial heads up - I'm very new to this so this could be an extremely easy fix that I'm not seeing.
I'm struggling to make this work on my server, basically none of the changes I'm making are having any effect (apart from obviously ridiculous ones like making mining level up your woodcutting skill - purely done to make sure the changes were actually saving).
I'm trying to make jackhammers and chainsaws work, I've changed it to:
excludeJackhammerOnGather = Convert.ToBoolean(GetConfig("Generic", "excludeJackhammerOnGather", false));
excludeChainsawOnGather = Convert.ToBoolean(GetConfig("Generic", "excludeChainsawOnGather", false));
however this isn't actually changing anything on the server, is there something else I'm missing?
I was also hoping to reduce the multiplyer per level to reduce how much extra resources players can get early on, as most of my server now has boxes full of sulfur and metal with little to no effort.
Does anyone please have any idea where I'm going wrong? As the players I have all really want this mod but between us nobody in the community can find any reason why this isn't working
If something to this effect is added, maybe it should be that the setting for leveling up is different than that of non-power tools. Some of us are ok with power tools leveling up, just not at the same rate maybe.
Actually I believe what I suggested is listed here - https://umod.org/community/zlevels-remastered/15740-separate-chainsaw-and-jackhammer-at-points-per-hit
Just trying to understand what the community wants so I can add it
Default
So have an option to allow it, as well as being able to change how much?
Just trying to understand what the community wants so I can add it
I'm trying t understand too.
The config has these settings.
"PointsPerHit": {
"A": 15,
"M": 15,
"S": 15,
"WC": 15
},
"PowerToolPerHit": {
"M": 15,
"WC": 15
},
Wouldn't you then be able to control the leveling up with the PowerToolPerHit setting?
For instance, if you set those values for M and MW to 0, wouldn't they not level up at all, but still provide bonuses?
- 1
- 2