ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. 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);
    
     
  2. 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 =))
     
  3. 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.
     
  4. 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.
     
  5. How can i reset everyones levels?
     
  6. Delete "ZLevelsRemastered.db" from "Oxide/data/" folder. (Server must be offline).
     
  7. Hello
    Why he blocked the 99% level remains
    Can you correct the level rises to 100% thank you
     

    Attached Files:

    • bug.png
      bug.png
      File size:
      110.5 KB
      Views:
      98
  8. Can you possibly add admin commands to set player xp etc?
     
  9. Does anyone know the numbers to make it when you die you start back to level 1?
     
  10. PercentLostOnDeath : 100 ?
    Edit: this will only reset current level, ignore this lol
     
  11. 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!
     
  12. Should be this ( i think) :

    RectTransform =
    {
    AnchorMin = "0.0258 0.05",
    AnchorMax = "0.3208 0.14"
    }
     
  13. Thank you! I have already tried. But today everything turned out:)
     
  14. 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
     
  15. "LevelCaps": {
    "C": -1,
    "M": 50,
    "S": 50,
    "WC": 50
     
  16. 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
     
  17. Try :

    "LevelCaps": {
    "C": -1,
     
  18. 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
      }
    Everything works fine but "Crafting" stays even after having built a little house at 1%.

    What's wrong?
     
  19. Crafting means if u craft items and not building house .
     
  20. I turned up now
    Code:
      "CraftingDetails": {
      "PercentFasterPerLevel": 2,
      "TimeSpent": 1,
      "XPPerTimeSpent": 1
      },
    and everything is fine.

    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.