@DzRealKiller - Read the coding used in the JSON file, is clearly labelled, there are Points per hit (xp), level caps, and death % loses...
@Ravioli - Same to you, you can change the multiplier number from 20 to anything of your choice.
In terms of bugs, having ran this mod for about 48hours on my own server, no issues yet.
ZLevelsRemastered
Moved
Total Downloads: 41,383 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018
- 5/5, 127 likes
-
is it possible to tweak certain items from skills? I would like to nerve cloth gathering on skinning a bit. Or just tell me where in the code the values are set. Thanks!
-
Anyone got an idea on how to boosts specific players as a bonus, i.e. permissions?
-
Crafting won't seem to disable for me.
Could you please send me config file with it disabled already?
This is as it is right now
Code:levelCaps = checkCfg<Dictionary<string, object>>("LevelCaps", new Dictionary<string, object>{ {Skills.WOODCUTTING, 0}, {Skills.MINING, 0}, {Skills.SKINNING, 0}, {Skills.CRAFTING, -1}
-
-
-
Im using ZLevels Remastered as Gather Plugin, but i want to increase the gain of quarrys.
Couldnt find a Plugin only for changing the gather rate only for quarrys can someone help me out with this? -
-
Hi,
I use GatherManager in conjunction with z-levels to achieve this.
my gather manager config has this in it.
Code:"Options": { "GatherDispenserModifiers": {}, "GatherResourceModifiers": { "High Quality Metal Ore": 5.0 }, "MiningQuarryResourceTickRate": 5.0, "PickupResourceModifiers": {}, "QuarryResourceModifiers": { "High Quality Metal Ore": 5.0
-
So i tried to disable the crafting skill by setting the level cap to -1, but it still gains xp and levels up...
-
Set it 1 and you are done
-
Last edited by a moderator: Apr 27, 2016
-
Hey. I have an deathmatch arena setup for my server but players complain that they lose xp in there because obv. they die alot. Can I combine ZLevels with ZoneManager so you will not lose XP in this zone? If not, maybe a nice idea to implement?
[DOUBLEPOST=1461783109][/DOUBLEPOST]btw. as an admin I do not lose XP -
-
I quoted //ttrism to changes in the file
edit: updated the file. Had an error. Now it should work.
Note:
1. I added plugin reference EventManager, so this plugin needs to be available
2. I added the condition if the player is in event. If so, he does not lose xp
3. I changed the timer from 10 minutes to 0. So everytime the player dies, he will lose the % of XP as set in the configAttached Files:
Last edited by a moderator: Apr 29, 2016 -
-
is there a setting to use the zonemanager?
-
Hello, i dont get it how to change gather level to test gathering on my server...
For example i have woodcut lvl 5 and i want to make myself lvl 15
so i white in console zlvl ZergSquad WC +10 but my woodcutting lvl isnt increase -
try this one here without the + and quote your name
Code:zlvl "ZergSquad" WC 10
-
-