HuntRPG

Moved

Total Downloads: 16,962 - First Release: Mar 15, 2015 - Last Update: Jul 30, 2018

5/5, 73 likes
  1. still can't reproduce the error, and never had it before...and please always post the full error ;) any steps to reproduce?
     
  2. This is the error in full its all I get and I dont know how the error happened or what player done what when it happened
     
  3. is the /hgui command still broken or it is just my server?

    Code:
    [Oxide] 7:28 PM [Error] Failed to call hook 'cmdHuntGui' on plugin 'HuntPlugin v1.5.1' (IndexOutOfRangeException: Array index is out of range.)
    [Oxide] 7:28 PM [Debug]   at Hunt.RPG.RPGInfo.GetStatPointsCost (HRK stat, Int32 add) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HuntPlugin.ProfileGui (.BasePlayer player, Boolean repaint) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HuntPlugin.cmdHuntGui (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HuntPlugin.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 
     
  4. Its your server as it works on mine
     
  5. Apparently just my character, other players can use it just fine. Weird? !
     
  6. Make sure you client is fully updated
     
  7. Same here:
    Code:
    [Oxide] 10:53 PM [Error] Failed to call hook 'OnItemCraft' on plugin 'HuntPlugin v1.5.1' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 10:53 PM [Debug]   at Oxide.Plugins.HuntPlugin.OnItemCraft (.ItemCraftTask task, .BasePlayer crafter) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HuntPlugin.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 
    [DOUBLEPOST=1450676312][/DOUBLEPOST]How can I get the old style HUD back. :(
     
  8. With this:

    Code:
    /h sh
     
  9. You could try to setup a clean second rust instance and run the plugin to see if it is really the plugin itself or another one
     
  10. Into another test server, crafting is working perctecly, but in the main server I have the same problem as mentioned before.


    EDIT: After removing all plugins but HuntPlugin, still got the error. And if I restart the server without plugins, still remains.
     
    Last edited by a moderator: Dec 21, 2015
  11. Nogrod updated Hunt RPG with a new update entry:

    1.5.2

     
  12. on the test server the plugin runs without error ? Try to replicate your main server on the test server and see if it remains working.
    Maybe you somehow got something which is on the main server which interferes.
     
  13. With this last update, the error has gone and crafting is working perfectly.

    Thank you very much.
     
  14. Yeah, everything is allright :D Thanks a lot @Nogrod :D
     
  15. For some reason, /hgui is working perfectly fine, but when I type in /hunt statset str 1000 at level one, it gives me 1000 str points e,o, how do I fix this?
     
  16. Because that Is what it does or not ?
    You set your stats for str to 1000
     
  17. new problem, first time i saw this:

    Code:
    [Oxide] 11:59 PM [Warning] Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: HuntPlugin, StartProtection
    any idea?
     
  18. You are going to have to remove one of the plugins so decide what one you really want but you can have both
     
  19. No, like I only have 3 str points to use, but when I type /hunt statset str 1000 , it gets me 1000 str for some reason, EVEN THOUGH I ONLY HAVE 3 STR POINTS TO USE "AT LEVEL ONE"