[Oxide] 20:46 [Info] [Zeiser Levels REMASTERED] Developer missed this item, which can be picked up: [seed.hemp]. Let him know on Oxide forums!
Just informing![]()
ZLevelsRemastered
Moved
Total Downloads: 41,383 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018
- 5/5, 127 likes
-
-
How to set the maximum level of each skill ???
By default, what is the maximum level ??? -
(15:27:31) | [Oxide] 15:27 [Info] [Zeiser Levels REMASTERED] Developer missed this item, which can be picked up: [seed.hemp]. Let him know on Oxide forums!
-
-
I take it that there is a way to change the colours of the level bars? For example, changing the "Woodcutting" bar from orange to dark blue/red/whatever.
-
Hi.
Can we use value like 0.5 ?
"PointsPerHit": {
"M": 0,5,
"S": 0,5,
"WC": 0,5
and
"ResourcePerLevelMultiplier": {
"M": 1.5,
"S": 1.5,
"WC": 1.5
Can we use 1.5 , 0.5 ? or 0,5 1,5 ?Last edited by a moderator: May 17, 2016 -
-
Found a bit of a bug.
If I remove "CRAFTING" from the code below (Before and after) it removes the tab yes..that's great. But then seems to not save levels. I could be level 20 reconnect to the server and be a level 1. This wasn't happening before the recent RUST update.
Keep in mind levels don't save ONLY if I change the bit of code "CRAFTING" If I don't change it it's 100% fine.
Before
Code:public static class Skills { public static string CRAFTING = "C"; public static string WOODCUTTING = "WC"; public static string SKINNING = "S"; public static string MINING = "M"; public static string[] ALL = new[] {WOODCUTTING, MINING, SKINNING, CRAFTING};
Code:public static class Skills { public static string CRAFTING = "C"; public static string WOODCUTTING = "WC"; public static string SKINNING = "S"; public static string MINING = "M"; public static string[] ALL = new[] {WOODCUTTING, MINING, SKINNING};
-
Code:"LevelCaps": { "C": -1, "M": 0, "S": 0, "WC": 0
-
Thanks. -
It's possible restart stat for all plyer ?
-
Here is how I do when I do a wipe for a fresh new start with this plugin.
Console :
1) oxide.unload plugin
2) Delete the files in data
3) oxide.load plugin
Hope it works ! -
question, is any way to add permission to each skill?
example:
group1 use mining skill only
group2 use mining and woodcutter skills
group3 use hunter skill only -
[Info] [Zeiser Levels REMASTERED] Developer missed this item, which can be picked up: [seed.hemp]. Let him know on Oxide forums!
-
Well, im done now.
I tried nearly every version but nothing helps..my server wont even start when i add ZLevels...instead im getting this sweet error...pls help meh..Attached Files:
-
-
-
Linux - Rootserver
Every other Plugin runs fine, just gets creepy if i add ZLevels.. -
-
Wulf Community Admin