Status: Copied over my logs, reloaded from rcon, then refreshed server for good measure. W,M,S,A is it. No Crafting still.
Can I deleted all the old files and reinstall it? I tried it earlier and it didn't work, all the old settings I used were in the .json.. also Im not sure if I deleted it all or correctly. I'm new at this.
ZLevelsRemastered
Moved
Total Downloads: 41,379 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018
- 5/5, 127 likes
-
-
-
-
I felt like a crazy person there for a while. -
@Resistance can you make a new
Conversations with me -
hi, zlevels was working prior to last update, has not worked since, gui does not show up on screen, nor do level multipliers seem to be working, However, no error on loading.
-
Last edited by a moderator: Jul 13, 2018
-
if u want block chainsaw and/or jackhammer just open ZLevelsRemastered.cs and serach line 529 this code
Code:if (!playerPrefs.PlayerInfo[player.userID].ONOFF || exludeWeaponsOnGather && player.GetActiveItem()?.info?.category == ItemCategory.Weapon)
Code:if (!playerPrefs.PlayerInfo[player.userID].ONOFF || exludeWeaponsOnGather && player.GetActiveItem()?.info?.category == ItemCategory.Weapon || player.GetHeldEntity().GetItem().info.shortname == "chainsaw" || player.GetHeldEntity().GetItem().info.shortname == "jackhammer")
maybe @FuJiCuRa have time and can add a new Config-line to block/blacklisting some tools/items to level -
But you'll not get the bonus based on your level, add it to levelhandler instead.
Ended up changing levelhandler to add xp based on amount gathered rather than per hit. That way players can still use the new tools to level in a balanced manner.
edit: Found this
Code:public void FinishBonusAssigned() { foreach (var current in finishBonus) { var item = ItemManager.Create(current.itemDef, Mathf.CeilToInt(current.amount), 0uL); zLevels.levelHandler(hitPlayer, item, Skills.MINING);
Last edited by a moderator: Jul 13, 2018 -
Use
Code:private void OnDispenserBonus(ResourceDispenser dispenser, BaseEntity entity, Item item) => OnDispenserGather(dispenser, entity, item);
Code:/*sealed class FinishBonusClass : MonoBehaviour
-
@kektus, found issue, fixed
-
since the last update an un-commanded server wipe and the control panel problems with Fragnet the plugin isn't working for me. I have uninstalled/reinstalled but still no display. any ideas of how to fix the issue ?
-
@angboomer run... run far away from lagnet. Fragnet is probably one of the worst providers out there.
[DOUBLEPOST=1531825884][/DOUBLEPOST]@angboomer run... run far away from lagnet. Fragnet is probably one of the worst providers out there. -
-
use the coupon code: "oxidemod" without quotes during checkout for a 5% discount -
@angboomer if you want something cheap loot at GTX Gaming. There cheap but good with great
-
How I reset people lvls when i wipe the server!
-