1. Hmm, that is weird.. I'll attach an empty data file here and you can try it out. But I still think it is going to use different data.
     

    Attached Files:

  2. if you want to change type you need to reset the data type. by removing the data file and then rebooting the server (or turning off the server and removing the data file) if a system is set, the /set command will not activate (converting right now is too buggy and may cause errors if I allowed it) hopefully once the plugin is fully Hybrid this will no longer be an issue.
     
  3. Thank you very much :) such fast development :) just another request! can you make the plugin update the config file so we don't need to delete it only when it really necessary ?
     
  4. Yeah I was thinking about doing that, it'll be included in the next update.
     
  5. okay now it works :))
    maybe you can add a function to turn off the ranks for admins ?
    ah and thx for the great work :D
     
  6. Good idea. I'll add it to the list.
     
  7. This plugin is completely broken. Does not work.
     
  8. Yes, because that was very informative to allow me to help you with the issue your facing.
     
  9. installed, loaded fine. No errors. But it just doesn't work. No ranks\karma. Can't do /ranks stats, says unknown command.
     
  10. did you do /set ranks in game?
     
  11. [Oxide] 8:52 AM [Info] [Logger] djourn ran chat command: /help
    [Oxide] 8:52 AM [Info] Test
    [Oxide] 8:52 AM [Error] Failed to call hook 'SendHelpText' on plugin 'Oxide.Ext.JavaS
     
  12. CHR

    CHR

    We got 9 pages full of errors :/ that's sad. Maybe it would be better if u do a titles and a rank plugin. It seems it's to big and hard to trace down errors.

    I like the idea in ranks. Hope we get something like that soon.
     
  13. Help is a known bug.

    All errors that are currently fixed..? I don't know why you keep discussing things that are already taken care of. It's actually not hard, if I'm actually given information to look for instead of a errorand a vague "it doesn't work" comment.
     
  14. Its now working that I have the correct command to start it. /set ranks is missing from your overview. Might want to add that.

    Working fine but getting a console error....This error goes away when unloading this plugin.
    Code:
    [Oxide] 1:16 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 1:16 PM [Debug]   at Oxide.Ext.JavaScript.JavaScriptExtension.<JavaScriptExtension>m__0 (System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.ExceptionHandler.FormatException (System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.Logging.Logger.WriteException (System.String message, System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.PluginManager.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Mar 8, 2015
  15. 1. Check the Overview again, it states there that "How do I start" is in FAQ now. Which is also a place to look for important information. Also; /set is listed under admin commands in overview.
    2. this error is caused because you loaded the plugin with players already online, have everyone use /rtrefresh or relog and it will go away. It needs to gather players steamIDs for kills to be recorded to add these kills,deaths, etc. to the data file for that player. Which is all obtained on players init. which is also why the /rtrefresh is present.
     
  16. I see it now. My bad I missed it. Too many players online. I will load it and try again during next wipe.
     
  17. That's a good plan, sorry if I came off rude, was not my intention Lol. No question is a stupid question. Just out of courtesy from a developers aspect don't just make a one liner post saying "this plugin is broken" before making sure you go it down correctly. :p
     
  18. Any way you can fix this so we don't have to log into the game to do /set ranks and rather do it from the console?
    Also this error, almost impossible to get into the game and start it up with /set rank before 30 players join. Then all those players are causing this error. Make sense?
    [DOUBLEPOST=1425765966][/DOUBLEPOST]
    No worries. I think this is an amazing plugin but getting very frustrated with the overhead getting it running without errors. :)

    Thanks for the great work.
     
  19. I understand this issue, and each update I've pushed I have done small tweaks and adjustments to make it a hybrid plugin so it can run both systems automatically from the get go.

    After you set a system however it will stay that way you don't need to do /set each reboot Only if you delete the data file for this plugin would you need to re do this step.
     
  20. OK. So if anyone logs in before you do /set the error will occur though?