ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. Wulf

    Wulf Community Admin

    I'm not really familiar with this plugin, sorry. I've only posted a few fixes for it, but I imagine there are some issues with it.
     
  2. Ah np, ill see if @k1lly0u can pull something off with his quest plugin, be a nice mix.
     
  3. How can I double the XP on TimedEvents?
     
  4. xp has been removed from rust months ago
     
  5. I was talking about the zLevel XP....
     
  6. Then you should make that clear
     
  7. Hi, when I first installed the plugin, i set crafting level to 20 (down from 200), this leveled too quickly and i wanted to set it to 50.
    But my level is still stuck on 20 and will not go any further?
     
  8. Did you reload the plugin after changing the config
     
  9. Sure have, i changed it over a week ago and reloaded. and the server has also had a restart since then as well.
    Does it write the max into the database when a user connects? will i have to reset the database.
     
  10. How to remove the % bonus when you move to the next level?
     
  11. I don't know why, but xp loss on death doesn't work for now.

    Solved. Forgot to update Oxide to latest version
     
    Last edited by a moderator: Dec 10, 2016
  12. I can't see the 4th skill (Crafting) .. It need config ??
     
  13. Tell me how to put the GUI in the upper right corner?

    [​IMG]
     
  14. Already Found myself someone should code:

    Line 976: AnchorMin = "0.85 0.85",
    Line 977: AnchorMax = "0.985 0.985"


    [​IMG]
     
    Last edited by a moderator: Dec 18, 2016
  15. i belive the crafting xp dosent work correct me if im wrong
     
  16. what is the other mod you're running that shows the amount of players on the server?
    also where did you add this code to place the HUD? I've installed the mod but see not HUD.
    Thanks


    [​IMG]
     
  17. is there a command to give a certain amount of xp or levels if not you should add it. im
     
  18. ZLevelsRemastered.cs -↓

    Line 976: AnchorMin = "0.85 0.85",
    Line 977: AnchorMax = "0.985 0.985"

    OXIDE MOD folder Plugins/ZLevelsRemastered.cs, changed the above lines in the code of the plugin, the number of players - InfoPanel for Rust | Oxide

    Config:
     

    Attached Files:

    Last edited by a moderator: Dec 19, 2016
  19. Standard RUST system XP removed from the game

    ZLevelsRemastered:

    You can modify players level via RCON/Console, using the following commands:

    Code:
    zlvl [playername/steamid] [skillshortcutname] [XX] -- Sets player level to XX level.
    zlvl [playername/steamid/*/**] [skillshortcutname] +[XX] -- Increases player level by XX levels.
    zlvl [playername/steamid/*/**] [skillshortcutname] -[XX] -- Decreases player level by XX levels.
    zlvl [playername/steamid/*/**] [skillshortcutname] /[XX] -- Divides player level by XX.
    zlvl [playername/steamid/*/**] [skillshortcutname] *[XX] -- Sets player XP rates to XX% of server rates (100 is default).
     
  20. Hi there in installed this Plugin today and it was all working fine, but after a few restarts and tweaks to the json file it no longer works... i have even re-downloaded the whole thing and i still have the same error...
    Code:
    [Error] Failed to call hook 'OnCollectiblePickup' on plugin 'ZLevelsRemastered v1.6.6' (InvalidCastException: Cannot cast from source type to destination type.)
    21:51 [Debug]   at Oxide.Plugins.ZLevelsRemastered.levelHandler (.BasePlayer player, .Item item, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnCollectiblePickup (.Item item, .BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    In my logs this error is spamming itself constantly but i have no idea whats causing it.

    Any help would be amazing!


    Thank you.
     
    Last edited by a moderator: Dec 25, 2016