1. wow, u are the fucking best. I ask the same in other plugins but the authors do not ignore me :( thanks really
     
  2. Im not the others. Get used to it. :p
     
  3. SkinN o_O can you tell me if it would be possible to get a command allowing us to make a save of the data displayed on the screen in the game ?

    I explain :
    ------------
    We use rank me, and at the end of a rust season, we take the Top 3 players for some of the ranking you offer like :
    1- TOP PVP KILL
    2- TOP RESSOURCES GATHERED
    3- TOP DEATHS
    4- TOP HELICOPTERS DESTROYED
    5- TOP EXPLOSIVES USED
    6- SUICIDES


    We display the results on a web page to show, each season, who was first, second and third. And in respect of that, we can give rewards for next season.

    For now I have to type in the game : /top (option) and write the results, or I have to take a printscreen to get a good visual I can then place on internet.

    Would it be possible to have all the lists of the top ranking on a .jpg file using a specific command ? or Something else that would allow me to get everything directly ? Thanks in advance for the answer.

    ps : thx for the answer on bounty : Bounty does not have any available API, but I could try to talk with its Dev into this.
     
  4. I woudn't mind adding a way to help you out with your request, also, I have already mentioned that there will be a working API on the next big update, which is on the works, so then people can just get all the info they want.
     
  5. Thank you for the new console save command.
     
  6. I've noticed a small bug in the gather data from the plugin. I have a 3x gather rate server with ZLevelsRemastered active and I've noticed that after a server restart the resource gather counter doesn't fully work. Reloading the plugin does however kick the gather counter in to action and it will start recording the correct gathered resources.

    Here is an example of the gather counter when it is bugged:
    Before: 633173 resources gathered
    After hitting a rock: 633198 resources gathered even though I collected 236 Sulfur from that one hit. What happened to the other 211 Sulfur that I gained?

    Here is an example of the gather counter after the plugin is reload:
    Before: 633198 resources gathered
    After: 633557 resources gathered which is correct because I gained 359 metal ore from that one hit.

    I hope this is enough detail to explain the problem that I've encountered. If you need any extra detail give me a shout.
     
  7. Well Rank-ME just counts the number of the resource you just gatheres and sums that with your actual value, so whether you collect 222 of metal or 333 of wood, it'll just sum that number. Perhaps I should re-think this and see what can be done to improve it.
     
  8. Yeah I understand how it works its just that it does not calculate the correct value after a restart. So 633178+211= 633389 not 633198 as the plugin is showing
     
  9. @SkinN õ.Õ'.|. can you add new top for hemp planting? :) I mean all seeds, maybe something like /top planted and it would show top ranks of planting seeds (hemp, pumpkins, corn) :) We are trying to find out whos the bigest drug lord (just for fun you know ;) )
     
  10. hey bud I don't know if u ae awear but I had to reset rank-me yesterday after u new up (had a aim bot come though and didn't want server to see it) but when I reset the data is went back to the old way before the new update oxide wouldn't let me reload it in console saying it didn't excist but it was in so u took it off the server and reloaded it back onto the server and it fix it so I would thought I would let u know not sure if it was the plugin or my server.
     
  11. what is this? [05/24/2016 01:07:32] [Oxide] 01:07 [Warning] CallHook 'OnEntityTakeDamage' on plugin 'rankme v2.6.1' took: 526ms
     
  12. Its just a warning message that your plugin called a hook taht took much more time to do his task ;) Thats all - no need to worry about this :)
     
  13. Hello SkinN, is there any way to drop selected symbols (non ASCII > 255 and ' ") in player names to avoid some errors in my scripts.
    Code:
    "name": "yeblya zhizn ' ",
    P.S. Sorry, alredy find solution =)
    Code:
    $name = htmlspecialchars($name,ENT_QUOTES);
     
    Last edited by a moderator: May 24, 2016
  14. Noted! Will see what I can do about that.
    [DOUBLEPOST=1464091875][/DOUBLEPOST]
    I will look into the reset agorithim to make sure this does not happen again. Thank you for reporting.
    [DOUBLEPOST=1464092021][/DOUBLEPOST]
    I must admit the current version of Rank-ME has really low performance, but fear not! The new C# version is on the way, and hopefully you won't see those messages again, or at least so often.
    [DOUBLEPOST=1464092235][/DOUBLEPOST]
    Hm, I am not sure of what I can do about this
     
  15. Thank you. You dont need to do anything =) I find solution how to work with this symbols in PHP by using htmlspecialchars function.
    I'm working on php that collects data from ur data json file and display overall and personal player stats on web-page.
     
  16. To be honest I don't think I have to do anything at all, because all I do is to dump the data in the JSON file, using the Oxide functions of course. In python I could try and save them converting the strings to unicode, but either way it all goes around the same thing.
     
  17. As i say, i find solution for myself. Thank you for plugin ;)
     
  18. Attached Files:

    • sda.png
      sda.png
      File size:
      506.9 KB
      Views:
      28
  19. I will try to make your life easier in the upcoming update, with an apropriate API