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 =)) -
-
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?
-
-
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?
-
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!
-
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
-
"LevelCaps": {
"C": -1, -
Hello
I changed my config like this because I wanted to have +1 Wood every 10 levels:
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? -
-
I turned up now
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.