1. I've even deleted cfg_Death Handler.txt and had it generate a new one, but the /death command still tells me there's no config.
     
  2. Thanks I'll just add a nil check so this error won't happen anymore. As a suggestion I would turn off deathbyentity

    In-game type: /death deathByEntity
    Make sure it set to false.
     
  3. Hey, Im seeing this error:

    4:57 PM: Out of date Death Handler Config, Updating!
    4:57 PM: ERROR: System.NotSupportedException: http://update.busheezy.me/58
    at System.Net.WebRequest.GetCreator (System.String prefix) [0x00000] in <filename unknown>:0
    at System.Net.WebRequest.Create (System.Uri requestUri) [0x00000] in <filename unknown>:0
    at System.Net.WebRequest.Create (System.String requestUriString) [0x00000] in <filename unknown>:0
    at Oxide.AsyncWebRequest.Worker () [0x00000] in <filename unknown>:0

    Its on Multiplay. they have the 1.6.1 and ive tried removing everything then re-adding. no joy.

    Cheers
     
  4. @blacklight124: I think I read that bushy (the guy from the update routine) mentioned in another thread he had to move to https instead of http to make it work. It might be related (@Hatemail ).
     
  5. Gub

    Gub

    Webrequests don't work correctly on Multiplay. The "error" is just an update check, which doesn't seem to affect the plugin itself. Same error occurs with Wulf's plugins that do version checking.
     
  6. Doesnt
    Doesn't impact functionality.
     
  7. Code:
    (Filename: C:/BuildAgent/work/d3d49558e4d408f4/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)[Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: -434658304(Filename: C:/BuildAgent/work/d3d49558e4d408f4/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)[Oxide] oxidecore: A .NET exception occured in user-code (@)(Filename: C:/BuildAgent/work/d3d49558e4d408f4/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)[Oxide] oxidecore: nil(Filename: C:/BuildAgent/work/d3d49558e4d408f4/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)[Oxide] oxidecore: [string "DeathHandler.lua"]:265: attempt to index field 'networkView' (a nil value) (@)(Filename: C:/BuildAgent/work/d3d49558e4d408f4/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)[Oxide] oxidecore: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    Not sure if Ive ever seen this one before...any ideas?
     
  8. Bep Bep an ERROR....
    Code:
    Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: -1247625728
    [Oxide] oxidecore: A .NET exception occured in user-code (@)
    [Oxide] oxidecore: nil
    [Oxide] oxidecore: [string "DeathHandler.lua"]:265: attempt to index field 'networkView' (a nil value) (@)
    [Oxide] oxidecore:   at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    [DOUBLEPOST=1394009286][/DOUBLEPOST]
    In this code, the solution? Check it out. thank you

    Yes, the error disappeared
     
    Last edited by a moderator: Mar 5, 2014
  9. Some errors this morning !
    Code:
    [Oxide] oxidecore: A .NET exception occured in user-code (@)
    [Oxide] oxidecore: nil
    [Oxide] oxidecore: [string "DeathHandler.lua"]:265: attempt to index field 'networkView' (a nil value) (@)
    [Oxide] oxidecore:   at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    
     
  10. These are all the same error, read my post above until I put out a fix.
     
  11. 7:11 PM: ERROR: oxidecore: [string "DeathHandler.lua"]:265: attempt to index field 'networkView' (a nil value) (@)
    7:11 PM: ERROR: oxidecore: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
    at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  12. http://oxidemod.org/threads/death-handler.562/page-17#post-27972
     
  13. Two things,

    1. Is the"wildlifeDeathMessage"controlled by the lines "bear":false and the others like it? So If I only have Bear set to true, it will only announce when someone kills a bear?

    2.Is there a way to give each instance of death by a certain animal it's own unique message? Like "so and so got mauled by a bear" and for wolves "so and so was eaten by a wolf"?
     
  14. Not currently and I don't think ever. This would require multiple configs, If you wanted to its quite simple to add the code yourself.
     
  15. Hmm Hatemail is it possible to log every shot that hit ? That would make it alot easier to check possible aimbotters
     
  16. is it possible yes, am I going to add it to this plugin no.
     
  17. Hi, thanks for your great work on this plugin.. just wanna ask you about "stats/leaderboard - Moved to another plugin"
    Any news on this one? Cause stats plugin doesnt work and I think it will be great plugin.
     
  18. Oxide Compatibility: 1.17 ?

    Thanks
     
  19. Works fine, there were no API changes in 1.17 so nothing could be broken.
     
  20. its compatible with 1.17