ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. Well it allows you to post statistics about levels on a website and so its up to you to decide ;)
     
    Last edited by a moderator: Dec 16, 2015
  2. Ok cool thanks
     
  3. Guys? I haven't made bugs in this version or what? Why no one is posting anything about bugs and features?
     
  4. Dont have any bugs so far :)
     
  5. Well, I changed to MySQL with the newest update and haven't noticed any bugs at least yet :)
     
  6. Code:
    [Oxide] 2:38 PM [Error] Failed to call hook 'OnItemCraftFinished' on plugin 'ZLevelsRemastered v1.5.0' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:38 PM [Debug]   at System.Collections.Generic.Dictionary`2[System.UInt64,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 skill) [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, System.String skill) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ZLevelsRemastered.OnItemCraftFinished (.ItemCraftTask task, .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 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 
    Got this error when reloading the plugin
     
  7. You must be using older plugin version? because this error should be fixed on 1.5.0
     
  8. Visagalis updated ZLevels Remastered with a new update entry:

    1.5.1

     
  9. No matter what i do i cannot get crafting to go up and i am not using mysql....even gave myself 120 level crafting and no increase in crafting speed either...any ideas?
     
  10. can you share your config file? and let me know what items are you crafting?
     
  11. Sure i was crafting gunpowder and heres the cfg :
    {
    "CraftingDetails": {
    "PercentFasterPerLevel": 5,
    "TimeSpent": 1,
    "XPPerTimeSpent": 3
    },
    "dbConnection": {
    "Database": "db",
    "GameProtocol": 1340,
    "Host": "127.0.0.1",
    "Password": "password",
    "Port": 3306,
    "UseMySQL": false,
    "Username": "user"
    },
    "LevelCaps": {
    "C": 20,
    "M": 0,
    "S": 0,
    "WC": 0
    },
    "Messages": {
    "CSkill": "Crafting",
    "LevelUpText": "{0} Level up\nLevel: {1} (+{4}% bonus) \nXP: {2}/{3}",
    "MSkill": "Mining",
    "SSkill": "Skinning",
    "StatsHeadline": "Level stats (/statinfo [statname] - To get more information about skill)",
    "StatsText": "-{0}\nLevel: {1} (+{4}% bonus) \nXP: {2}/{3} [{5}].\n<color=red>-{6} XP loose on death.</color>",
    "WCSkill": "Woodcutting"
    },
    "PercentLostOnDeath": {
    "C": 50,
    "M": 100,
    "S": 50,
    "WC": 100
    },
    "PointsPerHit": {
    "M": 30,
    "S": 30,
    "WC": 30
    },
    "ResourcePerLevelMultiplier": {
    "M": 2.0,
    "S": 2.0,
    "WC": 2.0
    }
    }
     
  12. do you have any errors or stuff when loading/reloading?
     
  13. No errors and all the other resources gain xp no problem just crafting?
     
  14. are you able to do command for admins so we can manually change level for someone
     
  15. How long does crafting that item take? Do you have any other plugins which are affecting crafting?
    There's a command in RCON, i might do it for chat with permissions too in a future.
     
  16. whats the rcon command i could not see it in the overview
     
  17. check out F.A.Q.
     
  18. I use crafting controller with everything set to 0% crafting but as you know this Does not affect gunpowder explosives etc and this is the main reason to use your plugin to achieve true instant craft on all items I also set my crafting level manually to 100 but this did not speed up the process at all?
     
  19. Could you try without CraftingController?