Hi, as discussed on steam, could you add the following lines to allow other plugins to detect level ups?
Code:line 1199: Interface.CallHook("OnPlayerLevelUp", player, skill + "Skill", Level + 1); line 1474: Interface.CallHook("OnPlayerLevelUp", crafter, "CSkill", Level + 1);
ZLevelsRemastered
Moved
Total Downloads: 41,383 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018
- 5/5, 127 likes
-
Hello, Sry for my bad english,
Can i disable the ui for default ?
I am on linux and the ui are buggy but plugin work fine...
Thanks for your help =)) -
If this will allow the ability to broadcast when players reach levels, I would second that. I'd like to show messages when players reach new levels.
-
Why XP after death is almost never lost?
Sometimes it lost XP with message but lot of times i don't lost XP, and no messages. -
How can i reset everyones levels?
-
Delete "ZLevelsRemastered.db" from "Oxide/data/" folder. (Server must be offline).
-
Hello
Why he blocked the 99% level remains
Can you correct the level rises to 100% thank youAttached Files:
-
-
Can you possibly add admin commands to set player xp etc?
-
Does anyone know the numbers to make it when you die you start back to level 1?
-
PercentLostOnDeath : 100 ?
Edit: this will only reset current level, ignore this lol -
Good day! Which lines are responsible for the movement of the table in the game. I want to change the location of the table levels. Thank you!
-
Should be this ( i think) :
RectTransform =
{
AnchorMin = "0.0258 0.05",
AnchorMax = "0.3208 0.14"
} -
Thank you! I have already tried. But today everything turned out
-
On my server Crafting lvl max is 20, how can I change for more lvl ? lvl 20 = Instacraft... i prefer insta craft on lvl 40
-
"LevelCaps": {
"C": -1,
"M": 50,
"S": 50,
"WC": 50 -
Hello Guys, I have one question which lines i must # out that i don´t have more the crafting skill because i have a insta craft server ... Sry for my bad english
-
Try :
"LevelCaps": {
"C": -1, -
Hello
I changed my config like this because I wanted to have +1 Wood every 10 levels:
Everything works fine but "Crafting" stays even after having built a little house at 1%.Code:"CraftingDetails": { "PercentFasterPerLevel": 0.75, "TimeSpent": 1, "XPPerTimeSpent": 0.5 }, # more stuff here like Messages and LevelCaps (still default). "PointsPerHit": { "M": 5, "S": 6, "WC": 5 }, "ResourcePerLevelMultiplier": { "M": 0.08, "S": 0.08, "WC": 0.045 }
What's wrong? -
Crafting means if u craft items and not building house .
-
I turned up now
and everything is fine.Code:"CraftingDetails": { "PercentFasterPerLevel": 2, "TimeSpent": 1, "XPPerTimeSpent": 1 },
I thought when upping this values, I get more wood etc with higher levels. SO, everything ine now.
I set up everything very easy: +1 wood every 10 levels.

