1. I have been a little late testing the new build.

    it creates a null reference exception on connection!

    ReignofKingsCore NRE.jpg
     
  2. Wulf

    Wulf Community Admin

    Should be fixed in the next build once available, it was just an issue setting the player's object for Covalence.
     
  3. OnUserDisconnected
    also not work
     
  4. Wulf

    Wulf Community Admin

    As mentioned, should be fixed in the next build once available.
     
  5. nice:)
    inventory protect plugins need that
     
  6. Wulf

    Wulf Community Admin

    The OnPlayerConnected hook still works, the error isn't causing it not to work.
     
  7. yes and also OnPlayerDisconnected its work
    but just want to test different hook.plugins not write inventory infomations for data files.
    its mayby another reason also why its not work
     
  8. Failed to call hook 'OnPlayerDisconnected' on plugin 'PlayerInformations v1.2.5'
    i take back what i write before
     
  9. Wulf

    Wulf Community Admin

    Full log please?
     
  10. oxide_29-08
     

    Attached Files:

  11. Wulf

    Wulf Community Admin

    Did you modify the plugin? It sounds like you took a universal plugin and renamed the hook to a RoK specific name which will not work.

    PlayerInformations is a Covalence plugin, so should be using OnUserDisconnected, not OnPlayerConnected.

    BountyTracker should add some null checks in OnEntityDeath.
     
  12. yes i mod that.
    so i should/need wait next build where OnUserDisconnected works.thx for fast reply
     
  13. Wulf

    Wulf Community Admin

    OnUserDisconnected should be working just fine, the error in your log is from using the wrong hook name.