1. I think the same actually.
    And if you don't mind, there's another thing I have in mind, what about if every time a player gets to the top 1 of a list it is announced on the chat something like:
    Of course this message could be toggled on/off with a setting for those who don't want it. (The same goes for the idea in my post above)
     
  2. my server (#1 Texas Rust Town) loves this mod, 25-50 people always looking for rank/top. what we would like /top to have features like /Top KD for Kill distance and have it show "Quicken 245.4m - stag" or something so we know what was killed and distance and maybe the weapon?

    1
    [DOUBLEPOST=1447027630][/DOUBLEPOST]getting errors with current version :(
     
  3. Now we're cooking man! sounds awesome.
     
  4. Take in mind this is based on pure statistics, the weapon used on the best distance should not matter, and also take note one of the recent changes was the Distance will now only be checked on PVP Kills, so "what was killed" was always a player.

    When you're having errors, don't just say you're having them, post them here instead so I know what is happening. Thank you in advance.
    [DOUBLEPOST=1447027901][/DOUBLEPOST]
    Nice to know you like the ideas, I'll work on these as soon as I can. Thank you for your feedback.
     
  5. This sounds great, i'll give this a try once those messages have been implemented.
     
  6. the error:


    [Oxide] 7:04 PM [Error] Failed to load plugin RankME (Exception: Plugin is missing main class)
    [Oxide] 7:04 PM [Debug] at Oxide.Ext.Python.Plugins.PythonPlugin.Load () [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.PluginLoader.LoadPlugin (Oxide.Core.Plugins.Plugin plugin, Boolean waitingForAccess) [0x00000] in <filename unknown>:0
     
  7. @Wulf this is not quite possible is it? ^
     
  8. all I know is I tried the latest version twice and it won't load due to that error and I have to go back one version.
    I do not want to delete/remove the old DB because it has a lot of data and we compete with stats :)
     
  9. The old database is obsolete at this point, the new version won't do nothing with it.
     
  10. unload the old one delete the config and the file in the data folder then upload the new script to the plugin folder
     
  11. Wulf

    Wulf Community Admin

    It happens when the filename doesn't match the class name, so the file was likely renamed or is using RankME.py instead of rankme.py.
     
  12. Testing :)
     
  13. tested again - failed.
    1. I deleted the old 1.1.2 from plugins and verified it was unloaded

    >> [Oxide] 7:04 AM [Info] Unloaded plugin Rank-ME v1.1.2 by SkinN

    2. I deleted the files in the data and config folders.
    3. I installed the 2.0.0 version and got:

    [Oxide] 7:05 AM [Error] Failed to load plugin RankME (Exception: Plugin is missing main class)
    [Oxide] 7:05 AM [Debug] at Oxide.Ext.Python.Plugins.PythonPlugin.Load () [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.PluginLoader.LoadPlugin (Oxide.Core.Plugins.Plugin plugin, Boolean waitingForAccess) [0x00000] in <filename unknown>:0

    I then delete the 2.0.0 version and re-insall the 1.1.2 and it works great. I do not know python otherwise I would crack open the file :)
     
  14. I am pretty sure you are missing something there, wanna know why? Your error indicates failing to load RankME
    Code:
    [Error] Failed to load plugin RankME
    RankME is the exact name of the older version, and rankme is the new version:
    OLD:
    Code:
    class RankME:
    NEW:
    Code:
    class rankme:
    So I don't know what you did but you did not completely removed the old version.
     
  15. (BUG) The helicopter's been killed several times but is untracked in /rank
     
  16. The issue has been spotted, it shall be fixed on the next update. Thank you for noticing and reporting!
    [DOUBLEPOST=1447088867][/DOUBLEPOST]
    So that you know the issue has been fixed for the next update. Thank you once again.
     
  17. sorry about that, I did it again and double checked and it worked this time. sorry.
     
  18. No problem, I am glad you figured it out. Enjoy it.
     
  19. Can't load the plugin with version 2.0 missing main class error.
    Code:
    (21:12:09) | [Oxide] 8:12 PM [Error] Failed to load plugin RankME (Exception: Plugin is missing main class)
     
  20. Delete all the old files of Rank-ME in order for the new version to work properly.