1. Getting this now..
    Code:
    [Error] Failed to call hook 'OnEntityDeath' on plugin 'Rank-ME' (MissingMemberException: RankME instance has no attribute 'sfloat')
    [Oxide] 10:52 AM [Debug]   at IronPython.Runtime.Types.OldInstance+FastOldInstanceGet.Target (System.Runtime.CompilerServices.CallSite site, System.Object instance, IronPython.Runtime.CodeContext context) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Jun 5, 2015
  2. SkinN õ.Õ'.|. updated Rank-ME with a new update entry:

    Rank-ME | Minor fix

     
  3. Code:
    [Oxide] 9:01 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Rank-ME' (KeyNotFoundException: ANIMALS)
    [Oxide] 9:01 PM [Debug] at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
     
  4. Make sure you are using the latest version, if you are you'll have to wipe your database so the plugin makes the most recent changes to the database.
     
  5. Deleted the DB, reloaded RankMe, still a persistent error.
     
  6. could you upload your config file please?
     
  7. Code:
    {
      "COLORS": {
        "PREFIX": "orange",
        "SYSTEM": "lime"
      },
      "COMMANDS": {
        "PLAYERS RESET": "resetme",
        "RANK": "rank",
        "SAVE DATA": "savedb",
        "TOP": "top",
        "WIPE DATA": "wipedb"
      },
      "CONFIG_VERSION": 1.0,
      "MESSAGES": {
        "AVAILABLE COMMANDS": "Available Commands",
        "CHECK CONSOLE NOTE": "Check the console (press F1) for more info.",
        "DATA SAVED": "Database has been saved.",
        "DATABASE WIPED": "Database has been wiped.",
        "HELP DESC": "<orange>Rank-ME<end> <white>-<end> Type <white>/rankme help<end> for all available commands.",
        "LIST NOT FOUND": "List not found. Here are the available lists:",
        "NO PLAYERS TO LIST": "There aren't yet players with positive values to show the {list} list.",
        "NOT RANKED": "Not ranked yet!",
        "PLAYER RESETED": "Your rank has been reseted.",
        "PLAYERS RESET DESC": "/resetme - <lime>Resets your rank<end>",
        "RANK DESC": "/rank - <lime>Shows your rank information<end>",
        "RANK INFO": "Your Ranking Info",
        "SAVE DATA DESC": "/savedb - <lime>Saves the database. (Admins Only)<end>",
        "TOP DESC": "/top <orange><list><end> - <lime>Shows the top kills list, or any other list like deaths, kdr, etc.<end>",
        "TOP TITLE": "Top {list}",
        "WIPE DATA DESC": "/wipedb - <lime>Resets the ranking database, and starts a new one. (Admins Only)<end>"
      },
      "SETTINGS": {
        "ANNOUNCE DATABASE WIPE": true,
        "AUTO-SAVE INTERVAL": 10,
        "BROADCAST TO CONSOLE": true,
        "DATABASE RESET AUTHLEVEL": 2,
        "DATABASE SAVE AUTHLEVEL": 1,
        "ENABLE PLAYERS RESET CMD": true,
        "ENABLE RANK CMD": true,
        "ENABLE SAVE DATA CMD": true,
        "ENABLE TOP CMD": true,
        "ENABLE WIPE DATA CMD": true,
        "PREFIX": "IG TOP LISTS",
        "SHOW RANK IN CHAT": true,
        "SHOW RANK IN CONSOLE": false,
        "SHOW TOP IN CHAT": true,
        "SHOW TOP IN CONSOLE": false,
        "TOP MAX PLAYERS": 10
      },
      "STRINGS": {
        "ANIMALS": "Animal Kills",
        "DEATHS": "Deaths",
        "KDR": "Kill/Death Ratio",
        "KILLS": "Player Kills",
        "NAME": "Name",
        "NO ACCESS": "Access Restricted.",
        "RANGE": "Range",
        "RANK": "Rank Position",
        "SLEEPERS": "Sleepers",
        "SUICIDE RATIO": "Suicide Ratio",
        "SUICIDES": "Suicides"
      }
    }
     
    Last edited by a moderator: Jun 9, 2015
  8. Next time upload the file instead please.

    Are you sure you are using the latest version?

    Follow these steps:
    - Unload the plugin
    - Delete the config file
    - Re-download and re-install the plugin
    - Type rankme.wipedb on your server console

    It should be ok by then.
     
  9. Worked, thank you.
     
  10. Im glad to know, let me know of anything else.
     
  11. Hopefully see a website feature with this! Saw other guy requesting also.
    Would love to implement all information into my website. This is what makes these plugins stand out even more to me.
     
  12. It is planned buddy, I will surely work on it really soon.
    I'm currently working on a private plugin someone requested to me, shouldn't take too long, and if it does it's because I might be working these next few days. But that should be my next task, I can only ask for patience.
     
  13. Thanks! Can't wait to see it. Trust me, very much appreciated from me. I can understand the work you do with these plugins and provide them completely free and open source. A lot of people don't realize it.
     
  14. Thank you for the words. I'll let you know when the requested feature is implanted. :)
     
  15. Great plugin!
     
    Last edited by a moderator: Jun 9, 2015
  16. Would it be possible to add range, maybe "/top rng" for longest PVP kills "/top rnganim" for longest animal kills. Maybe only have the top players range for each weapon. People on my server have bragging rights from longest kill (as well as number of kills) and at the moment have to post screen captures.
     
  17. Like on this server?

    https://ruston.su/?page=statistic1
     
  18. It's something to consider and improve.
    Thank you for the suggestion.
     
  19. Code:
    [6/13/2015 8:53:11 PM] [Oxide] 8:53 PM [Error] Failed to call hook 'save_data_CMD' on plugin 'Ранк' (KeyNotFoundException: NO ACCESS)
    this is normal?
     
  20. Please type /rankme in the chat of the game and take a printscreen and post it here, also upload your config file please.