ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. 1009 and 1010 lines
     
  2. Thanks.
    [DOUBLEPOST=1455807867,1455799572][/DOUBLEPOST]Really like this plugin!
     
  3. I installed the plugin ZLevelsRemastered and my server crashes often, what's the problem?
    attach the crash log
     

    Attached Files:

  4. You have your rcon password in that file please edit it and upload again
     
  5. before downloading the file I changed rcon.password
     
  6. Any info panel integration ? I saw servers with bars on infopanel. How to do this ?
     
  7. I really would like to nerf the plugin a bit on my server, as 20% increase is way to much. What do i need to change to make it a 10%increase instead of 20?
     
  8. Help, How to Zlevels list in bottom screen?
    LZFivbOPpfM.jpg
     
  9. How would I Disable Crafting From show up in the z skills?
     
  10. How did stat bars horizontal now?
     
  11. Sadly, this very desired addon makes my server crash on start (Linux, fresh server, latest Oxide build). Here is my end of log.
    Code:
    #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
    #1  0x00007f9e7df79016 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #2  0x00007f9e7df864ab in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #3  0x00007f9e7df633e4 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #4  0x00007f9e7df62d5a in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #5  0x00007f9e7df888cb in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #6  0x00007f9e7dfa93d9 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #7  0x00007f9e7f3f20a4 in start_thread (arg=0x7f9d63fff700) at pthread_create.c:309
    #8  0x00007f9e7e6fd9cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111Thread 1 (Thread 0x7f9e7fa14740 (LWP 15725)):
    #0  0x00007f9e7de3ad19 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #1  0x00007f9e7de3be59 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #2  0x00007f9e7de3cc75 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #3  0x00007f9e7de3d329 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #4  0x00007f9e7de979c9 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #5  0x0000000040acf171 in ?? ()
    #6  0x00007f9e7df62094 in mono_thread_interruption_checkpoint () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #7  0x0000000000000008 in ?? ()
    #8  0x00007fffdf76b1f0 in ?? ()
    #9  0x0000000040acf181 in ?? ()
    #10 0x000000000000006c in ?? ()
    #11 0x00007f9e7f80c15f in update_get_addr (ti=0x8) at dl-tls.c:753
    #12 0x00007f9e7dfa8510 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #13 0x00007f9e7df37af0 in ?? () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #14 0x00007f9e7df3b44b in mono_string_new_size () from /home/rust/serverfiles/RustDedicated_Data/Mono/x86_64/libmono.so
    #15 0x00000000404c1e2e in ?? ()
    #16 0x00007fffdf76b680 in ?? ()
    #17 0x0000000002c3a620 in ?? ()
    #18 0x0000000000000000 in ?? ()Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    After removing the addon, my server works again.
    Did i miss something ? Or is it broken for Linux ?
     
    Last edited by a moderator: Feb 23, 2016
  12. Hi guys,
    Has anyone seen that there is no difference between level 9 & 10 woodcutting?
     
  13. maybe difference is too small to be noticed?
    for example if every level you can 2% gather boost, you won't feel is if you are getting less than 50 wood.
    Because 2% of 30 is 0.6
     
  14. I have this problem:

    Code:
    [Oxide] 9:32 AM [Error] Failed to call hook 'OnEntityDeath' on plugin 'ZLevelsRemastered v1.5.6' (InvalidCastException: Cannot cast from source type to destination type.)
    [Oxide] 9:32 AM [Debug]   at Oxide.Plugins.ZLevelsRemastered.getPenaltyPercent (.BasePlayer player, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.GetPenalty (.BasePlayer player, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnEntityDeath (.BaseCombatEntity entity, .HitInfo hitInfo) [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
  15. Hey dude :) Any clue for (native) Linux server crashing with your addon ? The only other addon that i found out makes the server crash is RustIO (we're at least 2 in this case) but it seems to be a library issue for this one.. I'm OK to test anything you want to solve that, as your addon is very desired. :)
     
  16. Code:
    [Oxide] 2:12 AM [Error] MySql handle raised an exception (MySqlException: Table
    'performance_schema.session_variables' doesn't exist)
    [Oxide] 2:12 AM [Debug]   at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0
    x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, S
    ystem.Int64& insertedId) [0x00000] in <filename unknown>:0
    [Oxide] 2:12 AM [Info] [Zeiser Levels REMASTERED] OMG WE DIDN'T SAVED IT!: REPLA
    CE INTO RPG_User (UserID, Name, WCLevel, WCPoints, MLevel, MPoints, SLevel, SPoi
    nts, CLevel, CPoints, LastDeath, LastLoginDate, XPMultiplier) VALUES (@0, @1, @2
    , @3, @4, @5, @6, @7, @8, @9, @10, @11, @12)
    [Oxide] 2:12 AM [Info] [Zeiser Levels REMASTERED] Trying to save player, who hav
    en't been loaded yet? Player name: MidNight
    [Oxide] 2:12 AM [Info] Unloaded plugin Zeiser Levels REMASTERED v1.5.5 by Zeiser
    /Visagalis
    [DOUBLEPOST=1456442994][/DOUBLEPOST]and russian nick`s not record in table
     
    Last edited by a moderator: Feb 25, 2016
  17. Have you made this yet by running the query
    Code:
    CREATE TABLE `RPG_User` (
      `UserID` bigint(20) NOT NULL,
      `Name` varchar(50) DEFAULT NULL,
      `WCLevel` int(11) DEFAULT NULL,
      `WCPoints` bigint(20) DEFAULT NULL,
      `MLevel` int(11) DEFAULT NULL,
      `MPoints` bigint(20) DEFAULT NULL,
      `SLevel` int(11) DEFAULT NULL,
      `SPoints` bigint(20) DEFAULT NULL,
      `CLevel` int(11) DEFAULT NULL,
      `CPoints` bigint(20) DEFAULT NULL,
      `LastDeath` int(11) DEFAULT NULL,
      `LastLoginDate` int(11) DEFAULT NULL,
      `XPMultiplier` int(11) NOT NULL DEFAULT '100',
      PRIMARY KEY (`UserID`),
      UNIQUE KEY `UserID_UNIQUE` (`UserID`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
     
  18. Yes, this query I used - error.
    [DOUBLEPOST=1456467983][/DOUBLEPOST]and this
    Code:
    [Oxide] 9:24 AM [Error] Failed to call hook 'OnDispenserGather' on plugin 'ZLeve
    lsRemastered v1.5.5' (KeyNotFoundException: The given key was not present in the
    dictionary.)
    [Oxide] 9:24 AM [Debug]   at System.Collections.Generic.Dictionary`2[System.UInt
    64,System.Collections.Generic.Dictionary`2[System.String,System.Int64]].get_Item
    (UInt64 key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getLevel (UInt64 userID, System.String skil
    l) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercentInt (.BasePlayer player
    , System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercent (.BasePlayer player, S
    ystem.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.levelHandler (.BasePlayer player, .Item ite
    m, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnDispenserGather (.ResourceDispenser dispe
    nser, .BaseEntity entity, .Item item) [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 (System.Reflection.MethodInfo metho
    d, 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 hookname, System.Object[]
    [Oxide] 9:24 AM [Info] [Zeiser Levels REMASTERED] Trying to save player, who hav
    en't been loaded yet? Player name: Mazaй
    [Oxide] 9:24 AM [Info] Unloaded plugin Zeiser Levels REMASTERED v1.5.5 by Zeiser
    /Visagalis
     
  19. You are not using the latest version download the last update of the plugin
     
  20. remove and installed latest

    Code:
    [Oxide] 12:24 PM [Error] Failed to call hook 'OnDispenserGather' on plugin 'ZLev
    elsRemastered v1.5.6' (KeyNotFoundException: The given key was not present in th
    e dictionary.)
    [Oxide] 12:24 PM [Debug]   at System.Collections.Generic.Dictionary`2[System.UIn
    t64,System.Collections.Generic.Dictionary`2[System.String,System.Int64]].get_Ite
    m (UInt64 key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getLevel (UInt64 userID, System.String skil
    l) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercentInt (.BasePlayer player
    , System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercent (.BasePlayer player, S
    ystem.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.levelHandler (.BasePlayer player, .Item ite
    m, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnDispenserGather (.ResourceDispenser dispe
    nser, .BaseEntity entity, .Item item) [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 (System.Reflection.MethodInfo metho
    d, 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 hookname, System.Object[]
    [Oxide] 12:25 PM [Info] ZLevelsRemastered was compiled successfully in 320ms
    [Oxide] 12:25 PM [Info] Unloaded plugin Zeiser Levels REMASTERED v1.5.6 by Zeise
    r/Visagalis[Oxide] 11:33 AM [Error] MySql handle raised an exception (MySqlException: Table
    'performance_schema.session_variables' doesn't exist)
    [Oxide] 11:33 AM [Debug]   at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [
    0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, S
    ystem.Int64& insertedId) [0x00000] in <filename unknown>:0
    [Oxide] 11:33 AM [Info] [Zeiser Levels REMASTERED] OMG WE DIDN'T SAVED IT!: REPL
    ACE INTO RPG_User (UserID, Name, WCLevel, WCPoints, MLevel, MPoints, SLevel, SPo
    ints, CLevel, CPoints, LastDeath, LastLoginDate, XPMultiplier) VALUES (@0, @1, @
    2, @3, @4, @5, @6, @7, @8, @9, @10, @11, @12)
    [Oxide] 11:33 AM [Info] [Zeiser Levels REMASTERED] Trying to get [Шахтер]. For p
    layer who's SteamID: [76561198014961043]. He is not on a user list yet?
    [Oxide] 11:33 AM [Error] Failed to call hook 'OnCollectiblePickup' on plugin 'ZL
    evelsRemastered v1.5.6' (KeyNotFoundException: The given key was not present in
    the dictionary.)
    [Oxide] 11:33 AM [Debug]   at System.Collections.Generic.Dictionary`2[System.UIn
    t64,System.Collections.Generic.Dictionary`2[System.String,System.Int64]].get_Ite
    m (UInt64 key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getLevel (UInt64 userID, System.String skil
    l) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercentInt (.BasePlayer player
    , System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.getExperiencePercent (.BasePlayer player, S
    ystem.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.levelHandler (.BasePlayer player, .Item ite
    m, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnCollectiblePickup (.Item item, .BasePlaye
    r 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 (System.Reflection.MethodInfo metho
    d, 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 hookname, System.Object[]
    [Oxide] 11:33 AM [Info] ZLevelsRemastered was compiled successfully in 336ms
    [Oxide] 11:33 AM [Info] [Zeiser Levels REMASTERED] Trying to save player, who ha
    ven't been loaded yet? Player name: melki_by
    [Oxide] 11:33 AM [Info] Unloaded plugin Zeiser Levels REMASTERED v1.5.6 by Zeise
    r/Visagalis
    
     

    Attached Files:

    Last edited by a moderator: Feb 26, 2016