ZLevelsRemastered

Moved

Total Downloads: 41,379 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018

5/5, 127 likes
  1. How do I go about wiping everyone's levels? I already tried deleting the file in data folder
     
  2. >> ZLevelsRemastered
     
  3. ho, still waiting on possible solution for levels not advancing, posted yesterday that aquire is advancing but nothing else since yesterday's wipe
     
  4. whats link to the other version where it tells u how u can up your levels using commands ?
     
  5. >>ZLevelsRemastered
     
  6. not sure if anyone else getting same issue - but harvesting a metal node now only gives 2 HQM.
     
  7. It would seem you gain more XP on your mining level when you're cutting a tree with a chainsaw. Has it always been like this? I think it's since the update.
     
  8. the gui is shown on the right side. what do i have to edit to show it on the left side?
     
  9. That's because you get xp per hit, not based on amount collected. Same as if you hit nodes with bone club, you level much more per node.
     
  10. You can change the location of the Interface inside of the config file. At the top of the code it says "bounds" with options of height lower, height upper, width left and width right, tweak these values, save the file and reload the oxide plugin in the console.
     
  11. I would also like the answer to this question. The old method no longer works and positioning seems to be controlled by cuiPositioning. When I edit these values I don't come close to my expected values. I want it in the same position but on the left side.

    cuiPositioning = (Dictionary<string, object>)GetConfig("CUI", "Bounds", new Dictionary<string, object>()
    {
    {"WidthLeft", "0.725"},
    {"WidthRight", "0.83"},
    {"HeightLower", "0.02"},
    {"HeightUpper", "0.1225"}
    });
     
  12. Which old method please....??
     
  13. @FuJiCuRa Because you get xp per hit, not amount collected. Gain is huge and is probably going to be broken with the new drill. Are we going to see some change in the near future?
     
  14. Since the update I get the following errors
    Failed to call hook 'OnCollectiblePickup' on plugin 'ZLevelsRemastered v2.9.4' (InvalidCastException: Specified cast is not valid.)
    Failed to call hook 'OnDispenserGather' on plugin 'ZLevelsRemastered v2.9.4' (InvalidCastException: Specified cast is not valid.)

    Latest Oxide and update
     
  15. sure you did set in the config number formats of "0.0" where no such where preset. Backup the config, delete the working config, reload the plugin, compare the defaults with your number formats....change it...done ;)
     
  16. It was indeed something with the nightbonus.
    Don't know the exact one yet but turning this off did fix the issue for now.
    Next step is your information. Thanks again mate!
     
  17. hello;

    I'm having an issue with Crafting showing up - I've set the "C" level cap to 20 and it's not there. Any tips? thanks.
     
  18. Is there any way to make this version separate from another version with crafting automatically working? Maybe two separate plugins? This has been a nightmare of an afternoon for me. I've uninstalled, reinstalled, verified.. I don't know what else could be a reason why I can't get crafting to show up.

    {
    "CUI": {
    "Bounds": {
    "HeightLower": "0.023",
    "HeightUpper": "0.19",
    "WidthLeft": "0.72",
    "WidthRight": "0.847"
    },
    "BoundsBackground": "0.1 0.1 0.1 0.1",
    "cuiEnabled": true,
    "FontColor": "0.74 0.76 0.78 1",
    "FontSizeBar": 13,
    "FontSizeLevel": 12,
    "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": {
    "corn-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,
    "pumpkin-collectable": true,
    "stone-collectable": true,
    "sulfur-collectable": true,
    "wood-collectable": true
    },
    "enableCollectiblePickup": true,
    "enableCropGather": true,
    "enableDispenserGather": true
    },
    "Generic": {
    "enableLevelupBroadcast": false,
    "enablePermission": false,
    "exludeWeaponsOnGather": false,
    "gameProtocol": 1956,
    "penaltyMinutes": 10,
    "penaltyOnDeath": true,
    "permissionName": "zlevelsremastered.use",
    "playerCuiDefaultEnabled": true,
    "playerPluginDefaultEnabled": true,
    "pluginPrefix": "<color=orange>ZLevels</color>:",
    "wipeDataOnNewSave": false
    },
    "NightBonus": {
    "broadcastEnabledBonus": true,
    "enableNightBonus": false,
    "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": 200,
    "C": 20,
    "M": 200,
    "S": 200,
    "WC": 200
    },
    "PercentLostOnDeath": {
    "A": 50,
    "C": 50,
    "M": 50,
    "S": 50,
    "WC": 50
    },
    "PointsPerHit": {
    "A": 30,
    "M": 30,
    "S": 30,
    "WC": 30
    },
    "ResourcePerLevelMultiplier": {
    "A": 2.0,
    "M": 2.0,
    "S": 2.0,
    "WC": 2.0
    },
    "SkillColors": {
    "A": "#ADD8E6",
    "C": "#CCFF99",
    "M": "#DDDDDD",
    "S": "#FFDDDD",
    "WC": "#FFDDAA"
    }
    }
    }
     
  19. Test this and if you could upload the file in all topics it makes it easier for others to help but if you are going to paste it use the code option dont paste it like that
     

    Attached Files:

  20. Thanks for the heads up on the posting.

    I'll try this update as well and see, thank you. A